|
GNU Trove | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TAdvancingIterator
Common interface for iterators that operate via the "advance" method for moving the cursor to the next element.
Method Summary | |
---|---|
void |
advance()
Moves the iterator forward to the next entry. |
Methods inherited from interface gnu.trove.iterator.TIterator |
---|
hasNext, remove |
Method Detail |
---|
void advance()
java.util.NoSuchElementException
- if the iterator is already exhausted
|
GNU Trove | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |