ObjectSpace Homepage

JGL - The Generic Collection Library for Java
All Packages  Class Hierarchy Index of Fields and Methods
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

N

NegateNumber(). Constructor for class com.objectspace.jgl.functions.NegateNumber
Construct myself to use intValue() for operation.
NegateNumber(Class). Constructor for class com.objectspace.jgl.functions.NegateNumber
Construct myself to operate on objects of the given class.
NegativeNumber(). Constructor for class com.objectspace.jgl.predicates.NegativeNumber
Construct myself to use intValue() for comparisons.
NegativeNumber(Class). Constructor for class com.objectspace.jgl.predicates.NegativeNumber
Construct myself to compare objects of the given class.
nextBucketSize(int). Method in class com.objectspace.jgl.HashMap
Return the number of new buckets to create when expanding the collection.
nextBucketSize(int). Method in class com.objectspace.jgl.HashSet
Return the number of new buckets to create when expanding the collection.
nextDouble(double). Method in class com.objectspace.jgl.util.Randomizer
Generates a double value between 1.0 and the given limit.
nextDouble(double, double). Method in class com.objectspace.jgl.util.Randomizer
Generates a double value between the given limits.
nextElement(). Method in class com.objectspace.jgl.ArrayIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.adapters.BooleanIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.adapters.ByteIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.adapters.CharIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.util.ConditionalEnumeration
Return the next element in my input stream that meets my condition.
nextElement(). Method in class com.objectspace.jgl.DequeIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.DListIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.adapters.DoubleIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.adapters.FloatIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.HashMapIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.HashSetIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.adapters.IntIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.adapters.LongIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.adapters.ObjectIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.OrderedMapIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.OrderedSetIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.util.ReverseIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.adapters.ShortIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.SListIterator
Return the next element in my input stream.
nextElement(). Method in class com.objectspace.jgl.adapters.VectorIterator
Return the next element in my input stream.
nextFloat(float). Method in class com.objectspace.jgl.util.Randomizer
Generates a float value between 1.0 and the given limit.
nextFloat(float, float). Method in class com.objectspace.jgl.util.Randomizer
Generates a float value between the given limits.
nextInt(int). Method in class com.objectspace.jgl.util.Randomizer
Generates an int value between 1 and the given limit.
nextInt(int, int). Method in class com.objectspace.jgl.util.Randomizer
Generates an int value between the given limits.
nextLong(long). Method in class com.objectspace.jgl.util.Randomizer
Generates a long value between 1 and the given limit.
nextLong(long, long). Method in class com.objectspace.jgl.util.Randomizer
Generates a long value between the given limits.
nextPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.Permuting
Arrange a sequence to become its next permutation.
nextPermutation(Container, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.Permuting
Arrange a container to become its next permutation.
NotEqualCollationKey(). Constructor for class com.objectspace.jgl.predicates.NotEqualCollationKey
Construct a NotEqualCollationKey function object that uses the collator object for the current default locale to compare operands that are not instances of CollationKey.
NotEqualCollationKey(Collator). Constructor for class com.objectspace.jgl.predicates.NotEqualCollationKey
Construct a NotEqualCollationKey function object that uses the given collator object to compare operands that are not instances of CollationKey.
NotEqualCollator(). Constructor for class com.objectspace.jgl.predicates.NotEqualCollator
Construct a NotEqualCollator function object that uses the collator object for the current default locale to compare objects.
NotEqualCollator(Collator). Constructor for class com.objectspace.jgl.predicates.NotEqualCollator
Construct a NotEqualCollator function object that uses the given collator object to compare objects.
NotEqualNumber(). Constructor for class com.objectspace.jgl.predicates.NotEqualNumber
Construct myself to use intValue() for comparisons.
NotEqualNumber(Class). Constructor for class com.objectspace.jgl.predicates.NotEqualNumber
Construct myself to compare objects of the given class.
NotEqualString(). Constructor for class com.objectspace.jgl.predicates.NotEqualString
NotEqualTo(). Constructor for class com.objectspace.jgl.predicates.NotEqualTo
NotIdenticalTo(). Constructor for class com.objectspace.jgl.predicates.NotIdenticalTo

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Packages  Class Hierarchy Index of Fields and Methods
Submit a bug or feature