public class SingleObjectIterator extends Object implements Iterator
SingleObjectIterator(Object object)
boolean
hasNext()
Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SingleObjectIterator(Object object)
public boolean hasNext()
hasNext
Iterator
public Object next()
next
public void remove()
remove
Copyright © 2013. All Rights Reserved.