org.zkoss.util
Class CollectionsX.OneIterator<E>
java.lang.Object
org.zkoss.util.CollectionsX.OneIterator<E>
- All Implemented Interfaces:
- Iterator<E>
- Enclosing class:
- CollectionsX
public static final class CollectionsX.OneIterator<E>
- extends Object
- implements Iterator<E>
An iterator that iterates one element.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionsX.OneIterator
public CollectionsX.OneIterator(E one)
hasNext
public final boolean hasNext()
- Specified by:
hasNext in interface Iterator<E>
next
public final E next()
- Specified by:
next in interface Iterator<E>
remove
public final void remove()
- Specified by:
remove in interface Iterator<E>
Copyright © 2015. All rights reserved.