Class IteratorConverter.CollectionIterator

java.lang.Object
com.webmethods.caf.faces.convert.IteratorConverter.CollectionIterator
All Implemented Interfaces:
Serializable, Iterator
Enclosing class:
IteratorConverter

public static class IteratorConverter.CollectionIterator extends Object implements Iterator, Serializable
Custom implementation that is safe to use when the value is invalid and the converter state is saved with the iterator value in the state.
See Also:
  • Constructor Details

    • CollectionIterator

      public CollectionIterator(Collection collection)
    • CollectionIterator

      public CollectionIterator()
  • Method Details