de.bsvrz.dav.daf.communication.dataRepresentation.data.byteArray
Class ByteArrayListData.ListDataIterator

java.lang.Object
  extended by 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


Field Summary
private  int _nextElementIndex
           
private  int _nextElementOffset
           
 
Constructor Summary
private ByteArrayListData.ListDataIterator()
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_nextElementIndex

private int _nextElementIndex

_nextElementOffset

private int _nextElementOffset
Constructor Detail

ByteArrayListData.ListDataIterator

private ByteArrayListData.ListDataIterator()
Method Detail

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