de.bsvrz.dav.daf.communication.dataRepresentation.data.byteArray
Class ByteArrayArrayData.ArrayDataIterator
java.lang.Object
de.bsvrz.dav.daf.communication.dataRepresentation.data.byteArray.ByteArrayArrayData.ArrayDataIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- ByteArrayArrayData
private class ByteArrayArrayData.ArrayDataIterator
- 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
ByteArrayArrayData.ArrayDataIterator
private ByteArrayArrayData.ArrayDataIterator()
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