- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.IList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- lastIndexOf(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
- lastIndexOf(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
- lastIndexOf(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
- lastIndexOf(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
- lastIndexOf(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
- lastIndexOf(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
- lastIndexOf(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- lastIndexOf(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- left - Variable in class org.magicwerk.brownies.collections.helper.RangeList.AVLNode
-
- leftIsPrevious - Variable in class org.magicwerk.brownies.collections.helper.RangeList.AVLNode
-
Flag indicating that left reference is not a subtree but the predecessor.
- listIterator() - Method in class org.magicwerk.brownies.collections.IList
-
- listIterator(int) - Method in class org.magicwerk.brownies.collections.IList
-
- LongGapList - Class in org.magicwerk.brownies.collections.primitive
-
LongGapList combines the strengths of both ArrayList and LinkedList.
- LongGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.LongGapList
-
Construct a list with the default initial capacity.
- LongGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.LongGapList
-
Construct a list with specified initial capacity.
- LongGapList(Collection<Long>) - Constructor for class org.magicwerk.brownies.collections.primitive.LongGapList
-
Construct a list to contain the specified elements.
- LongGapList(long...) - Constructor for class org.magicwerk.brownies.collections.primitive.LongGapList
-
Construct a list to contain the specified elements.
- LongObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
LongObjGapList implements the List interface and uses an instance
of LongGapList for storage.
- LongObjGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- LongObjGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- LongObjGapList(Long...) - Constructor for class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- LongObjGapList(Collection<? extends Long>) - Constructor for class org.magicwerk.brownies.collections.primitive.LongObjGapList
-