org.zkoss.util
Class CollectionsX.OneIterator<E>

java.lang.Object
  extended by 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.


Constructor Summary
CollectionsX.OneIterator(E one)
           
 
Method Summary
 boolean hasNext()
           
 E next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionsX.OneIterator

public CollectionsX.OneIterator(E one)
Method Detail

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 © 2013. All Rights Reserved.