A B C D E F G H I K L M N O P R S T U V W 

I

IBooleanList - Class in org.magicwerk.brownies.collections.primitive
IBooleanList is an abstract class which offers all interfaces offered by both ArrayList and LinkedList.
IBooleanList() - Constructor for class org.magicwerk.brownies.collections.primitive.IBooleanList
 
IByteList - Class in org.magicwerk.brownies.collections.primitive
IByteList is an abstract class which offers all interfaces offered by both ArrayList and LinkedList.
IByteList() - Constructor for class org.magicwerk.brownies.collections.primitive.IByteList
 
ICharList - Class in org.magicwerk.brownies.collections.primitive
ICharList is an abstract class which offers all interfaces offered by both ArrayList and LinkedList.
ICharList() - Constructor for class org.magicwerk.brownies.collections.primitive.ICharList
 
IConsumer<T> - Interface in org.magicwerk.brownies.collections.function
A consumer interface for use in pre-Java 8.
IdentMapper<E> - Class in org.magicwerk.brownies.collections.helper
Identity mapper.
IDoubleList - Class in org.magicwerk.brownies.collections.primitive
IDoubleList is an abstract class which offers all interfaces offered by both ArrayList and LinkedList.
IDoubleList() - Constructor for class org.magicwerk.brownies.collections.primitive.IDoubleList
 
IFloatList - Class in org.magicwerk.brownies.collections.primitive
IFloatList is an abstract class which offers all interfaces offered by both ArrayList and LinkedList.
IFloatList() - Constructor for class org.magicwerk.brownies.collections.primitive.IFloatList
 
IFunction<T,R> - Interface in org.magicwerk.brownies.collections.function
A function interface for use in pre-Java 8.
IIntList - Class in org.magicwerk.brownies.collections.primitive
IIntList is an abstract class which offers all interfaces offered by both ArrayList and LinkedList.
IIntList() - Constructor for class org.magicwerk.brownies.collections.primitive.IIntList
 
IList<E> - Class in org.magicwerk.brownies.collections
IList is an abstract class which offers all interfaces offered by both ArrayList and LinkedList.
IList() - Constructor for class org.magicwerk.brownies.collections.IList
 
ILongList - Class in org.magicwerk.brownies.collections.primitive
ILongList is an abstract class which offers all interfaces offered by both ArrayList and LinkedList.
ILongList() - Constructor for class org.magicwerk.brownies.collections.primitive.ILongList
 
ImmutableMapEntry<K,E> - Class in org.magicwerk.brownies.collections
Read-only implementation of Map.Entry.
ImmutableMapEntry(K, E) - Constructor for class org.magicwerk.brownies.collections.ImmutableMapEntry
Constructor of an immutable map entry.
indexOf(Object) - Method in class org.magicwerk.brownies.collections.IList
 
