Package gnu.trove.iterator
Interface TShortIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description short
next()
Advances the iterator to the next element in the underlying collection and returns it.
-