jgl Package  Class Hierarchy  Index Top
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.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.BooleanIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.ByteIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.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.DoubleIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.FloatIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.IntIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.LongIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.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.ShortIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.VectorIterator
Return true if I'm before a specified iterator.
LessCollationKey(). Constructor for class COM.objectspace.jgl.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.LessCollationKey
Construct a LessCollationKey function object that uses the given collator object to compare objects.
LessCollator(). Constructor for class COM.objectspace.jgl.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.LessCollator
Construct a LessCollator function object that uses the given collator object to compare objects.
LessEqualCollationKey(). Constructor for class COM.objectspace.jgl.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.LessEqualCollationKey
Construct a LessEqualCollationKey function object that uses the given collator object to compare objects.
LessEqualCollator(). Constructor for class COM.objectspace.jgl.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.LessEqualCollator
Construct a LessEqualCollator function object that uses the given collator object to compare objects.
LessEqualInteger(). Constructor for class COM.objectspace.jgl.LessEqualInteger
LessEqualNumber(). Constructor for class COM.objectspace.jgl.LessEqualNumber
Construct myself to use intValue() for comparisons.
LessEqualNumber(Class). Constructor for class COM.objectspace.jgl.LessEqualNumber
Construct myself to compare objects of the given class.
LessEqualString(). Constructor for class COM.objectspace.jgl.LessEqualString
LessInteger(). Constructor for class COM.objectspace.jgl.LessInteger
LessNumber(). Constructor for class COM.objectspace.jgl.LessNumber
Construct myself to use intValue() for comparisons.
LessNumber(Class). Constructor for class COM.objectspace.jgl.LessNumber
Construct myself to compare objects of the given class.
LessString(). Constructor for class COM.objectspace.jgl.LessString
lexicographicalCompare(Container, Container). Static method in class COM.objectspace.jgl.Comparing
Return true if one container is lexicographically less than another.
lexicographicalCompare(Container, Container, BinaryPredicate). Static method in class COM.objectspace.jgl.Comparing
Return true if one container is lexicographically less than another.
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator). Static method in class COM.objectspace.jgl.Comparing
Return true if one sequence is lexicographically less than another.
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.Comparing
Return true if one sequence is lexicographically less than another.
LogicalAnd(). Constructor for class COM.objectspace.jgl.LogicalAnd
LogicalNot(). Constructor for class COM.objectspace.jgl.LogicalNot
LogicalOr(). Constructor for class COM.objectspace.jgl.LogicalOr
LongArray(). Constructor for class COM.objectspace.jgl.LongArray
LongArray(long[]). Constructor for class COM.objectspace.jgl.LongArray
LongArray(LongArray). Constructor for class COM.objectspace.jgl.LongArray
LongIterator(). Constructor for class COM.objectspace.jgl.LongIterator
Construct myself to be an iterator with no associated data structure or position.
LongIterator(long[]). Constructor for class COM.objectspace.jgl.LongIterator
Construct myself to be an iterator positioned at the first element of a specified array.
LongIterator(long[], int). Constructor for class COM.objectspace.jgl.LongIterator
Construct myself to be positioned at a particular index of a specific array.
LongIterator(long[], int, LongArray). Constructor for class COM.objectspace.jgl.LongIterator
Construct myself to be positioned at a particular index of a specific array.
LongIterator(long[], LongArray). Constructor for class COM.objectspace.jgl.LongIterator
Construct myself to be an iterator positioned at the first element of a specified array.
LongIterator(LongIterator). Constructor for class COM.objectspace.jgl.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.