GNU Trove
A B C D E F G H I K L M N O P R S T U V W _

N

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.TLinkedList.IteratorImpl
Returns the value at the Iterator's index and advances the iterator.
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.TFloatIterator
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.
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.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.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.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.TLinkedList.IteratorImpl
returns the index of the next node in the list (the one that would be returned by a call to next()).
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).

GNU Trove
A B C D E F G H I K L M N O P R S T U V W _
GNU Trove is copyright © 2001-2003 Eric D. Friedman. All Rights Reserved.