public class SingletonIterator<E> extends Object implements Iterator<E>
SingletonIterator(E value)
boolean
hasNext()
E
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SingletonIterator(E value)
public boolean hasNext()
hasNext
Iterator<E>
public E next()
next
public void remove()
remove
Copyright © 2001-2013 Aduna. All Rights Reserved.