- capacity() - Method in class org.magicwerk.brownies.collections.GapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Returns capacity of this BooleanGapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Returns capacity of this ByteGapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Returns capacity of this CharGapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Returns capacity of this DoubleGapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Returns capacity of this FloatGapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Returns capacity of this IntGapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Returns capacity of this LongGapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Returns capacity of this ShortGapList.
- CharGapList - Class in org.magicwerk.brownies.collections.primitive
-
CharGapList combines the strengths of both ArrayList and LinkedList.
- CharGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.CharGapList
-
Default constructor.
- CharGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.CharGapList
-
Construct a vector with given capacity.
- CharGapList(Collection<Character>) - Constructor for class org.magicwerk.brownies.collections.primitive.CharGapList
-
Copy constructor.
- clear() - Method in class org.magicwerk.brownies.collections.GapList
-
- clear() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- clear() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- clear() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- clear() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- clear() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- clear() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- clear() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- clear() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- clone() - Method in class org.magicwerk.brownies.collections.GapList
-
Returns a shallow copy of this GapList instance
(The elements themselves are not copied).
- clone() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Returns a shallow copy of this BooleanGapList instance
(The elements themselves are not copied).
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Returns a shallow copy of this ByteGapList instance
(The elements themselves are not copied).
- clone() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Returns a shallow copy of this CharGapList instance
(The elements themselves are not copied).
- clone() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Returns a shallow copy of this DoubleGapList instance
(The elements themselves are not copied).
- clone() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Returns a shallow copy of this FloatGapList instance
(The elements themselves are not copied).
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Returns a shallow copy of this IntGapList instance
(The elements themselves are not copied).
- clone() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Returns a shallow copy of this LongGapList instance
(The elements themselves are not copied).
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Returns a shallow copy of this ShortGapList instance
(The elements themselves are not copied).
- contains(Object) - Method in class org.magicwerk.brownies.collections.GapList
-
- contains(boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- contains(byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- contains(char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- contains(double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- contains(float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- contains(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- contains(long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- contains(short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.GapList
-
- containsAll(Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- containsAll(Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- containsAll(Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- containsAll(Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- containsAll(Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- containsAll(Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- containsAll(Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- containsAll(Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.GapList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsAny(Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsAny(Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsAny(Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsAny(Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsAny(Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsAny(Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsAny(Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsAny(Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Returns true if any of the elements of the specified collection is contained in the list.
- copy() - Method in class org.magicwerk.brownies.collections.GapList
-
Returns a shallow copy of this GapList instance
(the new list will contain the same elements as the source list, i.e. the elements themselves are not copied).
- copy(GapList<? extends E>, int, GapList<E>, int, int) - Static method in class org.magicwerk.brownies.collections.GapList
-
Copies elements from one GapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.GapList
-
Copy specified elements.
- copy() - Method in class org.magicwerk.brownies.collections.MapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Returns a shallow copy of this BooleanGapList instance
(the new list will contain the same elements as the source list, i.e. the elements themselves are not copied).
- copy(BooleanGapList, int, BooleanGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Copies elements from one BooleanGapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Copy specified elements.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Returns a shallow copy of this ByteGapList instance
(the new list will contain the same elements as the source list, i.e. the elements themselves are not copied).
- copy(ByteGapList, int, ByteGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Copies elements from one ByteGapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Copy specified elements.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Returns a shallow copy of this CharGapList instance
(the new list will contain the same elements as the source list, i.e. the elements themselves are not copied).
- copy(CharGapList, int, CharGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Copies elements from one CharGapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Copy specified elements.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Returns a shallow copy of this DoubleGapList instance
(the new list will contain the same elements as the source list, i.e. the elements themselves are not copied).
- copy(DoubleGapList, int, DoubleGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Copies elements from one DoubleGapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Copy specified elements.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Returns a shallow copy of this FloatGapList instance
(the new list will contain the same elements as the source list, i.e. the elements themselves are not copied).
- copy(FloatGapList, int, FloatGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Copies elements from one FloatGapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Copy specified elements.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Returns a shallow copy of this IntGapList instance
(the new list will contain the same elements as the source list, i.e. the elements themselves are not copied).
- copy(IntGapList, int, IntGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Copies elements from one IntGapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Copy specified elements.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Returns a shallow copy of this LongGapList instance
(the new list will contain the same elements as the source list, i.e. the elements themselves are not copied).
- copy(LongGapList, int, LongGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Copies elements from one LongGapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Copy specified elements.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Returns a shallow copy of this ShortGapList instance
(the new list will contain the same elements as the source list, i.e. the elements themselves are not copied).
- copy(ShortGapList, int, ShortGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Copies elements from one ShortGapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Copy specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.GapList
-
Create new list.
- create(E...) - Static method in class org.magicwerk.brownies.collections.GapList
-
Create new list and add multiple elements to list.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Create new list.
- create(boolean...) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Create new list and add multiple elements to list.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Create new list.
- create(byte...) - Static method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Create new list and add multiple elements to list.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Create new list.
- create(char...) - Static method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Create new list and add multiple elements to list.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Create new list.
- create(double...) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Create new list and add multiple elements to list.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Create new list.
- create(float...) - Static method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Create new list and add multiple elements to list.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Create new list.
- create(int...) - Static method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Create new list and add multiple elements to list.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Create new list.
- create(long...) - Static method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Create new list and add multiple elements to list.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Create new list.
- create(short...) - Static method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Create new list and add multiple elements to list.
- crop() - Method in class org.magicwerk.brownies.collections.MapList
-
Returns a copy this list but without elements.