de.bsvrz.dav.daf.communication.dataRepresentation
Class AttributeBaseValueDataFactory.AttributeArrayAdapter.AttributeArrayIterator
java.lang.Object
de.bsvrz.dav.daf.communication.dataRepresentation.AttributeBaseValueDataFactory.AttributeArrayAdapter.AttributeArrayIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- AttributeBaseValueDataFactory.AttributeArrayAdapter
private class AttributeBaseValueDataFactory.AttributeArrayAdapter.AttributeArrayIterator
- extends Object
- implements Iterator
Field Summary |
(package private) int |
_position
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_position
int _position
AttributeBaseValueDataFactory.AttributeArrayAdapter.AttributeArrayIterator
private AttributeBaseValueDataFactory.AttributeArrayAdapter.AttributeArrayIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator