public class BaseIterator<E> extends Object implements Iterator<E>
BaseIterator()
boolean
hasNext()
E
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BaseIterator()
public boolean hasNext()
hasNext
Iterator<E>
public E next()
next
public void remove()
remove
Copyright © 2015 eXo Platform SAS. All Rights Reserved.