org.priha.util
Class PropertyIteratorImpl

java.lang.Object
  extended by org.priha.util.GenericIterator
      extended by org.priha.util.PropertyIteratorImpl
All Implemented Interfaces:
java.util.Iterator

public class PropertyIteratorImpl
extends GenericIterator


Field Summary
 
Fields inherited from class org.priha.util.GenericIterator
m_iterator, m_list, m_position, m_size
 
Constructor Summary
PropertyIteratorImpl(java.util.List<PropertyImpl> references)
           
 
Method Summary
 PropertyImpl get(int index)
           
 PropertyImpl nextProperty()
           
 
Methods inherited from class org.priha.util.GenericIterator
getPosition, getSize, hasNext, hasPrevious, next, previous, remove, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyIteratorImpl

public PropertyIteratorImpl(java.util.List<PropertyImpl> references)
Method Detail

nextProperty

public PropertyImpl nextProperty()

get

public PropertyImpl get(int index)