Package gnu.trove.iterator
Interface TByteIterator
- All Superinterfaces:
TIterator
Iterator for byte collections.
-
Method Summary
Modifier and TypeMethodDescriptionbyte
next()
Advances the iterator to the next element in the underlying collection and returns it.
-
Method Details
-
next
byte next()Advances the iterator to the next element in the underlying collection and returns it.- Returns:
- the next byte in the collection
-