Alphabetical Index: N

_ 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.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.THashIterator<V>
Moves the iterator to the next Object 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.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.THashIterator<V>
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.TIterator
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.TObjectByteIterator<K>
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<K>
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<K>
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<K>
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<K>
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<K>
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.TPrimitiveIterator
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).

GNU Trove is copyright B) 2001-2007 Eric D. Friedman. All Rights Reserved.