|
GNU Trove | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TShortIterator
Iterator for short collections.
Method Summary | |
---|---|
short |
next()
Advances the iterator to the next element in the underlying collection and returns it. |
Methods inherited from interface gnu.trove.iterator.TIterator |
---|
hasNext, remove |
Method Detail |
---|
short next()
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 |