Interface TShortIterator

All Superinterfaces:
TIterator

public interface TShortIterator extends TIterator
Iterator for short collections.
  • Method Summary

    Modifier and Type
    Method
    Description
    short
    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 Details

    • next

      short next()
      Advances the iterator to the next element in the underlying collection and returns it.
      Returns:
      the next short in the collection