- capacity() - Method in class org.magicwerk.brownies.collections.GapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Returns capacity of this BooleanGapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Returns capacity of this ByteGapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Returns capacity of this CharGapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Returns capacity of this DoubleGapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Returns capacity of this FloatGapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Returns capacity of this IntGapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Returns capacity of this LongGapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Returns capacity of this ShortGapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- CharGapList - Class in org.magicwerk.brownies.collections.primitive
-
CharGapList is a variation of GapList which uses primitive
values for storage.
- CharGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.CharGapList
-
Construct a list with the default initial capacity.
- CharGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.CharGapList
-
Construct a list with specified initial capacity.
- CharGapList(Collection<Character>) - Constructor for class org.magicwerk.brownies.collections.primitive.CharGapList
-
Construct a list to contain the specified elements.
- CharGapList(char...) - Constructor for class org.magicwerk.brownies.collections.primitive.CharGapList
-
Construct a list to contain the specified elements.
- CharObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
CharObjGapList implements the List interface and uses an instance
of CharGapList for storage.
- CharObjGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- CharObjGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- CharObjGapList(Character...) - Constructor for class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- CharObjGapList(Collection<? extends Character>) - Constructor for class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- clear() - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- clear() - Method in class org.magicwerk.brownies.collections.GapList
-
- clear() - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
- clear() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- clear() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- 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.KeyListImpl
-
- 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.BooleanObjGapList
-
- 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.ByteObjGapList
-
- 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.CharObjGapList
-
- 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.DoubleObjGapList
-
- 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.FloatObjGapList
-
- 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.IntObjGapList
-
- 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.LongObjGapList
-
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Returns a shallow copy of this ShortGapList instance
(The elements themselves are not copied).
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- CollectionAsSet<K> - Class in org.magicwerk.brownies.collections
-
Implements a Set based on a Collection.
- CollectionAsSet(Collection<K>, boolean) - Constructor for class org.magicwerk.brownies.collections.CollectionAsSet
-
- compare(T, T) - Method in class org.magicwerk.brownies.collections.helper.AnyComparator
-
- compare(T, T) - Method in class org.magicwerk.brownies.collections.helper.NaturalComparator
-
- compare(T, T) - Method in class org.magicwerk.brownies.collections.helper.NullComparator
-
- compare(T, T) - Method in class org.magicwerk.brownies.collections.helper.ReverseComparator
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.GapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- contains(boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- contains(byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- contains(char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- contains(double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- contains(float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- contains(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- contains(long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- contains(short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.GapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- containsAll(Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- containsAll(Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- containsAll(Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- containsAll(Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- containsAll(Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- containsAll(Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- containsAll(Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- containsAll(Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- 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<?>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- 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<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- 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<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- 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<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- 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<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- 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<?>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- 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<?>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- 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.
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- containsKey(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
- containsKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Checks whether the specified key exists in this list.
- containsKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Checks whether an element with specified key exists.
- containsKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
-
Checks whether an element with specified key exists.
- containsKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Checks whether an element with specified key exists.
- containsKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
-
Checks whether an element with specified key exists.
- containsKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Checks whether an element with specified key exists.
- containsKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
-
Checks whether an element with specified key exists.
- containsValue(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
- 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.Key1Collection
-
- copy() - Method in class org.magicwerk.brownies.collections.Key1List
-
- copy() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
- copy() - Method in class org.magicwerk.brownies.collections.Key2List
-
- copy() - Method in class org.magicwerk.brownies.collections.KeyCollection
-
- copy() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns a copy of this collection with all its elements.
- copy() - Method in class org.magicwerk.brownies.collections.KeyList
-
- copy() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- 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.BooleanObjGapList
-
- 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.ByteObjGapList
-
- 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.CharObjGapList
-
- 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.DoubleObjGapList
-
- 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.FloatObjGapList
-
- 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.IntObjGapList
-
- 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.LongObjGapList
-
- 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.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- create() - Static method in class org.magicwerk.brownies.collections.GapList
-
Create new list.
- create(int) - Static method in class org.magicwerk.brownies.collections.GapList
-
Create new list with specified capacity.
- create(Collection<? extends E>) - Static method in class org.magicwerk.brownies.collections.GapList
-
Create new list with specified elements.
- create(E...) - Static method in class org.magicwerk.brownies.collections.GapList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.KeyListImpl
-
Do not use.
- create(int) - Static method in class org.magicwerk.brownies.collections.KeyListImpl
-
Do not use.
- create(Collection<? extends E>) - Static method in class org.magicwerk.brownies.collections.KeyListImpl
-
Do not use.
- create(E...) - Static method in class org.magicwerk.brownies.collections.KeyListImpl
-
Do not use.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Create new list.
- create(int) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Create new list with specified capacity.
- create(Collection<Boolean>) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Create new list with specified elements.
- create(boolean...) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- create(int) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- create(Boolean...) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- create(Collection<? extends Boolean>) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- create() - Static method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Create new list.
- create(int) - Static method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Create new list with specified capacity.
- create(Collection<Byte>) - Static method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Create new list with specified elements.
- create(byte...) - Static method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- create(int) - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- create(Byte...) - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- create(Collection<? extends Byte>) - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- create() - Static method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Create new list.
- create(int) - Static method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Create new list with specified capacity.
- create(Collection<Character>) - Static method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Create new list with specified elements.
- create(char...) - Static method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- create(int) - Static method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- create(Character...) - Static method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- create(Collection<? extends Character>) - Static method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- create() - Static method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Create new list.
- create(int) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Create new list with specified capacity.
- create(Collection<Double>) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Create new list with specified elements.
- create(double...) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- create(int) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- create(Double...) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- create(Collection<? extends Double>) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- create() - Static method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Create new list.
- create(int) - Static method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Create new list with specified capacity.
- create(Collection<Float>) - Static method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Create new list with specified elements.
- create(float...) - Static method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- create(int) - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- create(Float...) - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- create(Collection<? extends Float>) - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- 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 with specified capacity.
- create(Collection<Integer>) - Static method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Create new list with specified elements.
- create(int...) - Static method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- create(int) - Static method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- create(Integer...) - Static method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- create(Collection<? extends Integer>) - Static method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- create() - Static method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Create new list.
- create(int) - Static method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Create new list with specified capacity.
- create(Collection<Long>) - Static method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Create new list with specified elements.
- create(long...) - Static method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- create(int) - Static method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- create(Long...) - Static method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- create(Collection<? extends Long>) - Static method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- create() - Static method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Create new list.
- create(int) - Static method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Create new list with specified capacity.
- create(Collection<Short>) - Static method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Create new list with specified elements.
- create(short...) - Static method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- create(int) - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- create(Short...) - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- create(Collection<? extends Short>) - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- createWrapperList(Class<?>) - Static method in class org.magicwerk.brownies.collections.helper.GapLists
-
Create a GapList wrapping a primitive GapList, e.g.
- crop() - Method in class org.magicwerk.brownies.collections.Key1Collection
-
- crop() - Method in class org.magicwerk.brownies.collections.Key1List
-
- crop() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
- crop() - Method in class org.magicwerk.brownies.collections.Key2List
-
- crop() - Method in class org.magicwerk.brownies.collections.KeyCollection
-
- crop() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns a copy of this collection but without elements.
- crop() - Method in class org.magicwerk.brownies.collections.KeyList
-
- crop() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns a copy this list but without elements.