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

A

add(K) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
 
add(E) - Method in class org.magicwerk.brownies.collections.GapList
 
add(int, E) - Method in class org.magicwerk.brownies.collections.GapList
 
add(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionAsSet
 
add(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
 
add(E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
Note that the behavior of the operation depends on the defined constraints.
add(int, E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
Note that the behavior of the operation depends on the defined constraints.
add(boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
 
add(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
 
add(byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
 
add(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
 
add(char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
 
add(int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
 
add(double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
 
add(int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
 
add(float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
 
add(int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
 
add(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
 
add(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
 
add(long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
 
add(int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
 
add(short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
 
add(int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
 
addAll(Collection<? extends K>) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
 
addAll(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.GapList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.GapList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(E...) - Method in class org.magicwerk.brownies.collections.GapList
Adds all specified elements into this list.
addAll(int, E...) - Method in class org.magicwerk.brownies.collections.GapList
Inserts the specified elements into this list, starting at the specified position.
addAll(GapList<? extends E>) - Method in class org.magicwerk.brownies.collections.GapList
Adds all of the elements in the specified list into this list.
addAll(int, GapList<? extends E>) - Method in class org.magicwerk.brownies.collections.GapList
Inserts all of the elements in the specified list into this list, starting at the specified position.
addAll(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionAsSet
 
addAll(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
 
addAll(Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(boolean...) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
Adds all specified elements into this list.
addAll(int, boolean...) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
Inserts the specified elements into this list, starting at the specified position.
addAll(BooleanGapList) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
Adds all of the elements in the specified list into this list.
addAll(int, BooleanGapList) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
Inserts all of the elements in the specified list into this list, starting at the specified position.
addAll(Collection<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
addAll(int, Collection<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
addAll(Boolean...) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
addAll(int, Boolean...) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
addAll(GapList<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
addAll(int, GapList<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
addAll(Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(byte...) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
Adds all specified elements into this list.
addAll(int, byte...) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
Inserts the specified elements into this list, starting at the specified position.
addAll(ByteGapList) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
Adds all of the elements in the specified list into this list.
addAll(int, ByteGapList) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
Inserts all of the elements in the specified list into this list, starting at the specified position.
addAll(Collection<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
addAll(int, Collection<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
addAll(Byte...) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
addAll(int, Byte...) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
addAll(GapList<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
addAll(int, GapList<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
addAll(Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(char...) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
Adds all specified elements into this list.
addAll(int, char...) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
Inserts the specified elements into this list, starting at the specified position.
addAll(CharGapList) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
Adds all of the elements in the specified list into this list.
addAll(int, CharGapList) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
Inserts all of the elements in the specified list into this list, starting at the specified position.
addAll(Collection<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
 
addAll(int, Collection<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
 
addAll(Character...) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
 
addAll(int, Character...) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
 
addAll(GapList<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
 
addAll(int, GapList<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
 
addAll(Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(double...) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
Adds all specified elements into this list.
addAll(int, double...) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
Inserts the specified elements into this list, starting at the specified position.
addAll(DoubleGapList) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
Adds all of the elements in the specified list into this list.
addAll(int, DoubleGapList) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
Inserts all of the elements in the specified list into this list, starting at the specified position.
addAll(Collection<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
 
addAll(int, Collection<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
 
addAll(Double...) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
 
addAll(int, Double...) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
 
addAll(GapList<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
 
addAll(int, GapList<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
 
addAll(Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(float...) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
Adds all specified elements into this list.
addAll(int, float...) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
Inserts the specified elements into this list, starting at the specified position.
addAll(FloatGapList) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
Adds all of the elements in the specified list into this list.
addAll(int, FloatGapList) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
Inserts all of the elements in the specified list into this list, starting at the specified position.
addAll(Collection<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
 
addAll(int, Collection<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
 
addAll(Float...) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
 
addAll(int, Float...) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
 
addAll(GapList<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
 
addAll(int, GapList<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
 
addAll(Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(int...) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
Adds all specified elements into this list.
addAll(int, int...) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
Inserts the specified elements into this list, starting at the specified position.
addAll(IntGapList) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
Adds all of the elements in the specified list into this list.
addAll(int, IntGapList) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
Inserts all of the elements in the specified list into this list, starting at the specified position.
addAll(Collection<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
 
addAll(int, Collection<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
 
addAll(Integer...) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
 
addAll(int, Integer...) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
 
addAll(GapList<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
 
addAll(int, GapList<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
 
addAll(Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(long...) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
Adds all specified elements into this list.
addAll(int, long...) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
Inserts the specified elements into this list, starting at the specified position.
addAll(LongGapList) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
Adds all of the elements in the specified list into this list.
addAll(int, LongGapList) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
Inserts all of the elements in the specified list into this list, starting at the specified position.
addAll(Collection<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
 
addAll(int, Collection<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
 
addAll(Long...) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
 
addAll(int, Long...) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
 
addAll(GapList<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
 
addAll(int, GapList<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
 
addAll(Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(short...) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
Adds all specified elements into this list.
addAll(int, short...) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
Inserts the specified elements into this list, starting at the specified position.
addAll(ShortGapList) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
Adds all of the elements in the specified list into this list.
addAll(int, ShortGapList) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
Inserts all of the elements in the specified list into this list, starting at the specified position.
addAll(Collection<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
 
addAll(int, Collection<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
 
addAll(Short...) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
 
addAll(int, Short...) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
 
addAll(GapList<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
 
addAll(int, GapList<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
 
addFirst(E) - Method in class org.magicwerk.brownies.collections.GapList
 
addFirst(boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
 
addFirst(byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
 
addFirst(char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
 
addFirst(double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
 
addFirst(float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
 
addFirst(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
 
addFirst(long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
 
addFirst(short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
 
addLast(E) - Method in class org.magicwerk.brownies.collections.GapList
 
addLast(boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
 
addLast(byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
 
addLast(char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
 
addLast(double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
 
addLast(float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
 
addLast(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
 
addLast(long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
 
addLast(short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
 
allow(E) - Method in interface org.magicwerk.brownies.collections.function.Predicate
Determines whether an element is allowed or not.
AnyComparator<T> - Class in org.magicwerk.brownies.collections.helper
The AnyComparator can compare elements of any object type, even if they do not implement Comparable.
ArraysHelper - Class in org.magicwerk.brownies.collections.helper
The class ArraysHelper adds method for handling boolean arrays which are missing in java.util.Arrays, e.g. sort() and binarySearch().
ArraysHelper() - Constructor for class org.magicwerk.brownies.collections.helper.ArraysHelper
 
asMap1() - Method in class org.magicwerk.brownies.collections.Key1Collection
Returns a map view to the key map.
asMap1() - Method in class org.magicwerk.brownies.collections.Key2Collection
Returns a map view to the key map.
asMap2() - Method in class org.magicwerk.brownies.collections.Key2Collection
Returns a map view to the key map.
asSet() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
Returns a set view of the collection.
asSet() - Method in class org.magicwerk.brownies.collections.KeyListImpl
Returns a set view of the collection.
A B C D E F G H I K L M N O P R S T U V W