- IBooleanList - Class in org.magicwerk.brownies.collections.primitive
-
GapList combines the strengths of both ArrayList and LinkedList.
- IBooleanList() - Constructor for class org.magicwerk.brownies.collections.primitive.IBooleanList
-
- IByteList - Class in org.magicwerk.brownies.collections.primitive
-
GapList combines the strengths of both ArrayList and LinkedList.
- IByteList() - Constructor for class org.magicwerk.brownies.collections.primitive.IByteList
-
- ICharList - Class in org.magicwerk.brownies.collections.primitive
-
GapList combines the strengths of both ArrayList and LinkedList.
- ICharList() - Constructor for class org.magicwerk.brownies.collections.primitive.ICharList
-
- IdentMapper<E> - Class in org.magicwerk.brownies.collections.helper
-
Identity mapper.
- IDoubleList - Class in org.magicwerk.brownies.collections.primitive
-
GapList combines the strengths of both ArrayList and LinkedList.
- IDoubleList() - Constructor for class org.magicwerk.brownies.collections.primitive.IDoubleList
-
- IFloatList - Class in org.magicwerk.brownies.collections.primitive
-
GapList combines the strengths of both ArrayList and LinkedList.
- IFloatList() - Constructor for class org.magicwerk.brownies.collections.primitive.IFloatList
-
- IIntList - Class in org.magicwerk.brownies.collections.primitive
-
GapList combines the strengths of both ArrayList and LinkedList.
- IIntList() - Constructor for class org.magicwerk.brownies.collections.primitive.IIntList
-
- IList<E> - Class in org.magicwerk.brownies.collections
-
GapList combines the strengths of both ArrayList and LinkedList.
- IList() - Constructor for class org.magicwerk.brownies.collections.IList
-
- ILongList - Class in org.magicwerk.brownies.collections.primitive
-
GapList combines the strengths of both ArrayList and LinkedList.
- ILongList() - Constructor for class org.magicwerk.brownies.collections.primitive.ILongList
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.IList
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- indexOf(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
- indexOf(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
- indexOf(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
- indexOf(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
- indexOf(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
- indexOf(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
- indexOf(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- indexOf(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- 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 initial 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.IList
-
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 initial 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() - 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 initial 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() - 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 initial 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(String) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- 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 initial 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() - 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 initial 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() - 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(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init(int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init(int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init(int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init(int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
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.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 initial 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() - 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(int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
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.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 initial 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() - 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 initial 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() - 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
-
- insertOnLeft(int, E) - Method in class org.magicwerk.brownies.collections.helper.RangeList.AVLNode
-
- insertOnLeft2(int, E) - Method in class org.magicwerk.brownies.collections.helper.RangeList.AVLNode
-
- 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
-
- INSTANCE(Class<T>) - Static method in class org.magicwerk.brownies.collections.helper.NaturalComparator
-
- InternalSort<E> - Class in org.magicwerk.brownies.collections.helper
-
This class implements a stable in-place merge sort.
- IntGapList - Class in org.magicwerk.brownies.collections.primitive
-
IntGapList combines the strengths of both ArrayList and LinkedList.
- IntGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.IntGapList
-
Construct a list with the default initial capacity.
- IntGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.IntGapList
-
Construct a list with specified initial capacity.
- IntGapList(Collection<Integer>) - Constructor for class org.magicwerk.brownies.collections.primitive.IntGapList
-
Construct a list to contain the specified elements.
- IntGapList(int...) - Constructor for class org.magicwerk.brownies.collections.primitive.IntGapList
-
Construct a list to contain the specified elements.
- 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.IList
-
- 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.BooleanObjGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
- IShortList - Class in org.magicwerk.brownies.collections.primitive
-
GapList combines the strengths of both ArrayList and LinkedList.
- IShortList() - Constructor for class org.magicwerk.brownies.collections.primitive.IShortList
-
- iterator() - Method in class org.magicwerk.brownies.collections.CollectionAsSet
-
- iterator() - Method in class org.magicwerk.brownies.collections.IList
-
- iterator() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-