indexOf(Object, int) - Method in class org.magicwerk.brownies.collections.IList
Returns the index of the first occurrence of the specified element in this list, starting the search at the specified position.
indexOf(Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
 
indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
 
indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
 
indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
 
indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
 
indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
 
indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
 
indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
 
indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
 
indexOf(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
 
indexOf(boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
Returns the index of the first occurrence of the specified element in this list, starting the search at the specified position.
indexOf(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
 
indexOf(byte, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
Returns the index of the first occurrence of the specified element in this list, starting the search at the specified position.
indexOf(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
 
indexOf(char, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
Returns the index of the first occurrence of the specified element in this list, starting the search at the specified position.
indexOf(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
 
indexOf(double, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
Returns the index of the first occurrence of the specified element in this list, starting the search at the specified position.
indexOf(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
 
indexOf(float, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
Returns the index of the first occurrence of the specified element in this list, starting the search at the specified position.
indexOf(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
 
indexOf(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
Returns the index of the first occurrence of the specified element in this list, starting the search at the specified position.
indexOf(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
 
indexOf(long, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
Returns the index of the first occurrence of the specified element in this list, starting the search at the specified position.
indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
 
indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
 
indexOf(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
 
indexOf(short, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
Returns the index of the first occurrence of the specified element in this list, starting the search at the specified position.
indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
 
indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
 
indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
 
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(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() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
Initialize the list to be empty.
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.BooleanObjBigList
 
init(Boolean...) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
 
init(Collection<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
 
init() - 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(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.ByteObjBigList
 
init(Byte...) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
 
init(Collection<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
 
init() - 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(String) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
 
init() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
Initialize the list to be empty.
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.CharObjBigList
 
init(Character...) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
 
init(Collection<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
 
init() - 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(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.DoubleObjBigList
 
init(Double...) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
 
init(Collection<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
 
init() - 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(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.FloatObjBigList
 
init(Float...) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
 
init(Collection<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
 
init() - 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(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.IntObjBigList
 
init(Integer...) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
 
init(Collection<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
 
init() - 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(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.LongObjBigList
 
init(Long...) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
 
init(Collection<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
 
init() - 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(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.ShortObjBigList
 
init(Short...) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
 
init(Collection<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
 
init() - 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
 
initAll(IList<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
Initializes the list so it will afterwards only contain the elements of the collection.
initAll(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
Initializes the list so it will afterwards only contain the elements of the collection.
initAll(IBooleanList) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
Initializes the list so it will afterwards only contain the elements of the collection.
initAll(Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
Initializes the list so it will afterwards only contain the elements of the collection.
initAll(IByteList) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
Initializes the list so it will afterwards only contain the elements of the collection.
initAll(Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
Initializes the list so it will afterwards only contain the elements of the collection.
initAll(ICharList) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
Initializes the list so it will afterwards only contain the elements of the collection.
initAll(Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
Initializes the list so it will afterwards only contain the elements of the collection.
initAll(IDoubleList) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
Initializes the list so it will afterwards only contain the elements of the collection.
initAll(Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
Initializes the list so it will afterwards only contain the elements of the collection.
initAll(IFloatList) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
Initializes the list so it will afterwards only contain the elements of the collection.
initAll(Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
Initializes the list so it will afterwards only contain the elements of the collection.
initAll(IIntList) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
Initializes the list so it will afterwards only contain the elements of the collection.
initAll(Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
Initializes the list so it will afterwards only contain the elements of the collection.
initAll(ILongList) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
Initializes the list so it will afterwards only contain the elements of the collection.
initAll(Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
Initializes the list so it will afterwards only contain the elements of the collection.
initAll(IShortList) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
Initializes the list so it will afterwards only contain the elements of the collection.
initAll(Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
Initializes the list so it will afterwards only contain the elements of the collection.
initArray(E...) - Method in class org.magicwerk.brownies.collections.IList
Initializes the list so it will afterwards only contain the elements of the array.
initArray(boolean...) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
Initializes the list so it will afterwards only contain the elements of the array.
initArray(byte...) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
Initializes the list so it will afterwards only contain the elements of the array.
initArray(char...) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
Initializes the list so it will afterwards only contain the elements of the array.
initArray(double...) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
Initializes the list so it will afterwards only contain the elements of the array.
initArray(float...) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
Initializes the list so it will afterwards only contain the elements of the array.
initArray(int...) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
Initializes the list so it will afterwards only contain the elements of the array.
initArray(long...) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
Initializes the list so it will afterwards only contain the elements of the array.
initArray(short...) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
Initializes the list so it will afterwards only contain the elements of the array.
initMult(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.
initMult(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.
initMult(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.
initMult(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.
initMult(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.
initMult(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.
initMult(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.
initMult(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.
initMult(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.
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
 
IntBigList - Class in org.magicwerk.brownies.collections.primitive
IntBigList is a list optimized for storing large number of elements.
IntBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.IntBigList
Default constructor.
IntBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.IntBigList
Constructor.
IntBigList(Collection<Integer>) - Constructor for class org.magicwerk.brownies.collections.primitive.IntBigList
Create new list with specified elements.
IntBinarySearch - Class in org.magicwerk.brownies.collections.helper.primitive
Binary search for primitive type int.
IntBinarySearch() - Constructor for class org.magicwerk.brownies.collections.helper.primitive.IntBinarySearch
 
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.
IntMergeSort - Class in org.magicwerk.brownies.collections.helper.primitive
This class implements a stable in-place merge sort.
IntObjBigList - Class in org.magicwerk.brownies.collections.primitive
IntObjBigList implements the List interface and uses an instance of IntBigList for storage.
IntObjBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.IntObjBigList
 
IntObjBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.IntObjBigList
 
IntObjBigList(Collection<? extends Integer>) - Constructor for class org.magicwerk.brownies.collections.primitive.IntObjBigList
 
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(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.
IPredicate<T> - Interface in org.magicwerk.brownies.collections.function
A predicate interface for use in pre-Java 8.
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.BooleanObjBigList
 
isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
 
isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
 
isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
 
isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
 
isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
 
isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
 
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.IntObjBigList
 
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.LongObjBigList
 
isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
 
isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
 
isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
 
IShortList - Class in org.magicwerk.brownies.collections.primitive
IShortList is an abstract class which offers all interfaces offered by both ArrayList and LinkedList.
IShortList() - Constructor for class org.magicwerk.brownies.collections.primitive.IShortList
 
isSorted() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
Determines whether this list is sorted or not.
isSorted() - Method in class org.magicwerk.brownies.collections.KeyListImpl
Determines whether this list is sorted or not.
ISupplier<T> - Interface in org.magicwerk.brownies.collections.function
A supplier interface for use in pre-Java 8.
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
 
A B C D E F G H I K L M N O P R S T U V W