org.apache.beehive.netui.util.iterator
Class IteratorFactory.IteratorPlant

Object
  extended by IteratorFactory.IteratorPlant
Enclosing class:
IteratorFactory

public abstract static class IteratorFactory.IteratorPlant
extends Object


Constructor Summary
IteratorFactory.IteratorPlant()
           
 
Method Summary
abstract  Iterator createIterator(Object value)
          If it is possible to create an iterator for this type, do so.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorFactory.IteratorPlant

public IteratorFactory.IteratorPlant()
Method Detail

createIterator

public abstract Iterator createIterator(Object value)
If it is possible to create an iterator for this type, do so. Otherwise return null.