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

A

add(E) - Method in class org.magicwerk.brownies.collections.GapList
 
add(int, E) - Method in class org.magicwerk.brownies.collections.GapList
 
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 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<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<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<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<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<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<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<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<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.
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
 
asMap() - Method in class org.magicwerk.brownies.collections.MapList
Returns a view on the MapList as Map.
A B C D E F G H I L M O P R S T U W