- next() - Method in class gnu.trove.TByteIterator
-
Advances the iterator to the next element in the underlying collection
and returns it.
- next() - Method in class gnu.trove.TDoubleIterator
-
Advances the iterator to the next element in the underlying collection
and returns it.
- next() - Method in class gnu.trove.TFloatIterator
-
Advances the iterator to the next element in the underlying collection
and returns it.
- next() - Method in class gnu.trove.TIntIterator
-
Advances the iterator to the next element in the underlying collection
and returns it.
- next() - Method in class gnu.trove.TLinkedList.IteratorImpl
-
Returns the value at the Iterator's index and advances the
iterator.
- next() - Method in class gnu.trove.TLongIterator
-
Advances the iterator to the next element in the underlying collection
and returns it.
- next() - Method in class gnu.trove.TShortIterator
-
Advances the iterator to the next element in the underlying collection
and returns it.
- nextIndex() - Method in class gnu.trove.TLinkedList.IteratorImpl
-
returns the index of the next node in the list (the
one that would be returned by a call to next()).
- nextIndex() - Method in class gnu.trove.TObjectByteIterator
-
Returns the index of the next value in the data structure
or a negative value if the iterator is exhausted.
- nextIndex() - Method in class gnu.trove.TObjectDoubleIterator
-
Returns the index of the next value in the data structure
or a negative value if the iterator is exhausted.
- nextIndex() - Method in class gnu.trove.TObjectFloatIterator
-
Returns the index of the next value in the data structure
or a negative value if the iterator is exhausted.
- nextIndex() - Method in class gnu.trove.TObjectIntIterator
-
Returns the index of the next value in the data structure
or a negative value if the iterator is exhausted.
- nextIndex() - Method in class gnu.trove.TObjectLongIterator
-
Returns the index of the next value in the data structure
or a negative value if the iterator is exhausted.
- nextIndex() - Method in class gnu.trove.TObjectShortIterator
-
Returns the index of the next value in the data structure
or a negative value if the iterator is exhausted.
- nextPrime(int) - Static method in class gnu.trove.PrimeFinder
-
Returns a prime number which is >= desiredCapacity
and very close to desiredCapacity
(within 11% if
desiredCapacity >= 1000
).