- IdentMapper<E> - Class in org.magicwerk.brownies.collections.helper
-
Identity mapper.
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.GapList
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- indexOf(boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- indexOf(byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- indexOf(char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- indexOf(double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- indexOf(float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- indexOf(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- indexOf(long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- indexOf(short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- indexOfKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Find given key and return its index.
- indexOfKey(int, Object, int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Find given key and return its index.
- indexOfKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
-
Returns index of first element in list with specified key.
- indexOfKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns index of first element in list with specified key.
- indexOfKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns index of first element in list with specified key.
- init() - Method in class org.magicwerk.brownies.collections.GapList
-
Initialize the list to be empty.
- init(int) - Method in class org.magicwerk.brownies.collections.GapList
-
Initialize the list to be empty with specified capacity.
- init(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.GapList
-
Initialize the list to contain the specified elements only.
- init(E...) - Method in class org.magicwerk.brownies.collections.GapList
-
Initialize the list to contain the specified elements only.
- init(int, E) - Method in class org.magicwerk.brownies.collections.GapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Initialize the list to be empty.
- init(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Initialize the list to be empty with specified capacity.
- init(Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Initialize the list to contain the specified elements only.
- init(boolean...) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Initialize the list to contain the specified elements only.
- init(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- init(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- init(Boolean...) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- init(Collection<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- init() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Initialize the list to be empty.
- init(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Initialize the list to be empty with specified capacity.
- init(Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Initialize the list to contain the specified elements only.
- init(byte...) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Initialize the list to contain the specified elements only.
- init(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- init(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- init(Byte...) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- init(Collection<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- init() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Initialize the list to be empty.
- init(int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Initialize the list to be empty with specified capacity.
- init(Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Initialize the list to contain the specified elements only.
- init(char...) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Initialize the list to contain the specified elements only.
- init(int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- init(int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- init(Character...) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- init(Collection<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- init() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Initialize the list to be empty.
- init(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Initialize the list to be empty with specified capacity.
- init(Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Initialize the list to contain the specified elements only.
- init(double...) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Initialize the list to contain the specified elements only.
- init(int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- init(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- init(Double...) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- init(Collection<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- init() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Initialize the list to be empty.
- init(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Initialize the list to be empty with specified capacity.
- init(Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Initialize the list to contain the specified elements only.
- init(float...) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Initialize the list to contain the specified elements only.
- init(int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- init(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- init(Float...) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- init(Collection<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- init() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Initialize the list to be empty.
- init(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Initialize the list to be empty with specified capacity.
- init(Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Initialize the list to contain the specified elements only.
- init(int...) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Initialize the list to contain the specified elements only.
- init(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- init(int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- init(Integer...) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- init(Collection<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- init() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Initialize the list to be empty.
- init(int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Initialize the list to be empty with specified capacity.
- init(Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Initialize the list to contain the specified elements only.
- init(long...) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Initialize the list to contain the specified elements only.
- init(int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- init(int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- init(Long...) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- init(Collection<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- init() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Initialize the list to be empty.
- init(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Initialize the list to be empty with specified capacity.
- init(Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Initialize the list to contain the specified elements only.
- init(short...) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Initialize the list to contain the specified elements only.
- init(int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- init(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- init(Short...) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- init(Collection<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- INSTANCE - Static variable in class org.magicwerk.brownies.collections.helper.AnyComparator
-
Singleton instance.
- INSTANCE - Static variable in class org.magicwerk.brownies.collections.helper.IdentMapper
-
Singleton instance
- INSTANCE() - Static method in class org.magicwerk.brownies.collections.helper.NaturalComparator
-
- IntGapList - Class in org.magicwerk.brownies.collections.primitive
-
IntGapList is a variation of GapList which uses primitive
values for storage.
- IntGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.IntGapList
-
Default constructor.
- IntGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.IntGapList
-
Construct a list with specified capacity.
- IntGapList(Collection<Integer>) - Constructor for class org.magicwerk.brownies.collections.primitive.IntGapList
-
Copy constructor.
- IntGapList(int...) - Constructor for class org.magicwerk.brownies.collections.primitive.IntGapList
-
Copy constructor.
- IntObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
IntObjGapList implements the List interface and uses an instance
of IntGapList for storage.
- IntObjGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- IntObjGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- IntObjGapList(Integer...) - Constructor for class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- IntObjGapList(Collection<? extends Integer>) - Constructor for class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- invalidate(E) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
- invalidate(E) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
- invalidate(E) - Method in class org.magicwerk.brownies.collections.KeyCollection
-
- invalidateKey1(K, K, E) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Invalidate key value of element.
- invalidateKey1(K, K, E) - Method in class org.magicwerk.brownies.collections.Key1List
-
Invalidate key value of element.
- invalidateKey1(K1, K1, E) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Invalidate key value of element.
- invalidateKey1(K1, K1, E) - Method in class org.magicwerk.brownies.collections.Key2List
-
Invalidate key value of element.
- invalidateKey2(K2, K2, E) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Invalidate key value of element.
- invalidateKey2(K2, K2, E) - Method in class org.magicwerk.brownies.collections.Key2List
-
Invalidate key value of element.
- isEmpty() - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.GapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- iterator() - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- iterator() - Method in class org.magicwerk.brownies.collections.GapList
-
- iterator() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-