- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.IList
-
- lastIndexOf(Object, int) - Method in class org.magicwerk.brownies.collections.IList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- lastIndexOf(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
- lastIndexOf(boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOf(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
- lastIndexOf(byte, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOf(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
- lastIndexOf(char, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOf(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
- lastIndexOf(double, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOf(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
- lastIndexOf(float, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOf(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
- lastIndexOf(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOf(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
- lastIndexOf(long, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- lastIndexOf(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
- lastIndexOf(short, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- listIterator() - Method in class org.magicwerk.brownies.collections.IList
-
- listIterator(int) - Method in class org.magicwerk.brownies.collections.IList
-
- LongBigList - Class in org.magicwerk.brownies.collections.primitive
-
LongBigList is a list optimized for storing large number of elements.
- LongBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.LongBigList
-
Default constructor.
- LongBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.LongBigList
-
Constructor.
- LongBigList(Collection<Long>) - Constructor for class org.magicwerk.brownies.collections.primitive.LongBigList
-
Create new list with specified elements.
- LongBinarySearch - Class in org.magicwerk.brownies.collections.helper.primitive
-
Binary search for primitive type long.
- LongBinarySearch() - Constructor for class org.magicwerk.brownies.collections.helper.primitive.LongBinarySearch
-
- 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.
- LongMergeSort - Class in org.magicwerk.brownies.collections.helper.primitive
-
This class implements a stable in-place merge sort.
- LongObjBigList - Class in org.magicwerk.brownies.collections.primitive
-
LongObjBigList implements the List interface and uses an instance
of LongBigList for storage.
- LongObjBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.LongObjBigList
-
- LongObjBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.LongObjBigList
-
- LongObjBigList(Collection<? extends Long>) - Constructor for class org.magicwerk.brownies.collections.primitive.LongObjBigList
-
- 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(Collection<? extends Long>) - Constructor for class org.magicwerk.brownies.collections.primitive.LongObjGapList
-