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

L

LengthString(). Constructor for class com.objectspace.jgl.functions.LengthString
less(RandomAccessIterator). Method in class com.objectspace.jgl.ArrayIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class com.objectspace.jgl.adapters.BooleanIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class com.objectspace.jgl.adapters.ByteIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class com.objectspace.jgl.adapters.CharIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class com.objectspace.jgl.DequeIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class com.objectspace.jgl.adapters.DoubleIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class com.objectspace.jgl.adapters.FloatIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class com.objectspace.jgl.adapters.IntIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class com.objectspace.jgl.adapters.LongIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class com.objectspace.jgl.adapters.ObjectIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in interface com.objectspace.jgl.RandomAccessIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class com.objectspace.jgl.adapters.ShortIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class com.objectspace.jgl.adapters.VectorIterator
Return true if I'm before a specified iterator.
LessCollationKey(). Constructor for class com.objectspace.jgl.predicates.LessCollationKey
Construct a LessCollationKey function object that uses the collator object for the current default locale to compare objects.
LessCollationKey(Collator). Constructor for class com.objectspace.jgl.predicates.LessCollationKey
Construct a LessCollationKey function object that uses the given collator object to compare objects.
LessCollator(). Constructor for class com.objectspace.jgl.predicates.LessCollator
Construct a LessCollator function object that uses the collator object for the current default locale to compare objects.
LessCollator(Collator). Constructor for class com.objectspace.jgl.predicates.LessCollator
Construct a LessCollator function object that uses the given collator object to compare objects.
LessEqualCollationKey(). Constructor for class com.objectspace.jgl.predicates.LessEqualCollationKey
Construct a LessEqualCollationKey function object that uses the collator object for the current default locale to compare objects.
LessEqualCollationKey(Collator). Constructor for class com.objectspace.jgl.predicates.LessEqualCollationKey
Construct a LessEqualCollationKey function object that uses the given collator object to compare objects.
LessEqualCollator(). Constructor for class com.objectspace.jgl.predicates.LessEqualCollator
Construct a LessEqualCollator function object that uses the collator object for the current default locale to compare objects.
LessEqualCollator(Collator). Constructor for class com.objectspace.jgl.predicates.LessEqualCollator
Construct a LessEqualCollator function object that uses the given collator object to compare objects.
LessEqualNumber(). Constructor for class com.objectspace.jgl.predicates.LessEqualNumber
Construct myself to use intValue() for comparisons.
LessEqualNumber(Class). Constructor for class com.objectspace.jgl.predicates.LessEqualNumber
Construct myself to compare objects of the given class.
LessEqualString(). Constructor for class com.objectspace.jgl.predicates.LessEqualString
LessNumber(). Constructor for class com.objectspace.jgl.predicates.LessNumber
Construct myself to use intValue() for comparisons.
LessNumber(Class). Constructor for class com.objectspace.jgl.predicates.LessNumber
Construct myself to compare objects of the given class.
LessString(). Constructor for class com.objectspace.jgl.predicates.LessString
lexicographicalCompare(Container, Container). Static method in class com.objectspace.jgl.algorithms.Comparing
Return true if one container is lexicographically less than another.
lexicographicalCompare(Container, Container, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.Comparing
Return true if one container is lexicographically less than another.
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator). Static method in class com.objectspace.jgl.algorithms.Comparing
Return true if one sequence is lexicographically less than another.
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.Comparing
Return true if one sequence is lexicographically less than another.
LogicalAnd(). Constructor for class com.objectspace.jgl.predicates.LogicalAnd
LogicalNot(). Constructor for class com.objectspace.jgl.predicates.LogicalNot
LogicalOr(). Constructor for class com.objectspace.jgl.predicates.LogicalOr
LongArray(). Constructor for class com.objectspace.jgl.adapters.LongArray
Construct myself to refer to an empty array.
LongArray(long[]). Constructor for class com.objectspace.jgl.adapters.LongArray
Construct myself to refer to a native Java array.
LongArray(LongArray). Constructor for class com.objectspace.jgl.adapters.LongArray
Construct myself to refer to an existing LongArray.
LongArray(LongBuffer). Constructor for class com.objectspace.jgl.adapters.LongArray
Construct myself to be a copy of an existing LongBuffer.
longAt(int). Method in class com.objectspace.jgl.adapters.LongArray
Return the integer at the specified index as a Long object.
longAt(int). Method in class com.objectspace.jgl.adapters.LongBuffer
Return the long at the specified index.
LongBuffer(). Constructor for class com.objectspace.jgl.adapters.LongBuffer
Construct myself to be an empty LongBuffer.
LongBuffer(int). Constructor for class com.objectspace.jgl.adapters.LongBuffer
Construct myself to contain a specified number of null elements.
LongBuffer(int, long). Constructor for class com.objectspace.jgl.adapters.LongBuffer
Construct myself to contain a specified number of elements set to a particular object.
LongBuffer(long[]). Constructor for class com.objectspace.jgl.adapters.LongBuffer
Construct myself to use a specified array as my initial storage.
LongBuffer(LongBuffer). Constructor for class com.objectspace.jgl.adapters.LongBuffer
Construct myself to be a copy of an existing LongBuffer.
LongIterator(). Constructor for class com.objectspace.jgl.adapters.LongIterator
Construct myself to be an iterator with no associated data structure or position.
LongIterator(long[], int). Constructor for class com.objectspace.jgl.adapters.LongIterator
Construct myself to be positioned at a particular index of a specific array of longs.
LongIterator(LongArray, int). Constructor for class com.objectspace.jgl.adapters.LongIterator
Construct myself to be positioned at a particular index of a specific LongArray.
LongIterator(LongBuffer, int). Constructor for class com.objectspace.jgl.adapters.LongIterator
Construct myself to be positioned at a particular index of a specific LongBuffer.
LongIterator(LongIterator). Constructor for class com.objectspace.jgl.adapters.LongIterator
Construct myself to be a copy of an existing iterator.
lowerBound(Object). Method in class com.objectspace.jgl.HashMap
Return an iterator positioned at the first location that a pair with a specified key could be inserted without violating the ordering criteria.
lowerBound(Object). Method in class com.objectspace.jgl.HashSet
Return an iterator positioned at the first location that a particular object could be inserted without violating the ordering criteria.
lowerBound(Object). Method in class com.objectspace.jgl.OrderedMap
Return an iterator positioned at the first location that a pair with a specified key could be inserted without violating the ordering criteria.
lowerBound(Object). Method in class com.objectspace.jgl.OrderedSet
Return an iterator positioned at the first location that a particular object could be inserted without violating the ordering criteria.

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