- capacity() - Method in class org.magicwerk.brownies.collections.BigList
-
As BigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.GapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.IList
-
Returns capacity of this list.
- capacity() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
As BooleanBigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
-
Returns capacity of this BigList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
As ByteBigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
-
Returns capacity of this BigList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
As CharBigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
-
Returns capacity of this BigList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
As DoubleBigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
-
Returns capacity of this BigList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
As FloatBigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
-
Returns capacity of this BigList.
- 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 list.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns capacity of this list.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns capacity of this list.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns capacity of this list.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns capacity of this list.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns capacity of this list.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns capacity of this list.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
As IntBigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
-
Returns capacity of this BigList.
- 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 list.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
As LongBigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
-
Returns capacity of this BigList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
As ShortBigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
-
Returns capacity of this BigList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
Returns capacity of this GapList.
- CharBigList - Class in org.magicwerk.brownies.collections.primitive
-
CharBigList is a list optimized for storing large number of elements.
- CharBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.CharBigList
-
Default constructor.
- CharBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.CharBigList
-
Constructor.
- CharBigList(Collection<Character>) - Constructor for class org.magicwerk.brownies.collections.primitive.CharBigList
-
Create new list with specified elements.
- CharBigList(String) - Constructor for class org.magicwerk.brownies.collections.primitive.CharBigList
-
- CharBinarySearch - Class in org.magicwerk.brownies.collections.helper.primitive
-
Binary search for primitive type char.
- CharBinarySearch() - Constructor for class org.magicwerk.brownies.collections.helper.primitive.CharBinarySearch
-
- 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(String) - Constructor for class org.magicwerk.brownies.collections.primitive.CharGapList
-
- CharMergeSort - Class in org.magicwerk.brownies.collections.helper.primitive
-
This class implements a stable in-place merge sort.
- CharObjBigList - Class in org.magicwerk.brownies.collections.primitive
-
CharObjBigList implements the List interface and uses an instance
of CharBigList for storage.
- CharObjBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.CharObjBigList
-
- CharObjBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.CharObjBigList
-
- CharObjBigList(Collection<? extends Character>) - Constructor for class org.magicwerk.brownies.collections.primitive.CharObjBigList
-
- 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(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.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.BigList
-
Returns a shallow copy of this BigList instance
The copy is realized by a copy-on-write approach so also really large lists can efficiently be copied.
- 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.IList
-
Returns a shallow copy of this list instance.
- clone() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- clone() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Returns a shallow copy of this BooleanBigList instance
The copy is realized by a copy-on-write approach so also really large lists can efficiently be 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.ByteBigList
-
Returns a shallow copy of this ByteBigList instance
The copy is realized by a copy-on-write approach so also really large lists can efficiently be 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.CharBigList
-
Returns a shallow copy of this CharBigList instance
The copy is realized by a copy-on-write approach so also really large lists can efficiently be 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.DoubleBigList
-
Returns a shallow copy of this DoubleBigList instance
The copy is realized by a copy-on-write approach so also really large lists can efficiently be 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.FloatBigList
-
Returns a shallow copy of this FloatBigList instance
The copy is realized by a copy-on-write approach so also really large lists can efficiently be 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.IBooleanList
-
Returns a shallow copy of this list instance.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns a shallow copy of this list instance.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns a shallow copy of this list instance.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns a shallow copy of this list instance.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns a shallow copy of this list instance.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns a shallow copy of this list instance.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns a shallow copy of this list instance.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Returns a shallow copy of this IntBigList instance
The copy is realized by a copy-on-write approach so also really large lists can efficiently be 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.IShortList
-
Returns a shallow copy of this list instance.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Returns a shallow copy of this LongBigList instance
The copy is realized by a copy-on-write approach so also really large lists can efficiently be 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.ShortBigList
-
Returns a shallow copy of this ShortBigList instance
The copy is realized by a copy-on-write approach so also really large lists can efficiently be 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).
- 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(int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- compare(long, long) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- compare(double, double) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- compare(float, float) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- compare(boolean, boolean) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
-
- 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.BooleanObjBigList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
-
- 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.IntObjBigList
-
- 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.LongObjBigList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
-
- 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.BooleanObjBigList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
-
- 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.IntObjBigList
-
- 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.LongObjBigList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
-
- 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.BooleanObjBigList
-
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
-
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
-
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
-
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
-
- 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.IntObjBigList
-
- 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.LongObjBigList
-
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
-
- 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.BigList
-
Returns a copy of this BigList instance.
- copy() - Method in class org.magicwerk.brownies.collections.GapList
-
Returns a shallow copy of this GapList instance.
- copy() - Method in class org.magicwerk.brownies.collections.IList
-
Returns a shallow copy of this list instance.
- 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.BooleanBigList
-
Returns a copy of this BooleanBigList instance.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Returns a shallow copy of this BooleanGapList instance.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Returns a copy of this ByteBigList instance.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Returns a shallow copy of this ByteGapList instance.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Returns a copy of this CharBigList instance.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Returns a shallow copy of this CharGapList instance.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Returns a copy of this DoubleBigList instance.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Returns a shallow copy of this DoubleGapList instance.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Returns a copy of this FloatBigList instance.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Returns a shallow copy of this FloatGapList instance.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
-
- 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 list instance.
- 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 list instance.
- 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 list instance.
- 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 list instance.
- 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 list instance.
- 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 list instance.
- 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 list instance.
- 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.IntBigList
-
Returns a copy of this IntBigList instance.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Returns a shallow copy of this IntGapList instance.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
-
- 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 list instance.
- 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.LongBigList
-
Returns a copy of this LongBigList instance.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Returns a shallow copy of this LongGapList instance.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Returns a copy of this ShortBigList instance.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Returns a shallow copy of this ShortGapList instance.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
-
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- create() - Static method in class org.magicwerk.brownies.collections.BigList
-
Create new list.
- create(Collection<? extends E>) - Static method in class org.magicwerk.brownies.collections.BigList
-
Create new list with specified elements.
- create(E...) - Static method in class org.magicwerk.brownies.collections.BigList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.GapList
-
Create new list.
- 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.primitive.BooleanBigList
-
Create new list.
- create(Collection<Boolean>) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Create new list with specified elements.
- create(boolean...) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Create new list.
- 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.BooleanObjBigList
-
- create(Boolean...) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
-
- create(Collection<? extends Boolean>) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
-
- create() - 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.ByteBigList
-
Create new list.
- create(Collection<Byte>) - Static method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Create new list with specified elements.
- create(byte...) - Static method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Create new list.
- 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.ByteObjBigList
-
- create(Byte...) - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
-
- create(Collection<? extends Byte>) - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
-
- create() - 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.CharBigList
-
Create new list.
- create(Collection<Character>) - Static method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Create new list with specified elements.
- create(char...) - Static method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Create new list with specified elements.
- create(String) - Static method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
- create() - Static method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Create new list.
- 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.CharObjBigList
-
- create(Character...) - Static method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
-
- create(Collection<? extends Character>) - Static method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
-
- create() - 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.DoubleBigList
-
Create new list.
- create(Collection<Double>) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Create new list with specified elements.
- create(double...) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Create new list.
- 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.DoubleObjBigList
-
- create(Double...) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
-
- create(Collection<? extends Double>) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
-
- create() - 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.FloatBigList
-
Create new list.
- create(Collection<Float>) - Static method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Create new list with specified elements.
- create(float...) - Static method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Create new list.
- 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.FloatObjBigList
-
- create(Float...) - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
-
- create(Collection<? extends Float>) - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
-
- create() - 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.IntBigList
-
Create new list.
- create(Collection<Integer>) - Static method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Create new list with specified elements.
- create(int...) - Static method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Create new list.
- 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.IntObjBigList
-
- create(Integer...) - Static method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
-
- create(Collection<? extends Integer>) - Static method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
-
- create() - 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.LongBigList
-
Create new list.
- create(Collection<Long>) - Static method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Create new list with specified elements.
- create(long...) - Static method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Create new list.
- 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.LongObjBigList
-
- create(Long...) - Static method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
-
- create(Collection<? extends Long>) - Static method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
-
- create() - 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.ShortBigList
-
Create new list.
- create(Collection<Short>) - Static method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Create new list with specified elements.
- create(short...) - Static method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Create new list with specified elements.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Create new list.
- 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.ShortObjBigList
-
- create(Short...) - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
-
- create(Collection<? extends Short>) - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
-
- create() - 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.BigLists
-
Create a BigList wrapping a primitive BigList, e.g. an IntObjBigList wrapping an IntBigList.
- createWrapperList(Class<?>) - Static method in class org.magicwerk.brownies.collections.helper.GapLists
-
Create a GapList wrapping a primitive GapList, e.g. an IntObjGapList wrapping an IntGapList.
- createWrapperList(Class<?>, int) - Static method in class org.magicwerk.brownies.collections.helper.GapLists
-
Create a GapList wrapping a primitive GapList, e.g. an IntObjGapList wrapping an IntGapList.
- 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.