public class IndexIterator extends Object implements Iterator<Integer>
IndexIterator(AIndex source)
boolean
hasNext()
Integer
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IndexIterator(AIndex source)
public boolean hasNext()
hasNext
Iterator<Integer>
public Integer next()
next
public void remove()
remove
Copyright © 2012. All Rights Reserved.