|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.collections.iterators.SingletonIterator | +--org.apache.commons.collections.SingletonIterator
SingletonIterator
is an Iterator
over a single
object instance.
Constructor Summary | |
SingletonIterator(java.lang.Object object)
Deprecated. Constructs a new SingletonIterator . |
Methods inherited from class org.apache.commons.collections.iterators.SingletonIterator |
hasNext, next, remove |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SingletonIterator(java.lang.Object object)
SingletonIterator
.
object
- the single object to return from the iterator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |