public class IndexedIntsIterator extends Object implements Iterator<Integer>
IndexedIntsIterator(IndexedInts baseInts)
boolean
hasNext()
Integer
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IndexedIntsIterator(IndexedInts baseInts)
public boolean hasNext()
hasNext
Iterator<Integer>
public Integer next()
next
public void remove()
remove
Copyright © 2011–2015. All rights reserved.