org.mmbase.datatypes
Class BasicDataType.RestrictedEnumerationIterator

java.lang.Object
  extended byorg.mmbase.datatypes.BasicDataType.RestrictedEnumerationIterator
All Implemented Interfaces:
Iterator
Enclosing class:
BasicDataType

protected class BasicDataType.RestrictedEnumerationIterator
extends Object
implements Iterator

Iterates over the collection provided by the EnumerationRestriction, but skips the values which are invalid because of the other restrictions on this DataType.


Method Summary
protected  void determineNext()
           
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

determineNext

protected void determineNext()

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

toString

public String toString()


MMBase build 1.8.1.20060716