- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.GapList
-
- lastIndexOf(boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- lastIndexOf(byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- lastIndexOf(char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- lastIndexOf(double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- lastIndexOf(float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- lastIndexOf(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- lastIndexOf(long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- lastIndexOf(short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- listIterator() - Method in class org.magicwerk.brownies.collections.GapList
-
- listIterator(int) - Method in class org.magicwerk.brownies.collections.GapList
-
- LongGapList - Class in org.magicwerk.brownies.collections.primitive
-
LongGapList is a variation of GapList which uses primitive
values for storage.
- 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
-