- capacity() - Method in class org.magicwerk.brownies.collections.GapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.IList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
Returns capacity of this GapList.
- 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
-
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.
- CharGapList(String) - Constructor for class org.magicwerk.brownies.collections.primitive.CharGapList
-
- 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.helper.RangeList
-
Clears the list, removing all entries.
- clear() - Method in class org.magicwerk.brownies.collections.IList
-
- 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.IBooleanList
-
- clear() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
- clear() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
- clear() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
- clear() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
- clear() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
- clear() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
- clear() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
- clone() - Method in class org.magicwerk.brownies.collections.IList
-
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.IBooleanList
-
Returns a shallow copy of this GapList instance
(The elements themselves are not copied).
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns a shallow copy of this GapList instance
(The elements themselves are not copied).
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns a shallow copy of this GapList instance
(The elements themselves are not copied).
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns a shallow copy of this GapList instance
(The elements themselves are not copied).
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns a shallow copy of this GapList instance
(The elements themselves are not copied).
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns a shallow copy of this GapList instance
(The elements themselves are not copied).
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns a shallow copy of this GapList instance
(The elements themselves are not copied).
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns a shallow copy of this GapList instance
(The elements themselves are not copied).
- 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.IList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- contains(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
- contains(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
- contains(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
- contains(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
- contains(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
- contains(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
- contains(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- contains(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- 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.IList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- containsAll(Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
- containsAll(Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
- containsAll(Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
- containsAll(Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
- containsAll(Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
- containsAll(Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
- containsAll(Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- containsAll(Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.IList
-
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<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- containsAny(Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
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.IByteList
-
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.ICharList
-
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.IDoubleList
-
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.IFloatList
-
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.IIntList
-
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.ILongList
-
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<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
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<?>) - 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
-
- copy() - Method in class org.magicwerk.brownies.collections.IList
-
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(IList<? extends E>, int, IList<E>, int, int) - Static method in class org.magicwerk.brownies.collections.IList
-
Copies elements from one GapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.IList
-
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
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
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(IBooleanList, int, IBooleanList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Copies elements from one GapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Copy specified elements.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
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(IByteList, int, IByteList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Copies elements from one GapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Copy specified elements.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
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(ICharList, int, ICharList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Copies elements from one GapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Copy specified elements.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
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(IDoubleList, int, IDoubleList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Copies elements from one GapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Copy specified elements.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
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(IFloatList, int, IFloatList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Copies elements from one GapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Copy specified elements.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
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(IIntList, int, IIntList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Copies elements from one GapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Copy specified elements.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
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(ILongList, int, ILongList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Copies elements from one GapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Copy specified elements.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
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(IShortList, int, IShortList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Copies elements from one GapList to another.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Copy specified elements.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- 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(String) - Static method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- 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.