- GapList<E> - Class in org.magicwerk.brownies.collections
-
GapList combines the strengths of both ArrayList and LinkedList.
- GapList() - Constructor for class org.magicwerk.brownies.collections.GapList
-
Default constructor.
- GapList(int) - Constructor for class org.magicwerk.brownies.collections.GapList
-
Construct a vector with given capacity.
- GapList(Collection<? extends E>) - Constructor for class org.magicwerk.brownies.collections.GapList
-
Copy constructor.
- get(int) - Method in class org.magicwerk.brownies.collections.GapList
-
- get(int, int) - Method in class org.magicwerk.brownies.collections.GapList
-
Returns specified range of elements from list.
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- get(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Returns specified range of elements from list.
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- get(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Returns specified range of elements from list.
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- get(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Returns specified range of elements from list.
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- get(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Returns specified range of elements from list.
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- get(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Returns specified range of elements from list.
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- get(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Returns specified range of elements from list.
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- get(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Returns specified range of elements from list.
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- get(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Returns specified range of elements from list.
- getArray(int, int) - Method in class org.magicwerk.brownies.collections.GapList
-
Returns specified range of elements from list.
- getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Returns specified range of elements from list.
- getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Returns specified range of elements from list.
- getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Returns specified range of elements from list.
- getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Returns specified range of elements from list.
- getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Returns specified range of elements from list.
- getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Returns specified range of elements from list.
- getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Returns specified range of elements from list.
- getArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Returns specified range of elements from list.
- getFirst() - Method in class org.magicwerk.brownies.collections.GapList
-
- getFirst() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- getFirst() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- getFirst() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- getFirst() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- getFirst() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- getFirst() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- getFirst() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- getFirst() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- getKey(E) - Method in interface org.magicwerk.brownies.collections.Mapper
-
Return key for given value.
- getLast() - Method in class org.magicwerk.brownies.collections.GapList
-
- getLast() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- getLast() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- getLast() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- getLast() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- getLast() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- getLast() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- getLast() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- getLast() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- getMapper() - Method in class org.magicwerk.brownies.collections.MapList
-