de.bsvrz.dav.daf.communication.dataRepresentation.data.byteArray
Class ByteArrayListData.ListDataIterator
java.lang.Object
de.bsvrz.dav.daf.communication.dataRepresentation.data.byteArray.ByteArrayListData.ListDataIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- ByteArrayListData
private class ByteArrayListData.ListDataIterator
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_nextElementIndex
private int _nextElementIndex
_nextElementOffset
private int _nextElementOffset
ByteArrayListData.ListDataIterator
private ByteArrayListData.ListDataIterator()
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