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

A

access(int, int, int[]) - Method in class org.magicwerk.brownies.collections.helper.RangeList
 
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(int, E) - Method in class org.magicwerk.brownies.collections.helper.RangeList
Adds a new element to the list.
add(E) - Method in class org.magicwerk.brownies.collections.IList
 
add(int, E) - Method in class org.magicwerk.brownies.collections.IList
 
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
Appends the specified element to the end of this list (optional operation).
add(int, E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
Inserts the specified element at the specified position in this list (optional operation).
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(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
 
add(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
 
add(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
 
add(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
 
add(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
 
add(int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
 
add(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
 
add(int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
 
add(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
 
add(int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
 
add(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
 
add(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
 
add(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
 
add(int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
 
add(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
 
add(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
 
add(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
 
add(int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
 
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.IList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
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.IList
Adds all specified elements into this list.
addAll(int, E...) - Method in class org.magicwerk.brownies.collections.IList
Inserts the specified elements into this list, starting at the specified position.
addAll(IList<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
Adds all of the elements in the specified list into this list.
addAll(int, IList<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
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<? 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(IList<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
addAll(int, IList<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
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(IList<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
addAll(int, IList<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
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(IList<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
 
addAll(int, IList<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
 
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(IList<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
 
addAll(int, IList<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
 
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(IList<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
 
addAll(int, IList<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
 
addAll(Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
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.IBooleanList
Adds all specified elements into this list.
addAll(int, boolean...) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
Inserts the specified elements into this list, starting at the specified position.
addAll(IBooleanList) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
Adds all of the elements in the specified list into this list.
addAll(int, IBooleanList) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
Inserts all of the elements in the specified list into this list, starting at the specified position.
addAll(Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
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.IByteList
Adds all specified elements into this list.
addAll(int, byte...) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
Inserts the specified elements into this list, starting at the specified position.
addAll(IByteList) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
Adds all of the elements in the specified list into this list.
addAll(int, IByteList) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
Inserts all of the elements in the specified list into this list, starting at the specified position.
addAll(Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
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.ICharList
Adds all specified elements into this list.
addAll(int, char...) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
Inserts the specified elements into this list, starting at the specified position.
addAll(ICharList) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
Adds all of the elements in the specified list into this list.
addAll(int, ICharList) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
Inserts all of the elements in the specified list into this list, starting at the specified position.
addAll(Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
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.IDoubleList
Adds all specified elements into this list.
addAll(int, double...) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
Inserts the specified elements into this list, starting at the specified position.
addAll(IDoubleList) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
Adds all of the elements in the specified list into this list.
addAll(int, IDoubleList) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
Inserts all of the elements in the specified list into this list, starting at the specified position.
addAll(Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
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.IFloatList
Adds all specified elements into this list.
addAll(int, float...) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
Inserts the specified elements into this list, starting at the specified position.
addAll(IFloatList) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
Adds all of the elements in the specified list into this list.
addAll(int, IFloatList) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
Inserts all of the elements in the specified list into this list, starting at the specified position.
addAll(Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
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.IIntList
Adds all specified elements into this list.
addAll(int, int...) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
Inserts the specified elements into this list, starting at the specified position.
addAll(IIntList) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
Adds all of the elements in the specified list into this list.
addAll(int, IIntList) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
Inserts all of the elements in the specified list into this list, starting at the specified position.
addAll(Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
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.ILongList
Adds all specified elements into this list.
addAll(int, long...) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
Inserts the specified elements into this list, starting at the specified position.
addAll(ILongList) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
Adds all of the elements in the specified list into this list.
addAll(int, ILongList) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
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(IList<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
 
addAll(int, IList<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
 
addAll(Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
Adds all of the elements in the specified collection into this list.
addAll(int, Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
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.IShortList
Adds all specified elements into this list.
addAll(int, short...) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
Inserts the specified elements into this list, starting at the specified position.
addAll(IShortList) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
Adds all of the elements in the specified list into this list.
addAll(int, IShortList) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
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(IList<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
 
addAll(int, IList<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
 
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(IList<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
 
addAll(int, IList<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
 
addFirst(E) - Method in class org.magicwerk.brownies.collections.IList
 
addFirst(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
 
addFirst(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
 
addFirst(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
 
addFirst(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
 
addFirst(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
 
addFirst(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
 
addFirst(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
 
addFirst(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
 
addIf(E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
Adds element if allowed and returns true.
addIfAbsent(E) - Method in class org.magicwerk.brownies.collections.IList
Add elements if it is not already contained in the list.
addIfAbsent(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
Add elements if it is not already contained in the list.
addIfAbsent(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
Add elements if it is not already contained in the list.
addIfAbsent(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
Add elements if it is not already contained in the list.
addIfAbsent(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
Add elements if it is not already contained in the list.
addIfAbsent(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
Add elements if it is not already contained in the list.
addIfAbsent(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
Add elements if it is not already contained in the list.
addIfAbsent(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
Add elements if it is not already contained in the list.
addIfAbsent(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
Add elements if it is not already contained in the list.
addLast(E) - Method in class org.magicwerk.brownies.collections.IList
 
addLast(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
 
addLast(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
 
addLast(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
 
addLast(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
 
addLast(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
 
addLast(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
 
addLast(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
 
addLast(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
 
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.Key1List
Returns an immutable map view to the key map.
asMap1() - Method in class org.magicwerk.brownies.collections.Key2Collection
Returns a map view to the key map.
asMap1() - Method in class org.magicwerk.brownies.collections.Key2List
Returns an immutable map view to the key map.
asMap2() - Method in class org.magicwerk.brownies.collections.Key2Collection
Returns a map view to the key map.
asMap2() - Method in class org.magicwerk.brownies.collections.Key2List
Returns an immutable 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