de.bsvrz.dav.daf.communication.dataRepresentation
Class AttributeBaseValueDataFactory.AttributeArrayAdapter.AttributeArrayIterator

java.lang.Object
  extended by 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
           
 
Constructor Summary
private AttributeBaseValueDataFactory.AttributeArrayAdapter.AttributeArrayIterator()
           
 
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

_position

int _position
Constructor Detail

AttributeBaseValueDataFactory.AttributeArrayAdapter.AttributeArrayIterator

private AttributeBaseValueDataFactory.AttributeArrayAdapter.AttributeArrayIterator()
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