A B C D E F G H I K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accumulator - Variable in class org.magicwerk.brownies.collections.helper.GapLists.CollectorImpl
- accumulator() - Method in class org.magicwerk.brownies.collections.helper.GapLists.CollectorImpl
- add(boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- add(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- add(byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- add(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- add(char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- add(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- add(double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- add(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- add(float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- add(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- add(int) - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Adds a value to the value of this instance.
- add(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- add(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- add(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- add(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Inserts the specified element at the specified position in this list.
- add(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- add(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Inserts the specified element at the specified position in this list.
- add(int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- add(int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Inserts the specified element at the specified position in this list.
- add(int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- add(int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Inserts the specified element at the specified position in this list.
- add(int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- add(int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Inserts the specified element at the specified position in this list.
- add(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Inserts the specified element at the specified position in this list.
- add(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- add(int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Inserts the specified element at the specified position in this list.
- add(int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- add(int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Inserts the specified element at the specified position in this list.
- add(int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- add(int, E) - Method in class org.magicwerk.brownies.collections.GapList
- add(int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Inserts the specified element at the specified position in this list.
- add(int, E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Inserts the specified element at the specified position in this list.
- add(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- add(long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- add(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- add(short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- add(E) - Method in class org.magicwerk.brownies.collections.GapList
- add(E) - Method in class org.magicwerk.brownies.collections.IList
- add(E) - Method in class org.magicwerk.brownies.collections.IList.ListIter
- add(E) - Method in class org.magicwerk.brownies.collections.IListAsDeque
- 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
- add(CharSequence, CharGapList, int, int) - Static method in class org.magicwerk.brownies.collections.helper.GapLists
-
Add specified number of chars from CharSequence into CharGapList.
- add(CharSequence, CharGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.GapListPrimitives
-
Add specified number of chars from CharSequence into CharGapList.
- add(Number) - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Adds a value to the value of this instance.
- add(K) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
- add(K, E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
-
Add element to key map.
- 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(int, Collection<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- addAll(int, Collection<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- addAll(int, Collection<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- addAll(int, Collection<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- addAll(int, Collection<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- addAll(int, Collection<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- addAll(int, Collection<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- addAll(int, Collection<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- addAll(int, Collection<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- addAll(int, Collection<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- addAll(int, Collection<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- addAll(int, Collection<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- addAll(int, Collection<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- addAll(int, Collection<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- addAll(int, Collection<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- addAll(int, Collection<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- 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(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(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(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(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(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, 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(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(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(int, IList<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- addAll(int, IList<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- addAll(int, IList<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- addAll(int, IList<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- addAll(int, IList<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- addAll(int, IList<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- addAll(int, IList<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- addAll(int, IList<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- addAll(int, IList<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- addAll(int, IList<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- addAll(int, IList<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- addAll(int, IList<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- addAll(int, IList<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- addAll(int, IList<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- addAll(int, IList<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- addAll(int, IList<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- 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(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(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(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(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(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(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(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 E>) - Method in class org.magicwerk.brownies.collections.IList
-
Adds all of the elements in the specified collection into this list.
- addAll(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.IListAsDeque
- addAll(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- addAll(Collection<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- addAll(Collection<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- addAll(Collection<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- addAll(Collection<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- addAll(Collection<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- addAll(Collection<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- addAll(Collection<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- addAll(Collection<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- addAll(Collection<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- addAll(Collection<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- addAll(Collection<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- addAll(Collection<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- addAll(Collection<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- addAll(Collection<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- addAll(Collection<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- addAll(Collection<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- addAll(Collection<? extends K>) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
- 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(Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Adds all of the elements in the specified collection into this list.
- 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(Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Adds all of the elements in the specified collection into this list.
- 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(Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Adds all of the elements in the specified collection into this list.
- 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(Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Adds all of the elements in the specified collection into this list.
- 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(IList<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- addAll(IList<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- addAll(IList<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- addAll(IList<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- addAll(IList<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- addAll(IList<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- addAll(IList<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- addAll(IList<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- addAll(IList<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- addAll(IList<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- addAll(IList<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- addAll(IList<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- addAll(IList<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- addAll(IList<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- addAll(IList<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- addAll(IList<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- addAll(IBooleanList) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Adds all of the elements in the specified list into this list.
- addAll(IByteList) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Adds all of the elements in the specified list into this list.
- addAll(ICharList) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Adds all of the elements in the specified list into this list.
- addAll(IDoubleList) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Adds all of the elements in the specified list into this list.
- addAll(IFloatList) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Adds all of the elements in the specified list into this list.
- addAll(IIntList) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Adds all of the elements in the specified list into this list.
- addAll(ILongList) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Adds all of the elements in the specified list into this list.
- addAll(IShortList) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Adds all of the elements in the specified list into this list.
- addAndGet(int) - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately after the addition operation. - addAndGet(Number) - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately after the addition operation. - addArray(boolean...) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Adds all specified elements into this list.
- addArray(boolean[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- addArray(byte...) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Adds all specified elements into this list.
- addArray(byte[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- addArray(char...) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Adds all specified elements into this list.
- addArray(char[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- addArray(double...) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Adds all specified elements into this list.
- addArray(double[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- addArray(float...) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Adds all specified elements into this list.
- addArray(float[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- addArray(int...) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Adds all specified elements into this list.
- addArray(int[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- addArray(int, boolean...) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Inserts the specified elements into this list, starting at the specified position.
- addArray(int, boolean[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- addArray(int, byte...) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Inserts the specified elements into this list, starting at the specified position.
- addArray(int, byte[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- addArray(int, char...) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Inserts the specified elements into this list, starting at the specified position.
- addArray(int, char[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- addArray(int, double...) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Inserts the specified elements into this list, starting at the specified position.
- addArray(int, double[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- addArray(int, float...) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Inserts the specified elements into this list, starting at the specified position.
- addArray(int, float[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- addArray(int, int...) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Inserts the specified elements into this list, starting at the specified position.
- addArray(int, int[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- addArray(int, long...) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Inserts the specified elements into this list, starting at the specified position.
- addArray(int, long[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- addArray(int, short...) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Inserts the specified elements into this list, starting at the specified position.
- addArray(int, short[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- addArray(int, E...) - Method in class org.magicwerk.brownies.collections.IList
-
Inserts the specified elements into this list, starting at the specified position.
- addArray(int, E[], int, int) - Method in class org.magicwerk.brownies.collections.IList
- addArray(int, Boolean...) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- addArray(int, Boolean...) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- addArray(int, Byte...) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- addArray(int, Byte...) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- addArray(int, Character...) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- addArray(int, Character...) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- addArray(int, Double...) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- addArray(int, Double...) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- addArray(int, Float...) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- addArray(int, Float...) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- addArray(int, Integer...) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- addArray(int, Integer...) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- addArray(int, Long...) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- addArray(int, Long...) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- addArray(int, Short...) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- addArray(int, Short...) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- addArray(long...) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Adds all specified elements into this list.
- addArray(long[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- addArray(short...) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Adds all specified elements into this list.
- addArray(short[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- addArray(E...) - Method in class org.magicwerk.brownies.collections.IList
-
Adds all specified elements into this list.
- addArray(E[], int, int) - Method in class org.magicwerk.brownies.collections.IList
- addArray(Boolean...) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- addArray(Boolean...) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- addArray(Byte...) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- addArray(Byte...) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- addArray(Character...) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- addArray(Character...) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- addArray(Double...) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- addArray(Double...) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- addArray(Float...) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- addArray(Float...) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- addArray(Integer...) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- addArray(Integer...) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- addArray(Long...) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- addArray(Long...) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- addArray(Short...) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- addArray(Short...) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- addBlock(int, BigList.Block<E>) - Method in class org.magicwerk.brownies.collections.BigList
-
Adds a new element to the list.
- addBooleanBlock(int, BooleanBigList.BooleanBlock) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Adds a new element to the list.
- addByteBlock(int, ByteBigList.ByteBlock) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Adds a new element to the list.
- addCharBlock(int, CharBigList.CharBlock) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Adds a new element to the list.
- addDoubleBlock(int, DoubleBigList.DoubleBlock) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Adds a new element to the list.
- addFirst(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.addFirst(E)
- addFirst(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.addFirst(E)
- addFirst(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.addFirst(E)
- addFirst(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.addFirst(E)
- addFirst(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.addFirst(E)
- addFirst(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.addFirst(E)
- addFirst(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.addFirst(E)
- addFirst(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.addFirst(E)
- addFirst(E) - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.addFirst(E)
- addFirst(E) - Method in class org.magicwerk.brownies.collections.IListAsDeque
- addFloatBlock(int, FloatBigList.FloatBlock) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Adds a new element to the list.
- addIfAbsent(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- addIfAbsent(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- addIfAbsent(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- addIfAbsent(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- addIfAbsent(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- addIfAbsent(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- addIfAbsent(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- addIfAbsent(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- addIfAbsent(E) - Method in class org.magicwerk.brownies.collections.IList
-
Add elements to the end if it is not already contained in the list.
- addIntBlock(int, IntBigList.IntBlock) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Adds a new element to the list.
- addLast(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.addLast(E)
- addLast(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.addLast(E)
- addLast(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.addLast(E)
- addLast(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.addLast(E)
- addLast(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.addLast(E)
- addLast(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.addLast(E)
- addLast(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.addLast(E)
- addLast(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.addLast(E)
- addLast(E) - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.addLast(E)
- addLast(E) - Method in class org.magicwerk.brownies.collections.IListAsDeque
- addLongBlock(int, LongBigList.LongBlock) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Adds a new element to the list.
- addMult(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Adds element multiple time to list.
- addMult(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Adds element multiple time to list.
- addMult(int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Adds element multiple time to list.
- addMult(int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Adds element multiple time to list.
- addMult(int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Adds element multiple time to list.
- addMult(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Adds element multiple time to list.
- addMult(int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Inserts element multiple time to list, starting at the specified position.
- addMult(int, int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Inserts element multiple time to list, starting at the specified position.
- addMult(int, int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Inserts element multiple time to list, starting at the specified position.
- addMult(int, int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Inserts element multiple time to list, starting at the specified position.
- addMult(int, int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Inserts element multiple time to list, starting at the specified position.
- addMult(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Inserts element multiple time to list, starting at the specified position.
- addMult(int, int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Inserts element multiple time to list, starting at the specified position.
- addMult(int, int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Inserts element multiple time to list, starting at the specified position.
- addMult(int, int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Inserts element multiple time to list, starting at the specified position.
- addMult(int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Adds element multiple time to list.
- addMult(int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Adds element multiple time to list.
- addMult(int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Adds element multiple time to list.
- addShortBlock(int, ShortBigList.ShortBlock) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Adds a new element to the list.
- addSorted(int, E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Called from KeyListImpl.doAdd() to add element to sorted list.
- addThrow(K, E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
- addUnsorted(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Called from KeyListImpl.doAdd() to add element to sorted list.
- afterDelete(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
This method is called after an existing element has been removed.
- afterDeleteTrigger - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl
- afterDeleteTrigger - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- afterInsert(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
This method is called after a new element has been added.
- afterInsertTrigger - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl
- afterInsertTrigger - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- allowDuplicates - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl.KeyMapBuilder
- allowDuplicates - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
-
True to allow duplicate values if they are not null
- allowDuplicatesNull - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl.KeyMapBuilder
- allowDuplicatesNull - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
-
True to allow duplicate null values
- allowNull - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl.KeyMapBuilder
- allowNull - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
-
True to allow null keys
- allowNullElem - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
True to allow null elements, false to reject them.
- allowNullElem - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- ANY_PRESENT - org.magicwerk.brownies.collections.helper.SortedLists.KeyPresentBehavior
-
Return the index of any list element that compares as equal to the key.
- apply(E) - Method in class org.magicwerk.brownies.collections.helper.IdentMapper
- array - Variable in class org.magicwerk.brownies.collections.IList.IListableFromArray
- array - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- array - Variable in class org.magicwerk.brownies.collections.Listables.IListableArray
- array - Variable in class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromArray
- array - Variable in class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromArray
- array - Variable in class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromArray
- array - Variable in class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromArray
- array - Variable in class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromArray
- array - Variable in class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromArray
- array - Variable in class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromArray
- array - Variable in class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromArray
- 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.
- ArraysHelper() - Constructor for class org.magicwerk.brownies.collections.helper.ArraysHelper
- asDeque() - Method in class org.magicwerk.brownies.collections.IList
- asIBooleanListable(Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Return correct IBooleanListable for passed collection.
- asIByteListable(Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Return correct IByteListable for passed collection.
- asICharListable(Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Return correct ICharListable for passed collection.
- asIDoubleListable(Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Return correct IDoubleListable for passed collection.
- asIFloatListable(Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Return correct IFloatListable for passed collection.
- asIIntListable(Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Return correct IIntListable for passed collection.
- asIListable(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Return correct IListable for passed collection.
- asILongListable(Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Return correct ILongListable for passed collection.
- asIShortListable(Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Return correct IShortListable for passed collection.
- 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 a 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 a 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 a map view to the key map.
- asSet() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns a Set view of the element set.
- asSet() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns a Set view of the element set.
B
- balance() - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Balances according to the AVL algorithm.
- balance() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Balances according to the AVL algorithm.
- balance() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Balances according to the AVL algorithm.
- balance() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Balances according to the AVL algorithm.
- balance() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Balances according to the AVL algorithm.
- balance() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Balances according to the AVL algorithm.
- balance() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Balances according to the AVL algorithm.
- balance() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Balances according to the AVL algorithm.
- balance() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Balances according to the AVL algorithm.
- beforeDelete(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
This method is called before an existing element is removed.
- beforeDeleteTrigger - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl
- beforeDeleteTrigger - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- beforeInsert(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
This method is called before a new element is added.
- beforeInsertTrigger - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl
- beforeInsertTrigger - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- BigList<E> - Class in org.magicwerk.brownies.collections
-
BigList is a list optimized for storing large number of elements.
- BigList() - Constructor for class org.magicwerk.brownies.collections.BigList
-
Default constructor.
- BigList(boolean, BigList<E>) - Constructor for class org.magicwerk.brownies.collections.BigList
-
Constructor used internally, e.g.
- BigList(int) - Constructor for class org.magicwerk.brownies.collections.BigList
-
Constructor.
- BigList(int, int) - Constructor for class org.magicwerk.brownies.collections.BigList
-
Internal constructor.
- BigList(Collection<? extends E>) - Constructor for class org.magicwerk.brownies.collections.BigList
-
Create new list with specified elements.
- BigList.Block<T> - Class in org.magicwerk.brownies.collections
-
A block stores in maximum blockSize number of elements.
- BigList.BlockNode<E> - Class in org.magicwerk.brownies.collections
-
Implements an AVLNode storing a Block.
- BigList.ReadOnlyBigList<E> - Class in org.magicwerk.brownies.collections
-
A read-only version of
Key1List
. - BigLists - Class in org.magicwerk.brownies.collections.helper
-
Helper class to create wrapper list objects wrapping primitive BigLists.
- BigLists() - Constructor for class org.magicwerk.brownies.collections.helper.BigLists
- binarySearch(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Searches the specified range for an object using the binary* search algorithm.
- binarySearch(boolean[], int, int, boolean) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- binarySearch(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Searches the specified range for an object using the binary* search algorithm.
- binarySearch(byte[], int, int, byte) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- binarySearch(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Searches the specified range for an object using the binary* search algorithm.
- binarySearch(char[], int, int, char) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- binarySearch(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Searches the specified range for an object using the binary* search algorithm.
- binarySearch(double[], int, int, double) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- binarySearch(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Searches the specified range for an object using the binary* search algorithm.
- binarySearch(float[], int, int, float) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- binarySearch(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Searches the specified range for an object using the binary* search algorithm.
- binarySearch(int[], int, int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- binarySearch(int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- binarySearch(int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- binarySearch(int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Searches the specified range for an object using the binary search algorithm.
- binarySearch(int, int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- binarySearch(int, int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- binarySearch(int, int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Searches the specified range for an object using the binary search algorithm.
- binarySearch(int, int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- binarySearch(int, int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- binarySearch(int, int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Searches the specified range for an object using the binary search algorithm.
- binarySearch(int, int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- binarySearch(int, int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- binarySearch(int, int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Searches the specified range for an object using the binary search algorithm.
- binarySearch(int, int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- binarySearch(int, int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- binarySearch(int, int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Searches the specified range for an object using the binary search algorithm.
- binarySearch(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Searches the specified range for an object using the binary search algorithm.
- binarySearch(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- binarySearch(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- binarySearch(int, int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Searches the specified range for an object using the binary search algorithm.
- binarySearch(int, int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- binarySearch(int, int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- binarySearch(int, int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Searches the specified range for an object using the binary search algorithm.
- binarySearch(int, int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- binarySearch(int, int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.BigList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.GapList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.IList
-
Searches the specified range for an object using the binary search algorithm.
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- binarySearch(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Searches the specified range for an object using the binary* search algorithm.
- binarySearch(long[], int, int, long) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- binarySearch(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Searches the specified range for an object using the binary* search algorithm.
- binarySearch(short[], int, int, short) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- binarySearch(List<? extends E>, E, Comparator<? super E>, SortedLists.KeyPresentBehavior, SortedLists.KeyAbsentBehavior) - Static method in class org.magicwerk.brownies.collections.helper.SortedLists
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.IList
-
Searches the specified range for an object using the binary* search algorithm.
- binarySearch(IBooleanList, boolean, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.BooleanBinarySearch
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(IByteList, byte, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.ByteBinarySearch
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(ICharList, char, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.CharBinarySearch
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(IDoubleList, double, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.DoubleBinarySearch
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(IFloatList, float, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.FloatBinarySearch
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(IIntList, int, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.IntBinarySearch
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(ILongList, long, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.LongBinarySearch
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(IShortList, short, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.ShortBinarySearch
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearchAdd(List<? extends E>, E, Comparator<? super E>) - Static method in class org.magicwerk.brownies.collections.helper.SortedLists
-
Return the index of the first list element that compares as greater than the key, or
list.size()
if there is no such element. - binarySearchGet(List<? extends E>, E, Comparator<? super E>) - Static method in class org.magicwerk.brownies.collections.helper.SortedLists
-
Return the index of the first list element that compares as equal to the key.
- binarySearchSorted(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- block - Variable in class org.magicwerk.brownies.collections.BigList.BlockNode
-
The stored block
- block - Variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
The stored block
- block - Variable in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
The stored block
- block - Variable in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
The stored block
- block - Variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
The stored block
- block - Variable in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
The stored block
- block - Variable in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
The stored block
- block - Variable in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
The stored block
- block - Variable in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
The stored block
- Block() - Constructor for class org.magicwerk.brownies.collections.BigList.Block
- Block(int) - Constructor for class org.magicwerk.brownies.collections.BigList.Block
- Block(BigList.Block<T>) - Constructor for class org.magicwerk.brownies.collections.BigList.Block
- BlockNode(BigList.BlockNode<E>, int, BigList.Block<E>, BigList.BlockNode<E>, BigList.BlockNode<E>) - Constructor for class org.magicwerk.brownies.collections.BigList.BlockNode
-
Constructs a new node.
- blockSize - Variable in class org.magicwerk.brownies.collections.BigList
-
Number of elements stored at maximum in a block
- blockSize - Variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Number of elements stored at maximum in a block
- blockSize - Variable in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Number of elements stored at maximum in a block
- blockSize - Variable in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Number of elements stored at maximum in a block
- blockSize - Variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Number of elements stored at maximum in a block
- blockSize - Variable in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Number of elements stored at maximum in a block
- blockSize - Variable in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Number of elements stored at maximum in a block
- blockSize - Variable in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Number of elements stored at maximum in a block
- blockSize - Variable in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Number of elements stored at maximum in a block
- blockSize() - Method in class org.magicwerk.brownies.collections.BigList
-
Returns block size used for this BigList.
- blockSize() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Returns block size used for this BooleanBigList.
- blockSize() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Returns block size used for this ByteBigList.
- blockSize() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Returns block size used for this CharBigList.
- blockSize() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Returns block size used for this DoubleBigList.
- blockSize() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Returns block size used for this FloatBigList.
- blockSize() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Returns block size used for this IntBigList.
- blockSize() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Returns block size used for this LongBigList.
- blockSize() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Returns block size used for this ShortBigList.
- BooleanBigList - Class in org.magicwerk.brownies.collections.primitive
-
BooleanBigList is a list optimized for storing large number of elements.
- BooleanBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Default constructor.
- BooleanBigList(boolean, BooleanBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Constructor used internally, e.g.
- BooleanBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Constructor.
- BooleanBigList(int, int) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Internal constructor.
- BooleanBigList(Collection<Boolean>) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Create new list with specified elements.
- BooleanBigList.BooleanBlock - Class in org.magicwerk.brownies.collections.primitive
-
A block stores in maximum blockSize number of elements.
- BooleanBigList.BooleanBlockNode - Class in org.magicwerk.brownies.collections.primitive
-
Implements an AVLNode storing a BooleanBlock.
- BooleanBigList.ReadOnlyBooleanBigList - Class in org.magicwerk.brownies.collections.primitive
-
A read-only version of
Key1List
. - BooleanBinarySearch - Class in org.magicwerk.brownies.collections.helper.primitive
-
Binary search for primitive type boolean.
- BooleanBinarySearch() - Constructor for class org.magicwerk.brownies.collections.helper.primitive.BooleanBinarySearch
- BooleanBlock() - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlock
- BooleanBlock(int) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlock
- BooleanBlock(BooleanBigList.BooleanBlock) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlock
- BooleanBlockNode(BooleanBigList.BooleanBlockNode, int, BooleanBigList.BooleanBlock, BooleanBigList.BooleanBlockNode, BooleanBigList.BooleanBlockNode) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Constructs a new node.
- BooleanGapList - Class in org.magicwerk.brownies.collections.primitive
-
Class {link BooleanGapList} combines the strengths of both
ArrayList
andLinkedList
. - BooleanGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Construct a list with the default initial capacity.
- BooleanGapList(boolean, BooleanGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Constructor used internally, e.g.
- BooleanGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Construct a list with specified initial capacity.
- BooleanGapList(Collection<Boolean>) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Construct a list to contain the specified elements.
- BooleanGapList.ReadOnlyList - Class in org.magicwerk.brownies.collections.primitive
-
A read-only version of
BooleanGapList
. - BooleanMergeSort - Class in org.magicwerk.brownies.collections.helper.primitive
-
This class implements a stable in-place merge sort.
- BooleanMergeSort(IBooleanList) - Constructor for class org.magicwerk.brownies.collections.helper.primitive.BooleanMergeSort
- BooleanObjBigList - Class in org.magicwerk.brownies.collections.primitive
-
BooleanObjBigList implements the List interface and uses an instance of BooleanBigList for storage.
- BooleanObjBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- BooleanObjBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- BooleanObjBigList(Collection<? extends Boolean>) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- BooleanObjBigList.ImmutableBooleanObjBigList - Class in org.magicwerk.brownies.collections.primitive
-
An immutable version of a BigList.
- BooleanObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
BooleanObjGapList implements the List interface and uses an instance of BooleanGapList for storage.
- BooleanObjGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- BooleanObjGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- BooleanObjGapList(Collection<? extends Boolean>) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- BooleanObjGapList.ImmutableBooleanObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
An immutable version of a GapList.
- build() - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- build() - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- build() - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- build() - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- build() - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- build() - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- build() - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- build() - Method in class org.magicwerk.brownies.collections.KeyList.Builder
-
Create collection with specified options.
- build() - Method in class org.magicwerk.brownies.collections.KeySet.Builder
- build(KeyCollectionImpl, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Initialize KeyCollectionImpl.
- Builder() - Constructor for class org.magicwerk.brownies.collections.Key1Collection.Builder
-
Default constructor.
- Builder() - Constructor for class org.magicwerk.brownies.collections.Key1List.Builder
-
Default constructor.
- Builder() - Constructor for class org.magicwerk.brownies.collections.Key1Set.Builder
-
Default constructor.
- Builder() - Constructor for class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Default constructor.
- Builder() - Constructor for class org.magicwerk.brownies.collections.Key2List.Builder
-
Default constructor.
- Builder() - Constructor for class org.magicwerk.brownies.collections.Key2Set.Builder
-
Default constructor.
- Builder() - Constructor for class org.magicwerk.brownies.collections.KeyCollection.Builder
-
Default constructor.
- Builder() - Constructor for class org.magicwerk.brownies.collections.KeyList.Builder
-
Default constructor.
- Builder() - Constructor for class org.magicwerk.brownies.collections.KeySet.Builder
-
Default constructor.
- Builder(Key1Collection<E, K>) - Constructor for class org.magicwerk.brownies.collections.Key1Collection.Builder
-
Private constructor used if extending Key1Collection.
- Builder(Key1List<E, K>) - Constructor for class org.magicwerk.brownies.collections.Key1List.Builder
-
Private constructor used if extending Key1List.
- Builder(Key1Set<E, K>) - Constructor for class org.magicwerk.brownies.collections.Key1Set.Builder
-
Private constructor used if extending KeySet.
- Builder(Key2Collection<E, K1, K2>) - Constructor for class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Private constructor used if extending Key2Collection.
- Builder(Key2List<E, K1, K2>) - Constructor for class org.magicwerk.brownies.collections.Key2List.Builder
-
Private constructor used if extending Key2List.
- Builder(Key2Set<E, K1, K2>) - Constructor for class org.magicwerk.brownies.collections.Key2Set.Builder
-
Private constructor used if extending KeySet.
- Builder(KeyCollection<E>) - Constructor for class org.magicwerk.brownies.collections.KeyCollection.Builder
-
Private constructor used if extending KeyCollection.
- Builder(KeyList<E>) - Constructor for class org.magicwerk.brownies.collections.KeyList.Builder
-
Private constructor used if extending KeyList.
- Builder(KeySet<E>) - Constructor for class org.magicwerk.brownies.collections.KeySet.Builder
-
Private constructor used if extending KeySet.
- BuilderImpl() - Constructor for class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- buildKeyMap(KeyCollectionImpl.BuilderImpl.KeyMapBuilder, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Initialize KeyMap.
- ByteBigList - Class in org.magicwerk.brownies.collections.primitive
-
ByteBigList is a list optimized for storing large number of elements.
- ByteBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Default constructor.
- ByteBigList(boolean, ByteBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Constructor used internally, e.g.
- ByteBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Constructor.
- ByteBigList(int, int) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Internal constructor.
- ByteBigList(Collection<Byte>) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Create new list with specified elements.
- ByteBigList.ByteBlock - Class in org.magicwerk.brownies.collections.primitive
-
A block stores in maximum blockSize number of elements.
- ByteBigList.ByteBlockNode - Class in org.magicwerk.brownies.collections.primitive
-
Implements an AVLNode storing a ByteBlock.
- ByteBigList.ReadOnlyByteBigList - Class in org.magicwerk.brownies.collections.primitive
-
A read-only version of
Key1List
. - ByteBinarySearch - Class in org.magicwerk.brownies.collections.helper.primitive
-
Binary search for primitive type byte.
- ByteBinarySearch() - Constructor for class org.magicwerk.brownies.collections.helper.primitive.ByteBinarySearch
- ByteBlock() - Constructor for class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlock
- ByteBlock(int) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlock
- ByteBlock(ByteBigList.ByteBlock) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlock
- ByteBlockNode(ByteBigList.ByteBlockNode, int, ByteBigList.ByteBlock, ByteBigList.ByteBlockNode, ByteBigList.ByteBlockNode) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Constructs a new node.
- ByteGapList - Class in org.magicwerk.brownies.collections.primitive
-
Class {link ByteGapList} combines the strengths of both
ArrayList
andLinkedList
. - ByteGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Construct a list with the default initial capacity.
- ByteGapList(boolean, ByteGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Constructor used internally, e.g.
- ByteGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Construct a list with specified initial capacity.
- ByteGapList(Collection<Byte>) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Construct a list to contain the specified elements.
- ByteGapList.ReadOnlyList - Class in org.magicwerk.brownies.collections.primitive
-
A read-only version of
ByteGapList
. - ByteMergeSort - Class in org.magicwerk.brownies.collections.helper.primitive
-
This class implements a stable in-place merge sort.
- ByteMergeSort(IByteList) - Constructor for class org.magicwerk.brownies.collections.helper.primitive.ByteMergeSort
- ByteObjBigList - Class in org.magicwerk.brownies.collections.primitive
-
ByteObjBigList implements the List interface and uses an instance of ByteBigList for storage.
- ByteObjBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- ByteObjBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- ByteObjBigList(Collection<? extends Byte>) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- ByteObjBigList.ImmutableByteObjBigList - Class in org.magicwerk.brownies.collections.primitive
-
An immutable version of a BigList.
- ByteObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
ByteObjGapList implements the List interface and uses an instance of ByteGapList for storage.
- ByteObjGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- ByteObjGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- ByteObjGapList(Collection<? extends Byte>) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- ByteObjGapList.ImmutableByteObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
An immutable version of a GapList.
C
- calculateNewCapacity(int) - Method in class org.magicwerk.brownies.collections.GapList
-
Calculate new capacity.
- calculateNewCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Calculate new capacity.
- calculateNewCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Calculate new capacity.
- calculateNewCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Calculate new capacity.
- calculateNewCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Calculate new capacity.
- calculateNewCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Calculate new capacity.
- calculateNewCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Calculate new capacity.
- calculateNewCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Calculate new capacity.
- calculateNewCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Calculate new capacity.
- capacity - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- capacity() - Method in class org.magicwerk.brownies.collections.BigList
-
As BigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.GapList
- capacity() - Method in class org.magicwerk.brownies.collections.IList
-
Returns capacity of this list.
- capacity() - Method in class org.magicwerk.brownies.collections.KeyListImpl
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
As BooleanBigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
-
Returns capacity of this BigList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
As ByteBigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
-
Returns capacity of this BigList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
As CharBigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
-
Returns capacity of this BigList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
As DoubleBigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
-
Returns capacity of this BigList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
As FloatBigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
-
Returns capacity of this BigList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns capacity of this list.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns capacity of this list.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns capacity of this list.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns capacity of this list.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns capacity of this list.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns capacity of this list.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns capacity of this list.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
As IntBigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
-
Returns capacity of this BigList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns capacity of this list.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
As LongBigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
-
Returns capacity of this BigList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
Returns capacity of this GapList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
As ShortBigList grows and shrinks automatically, the term capacity does not really make sense.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
-
Returns capacity of this BigList.
- capacity() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
Returns capacity of this GapList.
- castingIdentity() - Static method in class org.magicwerk.brownies.collections.helper.GapLists.CollectorImpl
- CH_ID - Static variable in class org.magicwerk.brownies.collections.helper.GapLists.CollectorImpl
- characteristics - Variable in class org.magicwerk.brownies.collections.helper.GapLists.CollectorImpl
- characteristics() - Method in class org.magicwerk.brownies.collections.helper.GapLists.CollectorImpl
- charAt(int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- CharBigList - Class in org.magicwerk.brownies.collections.primitive
-
CharBigList is a list optimized for storing large number of elements.
- CharBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.CharBigList
-
Default constructor.
- CharBigList(boolean, CharBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.CharBigList
-
Constructor used internally, e.g.
- CharBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.CharBigList
-
Constructor.
- CharBigList(int, int) - Constructor for class org.magicwerk.brownies.collections.primitive.CharBigList
-
Internal constructor.
- CharBigList(String) - Constructor for class org.magicwerk.brownies.collections.primitive.CharBigList
- CharBigList(Collection<Character>) - Constructor for class org.magicwerk.brownies.collections.primitive.CharBigList
-
Create new list with specified elements.
- CharBigList.CharBlock - Class in org.magicwerk.brownies.collections.primitive
-
A block stores in maximum blockSize number of elements.
- CharBigList.CharBlockNode - Class in org.magicwerk.brownies.collections.primitive
-
Implements an AVLNode storing a CharBlock.
- CharBigList.ReadOnlyCharBigList - Class in org.magicwerk.brownies.collections.primitive
-
A read-only version of
Key1List
. - CharBinarySearch - Class in org.magicwerk.brownies.collections.helper.primitive
-
Binary search for primitive type char.
- CharBinarySearch() - Constructor for class org.magicwerk.brownies.collections.helper.primitive.CharBinarySearch
- CharBlock() - Constructor for class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlock
- CharBlock(int) - Constructor for class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlock
- CharBlock(CharBigList.CharBlock) - Constructor for class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlock
- CharBlockNode(CharBigList.CharBlockNode, int, CharBigList.CharBlock, CharBigList.CharBlockNode, CharBigList.CharBlockNode) - Constructor for class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Constructs a new node.
- CharGapList - Class in org.magicwerk.brownies.collections.primitive
-
Class {link CharGapList} combines the strengths of both
ArrayList
andLinkedList
. - CharGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.CharGapList
-
Construct a list with the default initial capacity.
- CharGapList(boolean, CharGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.CharGapList
-
Constructor used internally, e.g.
- CharGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.CharGapList
-
Construct a list with specified initial capacity.
- CharGapList(String) - Constructor for class org.magicwerk.brownies.collections.primitive.CharGapList
- CharGapList(Collection<Character>) - Constructor for class org.magicwerk.brownies.collections.primitive.CharGapList
-
Construct a list to contain the specified elements.
- CharGapList.ReadOnlyList - Class in org.magicwerk.brownies.collections.primitive
-
A read-only version of
CharGapList
. - CharMergeSort - Class in org.magicwerk.brownies.collections.helper.primitive
-
This class implements a stable in-place merge sort.
- CharMergeSort(ICharList) - Constructor for class org.magicwerk.brownies.collections.helper.primitive.CharMergeSort
- CharObjBigList - Class in org.magicwerk.brownies.collections.primitive
-
CharObjBigList implements the List interface and uses an instance of CharBigList for storage.
- CharObjBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.CharObjBigList
- CharObjBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.CharObjBigList
- CharObjBigList(Collection<? extends Character>) - Constructor for class org.magicwerk.brownies.collections.primitive.CharObjBigList
- CharObjBigList.ImmutableCharObjBigList - Class in org.magicwerk.brownies.collections.primitive
-
An immutable version of a BigList.
- CharObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
CharObjGapList implements the List interface and uses an instance of CharGapList for storage.
- CharObjGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.CharObjGapList
- CharObjGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.CharObjGapList
- CharObjGapList(Collection<? extends Character>) - Constructor for class org.magicwerk.brownies.collections.primitive.CharObjGapList
- CharObjGapList.ImmutableCharObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
An immutable version of a GapList.
- check() - Method in class org.magicwerk.brownies.collections.BigList
- check() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- check() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- check() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- check() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- check() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- check() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- check() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- check() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- CHECK - Static variable in class org.magicwerk.brownies.collections.BigList
-
Set to true for debugging during developing
- CHECK - Static variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Set to true for debugging during developing
- CHECK - Static variable in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Set to true for debugging during developing
- CHECK - Static variable in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Set to true for debugging during developing
- CHECK - Static variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Set to true for debugging during developing
- CHECK - Static variable in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Set to true for debugging during developing
- CHECK - Static variable in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Set to true for debugging during developing
- CHECK - Static variable in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Set to true for debugging during developing
- CHECK - Static variable in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Set to true for debugging during developing
- checkAddElem(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- checkAsMap(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Check whether the key map can be viewed as Map.
- checkAsSet() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Check whether the element set can be viewed as Set.
- checkElemAllowed(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Checks whether element is allowed in collection (null/constraint).
- checkHeight(BigList.BlockNode<E>) - Method in class org.magicwerk.brownies.collections.BigList
- checkHeight(BooleanBigList.BooleanBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- checkHeight(ByteBigList.ByteBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- checkHeight(CharBigList.CharBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- checkHeight(DoubleBigList.DoubleBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- checkHeight(FloatBigList.FloatBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- checkHeight(IntBigList.IntBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- checkHeight(LongBigList.LongBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- checkHeight(ShortBigList.ShortBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- checkIndex(int) - Method in class org.magicwerk.brownies.collections.IList
-
Check that specified index is valid for getting/setting elements.
- checkIndex(int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Check that specified index is valid for getting/setting elements.
- checkIndex(int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Check that specified index is valid for getting/setting elements.
- checkIndex(int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Check that specified index is valid for getting/setting elements.
- checkIndex(int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Check that specified index is valid for getting/setting elements.
- checkIndex(int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Check that specified index is valid for getting/setting elements.
- checkIndex(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Check that specified index is valid for getting/setting elements.
- checkIndex(int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Check that specified index is valid for getting/setting elements.
- checkIndex(int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Check that specified index is valid for getting/setting elements.
- checkIndex(int, int, E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Check whether index is valid for the sorted list.
- checkIndexAdd(int) - Method in class org.magicwerk.brownies.collections.IList
-
Check that specified index is valid for adding elements.
- checkIndexAdd(int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Check that specified index is valid for adding elements.
- checkIndexAdd(int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Check that specified index is valid for adding elements.
- checkIndexAdd(int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Check that specified index is valid for adding elements.
- checkIndexAdd(int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Check that specified index is valid for adding elements.
- checkIndexAdd(int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Check that specified index is valid for adding elements.
- checkIndexAdd(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Check that specified index is valid for adding elements.
- checkIndexAdd(int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Check that specified index is valid for adding elements.
- checkIndexAdd(int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Check that specified index is valid for adding elements.
- checkKeyMap(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Check whether there is a KeyMap (can also be the elements set) with specified index.
- checkLength(int) - Method in class org.magicwerk.brownies.collections.IList
-
Check that specified length is valid (>= 0).
- checkLength(int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Check that specified length is valid (>= 0).
- checkLength(int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Check that specified length is valid (>= 0).
- checkLength(int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Check that specified length is valid (>= 0).
- checkLength(int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Check that specified length is valid (>= 0).
- checkLength(int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Check that specified length is valid (>= 0).
- checkLength(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Check that specified length is valid (>= 0).
- checkLength(int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Check that specified length is valid (>= 0).
- checkLength(int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Check that specified length is valid (>= 0).
- checkLengths(int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Check that both specified lengths are valid (>= 0) and equal.
- checkLengths(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Check that both specified lengths are valid (>= 0) and equal.
- checkLengths(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Check that both specified lengths are valid (>= 0) and equal.
- checkLengths(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Check that both specified lengths are valid (>= 0) and equal.
- checkLengths(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Check that both specified lengths are valid (>= 0) and equal.
- checkLengths(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Check that both specified lengths are valid (>= 0) and equal.
- checkLengths(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Check that both specified lengths are valid (>= 0) and equal.
- checkLengths(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Check that both specified lengths are valid (>= 0) and equal.
- checkLengths(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Check that both specified lengths are valid (>= 0) and equal.
- checkMutable() - Method in class org.magicwerk.brownies.collections.CollectionAsSet
- checkMutable() - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
- checkNode(BigList.BlockNode<E>) - Method in class org.magicwerk.brownies.collections.BigList
- checkNode(BooleanBigList.BooleanBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- checkNode(ByteBigList.ByteBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- checkNode(CharBigList.CharBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- checkNode(DoubleBigList.DoubleBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- checkNode(FloatBigList.FloatBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- checkNode(IntBigList.IntBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- checkNode(LongBigList.LongBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- checkNode(ShortBigList.ShortBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- checkNonNull(Object) - Method in class org.magicwerk.brownies.collections.IList
-
Check that object is not null.
- checkNonNull(Object) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Check that object is not null.
- checkNonNull(Object) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Check that object is not null.
- checkNonNull(Object) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Check that object is not null.
- checkNonNull(Object) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Check that object is not null.
- checkNonNull(Object) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Check that object is not null.
- checkNonNull(Object) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Check that object is not null.
- checkNonNull(Object) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Check that object is not null.
- checkNonNull(Object) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Check that object is not null.
- checkRange(int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Check that specified range is valid.
- checkRange(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Check that specified range is valid.
- checkRange(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Check that specified range is valid.
- checkRange(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Check that specified range is valid.
- checkRange(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Check that specified range is valid.
- checkRange(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Check that specified range is valid.
- checkRange(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Check that specified range is valid.
- checkRange(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Check that specified range is valid.
- checkRange(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Check that specified range is valid.
- clear() - Method in class org.magicwerk.brownies.collections.CollectionAsSet
- clear() - Method in class org.magicwerk.brownies.collections.IList
- clear() - Method in class org.magicwerk.brownies.collections.IListAsDeque
- clear() - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
- clear() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- clear() - Method in class org.magicwerk.brownies.collections.KeyListImpl
- clear() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- clear() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- clear() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- clear() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- clear() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- clear() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- clear() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- clear() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- clone() - Method in class org.magicwerk.brownies.collections.BigList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.GapList
- clone() - Method in class org.magicwerk.brownies.collections.IList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.Key1List
- clone() - Method in class org.magicwerk.brownies.collections.Key2List
- clone() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- clone() - Method in class org.magicwerk.brownies.collections.KeyList
- clone() - Method in class org.magicwerk.brownies.collections.KeyListImpl
- clone() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Returns a shallow copy of this list.
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- clone() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- coll - Variable in class org.magicwerk.brownies.collections.CollectionAsSet
- coll - Variable in class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
Reference to KeyCollectionImpl containing data (exactly one of the fields coll and list is set)
- collection - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- CollectionAsSet<K> - Class in org.magicwerk.brownies.collections
-
Implements a Set based on a Collection.
- CollectionAsSet(Collection<K>, boolean, boolean) - Constructor for class org.magicwerk.brownies.collections.CollectionAsSet
- CollectorImpl(Supplier<A>, BiConsumer<A, T>, BinaryOperator<A>, Function<A, R>, Set<Collector.Characteristics>) - Constructor for class org.magicwerk.brownies.collections.helper.GapLists.CollectorImpl
- CollectorImpl(Supplier<A>, BiConsumer<A, T>, BinaryOperator<A>, Set<Collector.Characteristics>) - Constructor for class org.magicwerk.brownies.collections.helper.GapLists.CollectorImpl
- combiner - Variable in class org.magicwerk.brownies.collections.helper.GapLists.CollectorImpl
- combiner() - Method in class org.magicwerk.brownies.collections.helper.GapLists.CollectorImpl
- comparator - Variable in class org.magicwerk.brownies.collections.helper.MergeSort
- comparator - Variable in class org.magicwerk.brownies.collections.helper.NullComparator
- comparator - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl.KeyMapBuilder
-
Comparator to use for sorting (null for natural comparator)
- comparator - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
-
Comparator to use for sorting (if null, elements are not sorted)
- comparatorSortsNull - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl.KeyMapBuilder
-
The specified comparator can handle null values
- compare(boolean, boolean) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- compare(double, double) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- compare(float, float) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- compare(int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- compare(int, int) - Method in class org.magicwerk.brownies.collections.helper.MergeSort
- compare(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.BooleanMergeSort
- compare(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ByteMergeSort
- compare(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.CharMergeSort
- compare(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.DoubleMergeSort
- compare(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.FloatMergeSort
- compare(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.IntMergeSort
- compare(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.LongMergeSort
- compare(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ShortMergeSort
- compare(long, long) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- compare(T, T) - Method in class org.magicwerk.brownies.collections.helper.NaturalComparator
- compare(T, T) - Method in class org.magicwerk.brownies.collections.helper.NullComparator
- compareTo(MutableInt) - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Compares this mutable to another in ascending order.
- constraint - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- constraint - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
All elements in the list must fulfill this predicate, if null, all elements are allowed
- contains(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- contains(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- contains(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- contains(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- contains(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- contains(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- contains(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- contains(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- contains(Object) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
- contains(Object) - Method in class org.magicwerk.brownies.collections.IList
- contains(Object) - Method in class org.magicwerk.brownies.collections.IListAsDeque
- contains(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- contains(Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- contains(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.IList
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.IListAsDeque
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- containsAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- containsAll(Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- containsAll(Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- containsAll(Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- containsAll(Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- containsAll(Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- containsAll(Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- containsAll(Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- containsAll(Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.IList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- containsAny(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- containsAny(Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsAny(Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsAny(Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsAny(Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsAny(Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsAny(Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsAny(Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsAny(Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns true if any of the elements of the specified collection is contained in the list.
- containsIf(Collection<E>, Predicate<? super E>) - Static method in interface org.magicwerk.brownies.collections.ICollectionTools
-
Determines whether the list contains a matching element.
- containsIf(Predicate<? super E>) - Method in interface org.magicwerk.brownies.collections.ICollection
-
Determines whether the list contains a matching element.
- containsIf(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Determines whether the list contains a matching element.
- containsIf(Predicate<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Determines whether the list contains a matching element.
- containsIf(Predicate<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Determines whether the list contains a matching element.
- containsIf(Predicate<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Determines whether the list contains a matching element.
- containsIf(Predicate<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Determines whether the list contains a matching element.
- containsIf(Predicate<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Determines whether the list contains a matching element.
- containsIf(Predicate<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Determines whether the list contains a matching element.
- containsIf(Predicate<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Determines whether the list contains a matching element.
- containsIf(Predicate<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Determines whether the list contains a matching element.
- containsKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Checks whether the specified key exists in this list.
- containsKey(int, K) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Checks whether the specified key exists in this list.
- containsKey(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
- containsKey(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
- containsKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Checks whether an element with specified key exists.
- containsKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
-
Checks whether an element with specified key exists.
- containsKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Checks whether an element with specified key exists.
- containsKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
-
Checks whether an element with specified key exists.
- containsKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Checks whether an element with specified key exists.
- containsKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
-
Checks whether an element with specified key exists.
- containsValue(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
- containsValue(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
- containsValue(Object, Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
- copy() - Method in class org.magicwerk.brownies.collections.BigList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.GapList
- copy() - Method in interface org.magicwerk.brownies.collections.ICollection
-
Returns a copy of this collection with all its elements.
- copy() - Method in class org.magicwerk.brownies.collections.IList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.Key1Collection
- copy() - Method in class org.magicwerk.brownies.collections.Key1List
- copy() - Method in class org.magicwerk.brownies.collections.Key1Set
- copy() - Method in class org.magicwerk.brownies.collections.Key2Collection
- copy() - Method in class org.magicwerk.brownies.collections.Key2List
- copy() - Method in class org.magicwerk.brownies.collections.Key2Set
- copy() - Method in class org.magicwerk.brownies.collections.KeyCollection
- copy() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns a copy of this collection with all its elements.
- copy() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
- copy() - Method in class org.magicwerk.brownies.collections.KeyList
- copy() - Method in class org.magicwerk.brownies.collections.KeySet
- copy() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Returns a shallow copy of this list.
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- copy() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Copy specified elements.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Copy specified elements.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Copy specified elements.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Copy specified elements.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Copy specified elements.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Copy specified elements.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Copy specified elements.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Copy specified elements.
- copy(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Copy specified elements.
- copy(BigList.BlockNode<E>) - Method in class org.magicwerk.brownies.collections.BigList
-
Create a copy of the specified node.
- copy(BooleanBigList.BooleanBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Create a copy of the specified node.
- copy(ByteBigList.ByteBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Create a copy of the specified node.
- copy(CharBigList.CharBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Create a copy of the specified node.
- copy(DoubleBigList.DoubleBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Create a copy of the specified node.
- copy(FloatBigList.FloatBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Create a copy of the specified node.
- copy(IntBigList.IntBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Create a copy of the specified node.
- copy(LongBigList.LongBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Create a copy of the specified node.
- copy(ShortBigList.ShortBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Create a copy of the specified node.
- count - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
True to count only number of occurrences of equal elements
- count - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
-
True to count only number of occurrences of equal elements (can only be set on keyMap[0] storing the elements)
- count - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapCountIter
- count(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- count(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- count(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- count(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- count(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- count(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- count(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- count(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- count(E) - Method in class org.magicwerk.brownies.collections.IList
-
Counts how many times the specified element is contained in the list.
- count(E) - Method in class org.magicwerk.brownies.collections.Key1List
- count(E) - Method in class org.magicwerk.brownies.collections.Key2List
- count(E) - Method in class org.magicwerk.brownies.collections.KeyList
- count(E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- countIf(Collection<E>, Predicate<? super E>) - Static method in interface org.magicwerk.brownies.collections.ICollectionTools
-
Counts how many elements in the list match the predicate.
- countIf(Predicate<? super E>) - Method in interface org.magicwerk.brownies.collections.ICollection
-
Counts how many elements in the list match the predicate.
- countIf(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.IList
- countIf(Predicate<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- countIf(Predicate<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- countIf(Predicate<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- countIf(Predicate<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- countIf(Predicate<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- countIf(Predicate<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- countIf(Predicate<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- countIf(Predicate<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- create() - Static method in class org.magicwerk.brownies.collections.BigList
-
Create new list.
- create() - Static method in class org.magicwerk.brownies.collections.GapList
-
Create new list.
- create() - Static method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.CharBigList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.CharGapList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.IntBigList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.IntGapList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.LongBigList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.LongGapList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- create() - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- create(boolean...) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Create new list with specified elements.
- create(boolean...) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Create new list with specified elements.
- create(byte...) - Static method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Create new list with specified elements.
- create(byte...) - Static method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Create new list with specified elements.
- create(char...) - Static method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Create new list with specified elements.
- create(char...) - Static method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Create new list with specified elements.
- create(double...) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Create new list with specified elements.
- create(double...) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Create new list with specified elements.
- create(float...) - Static method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Create new list with specified elements.
- create(float...) - Static method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Create new list with specified elements.
- create(int...) - Static method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Create new list with specified elements.
- create(int...) - Static method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Create new list with specified elements.
- create(long...) - Static method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Create new list with specified elements.
- create(long...) - Static method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Create new list with specified elements.
- create(short...) - Static method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Create new list with specified elements.
- create(short...) - Static method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Create new list with specified elements.
- create(E...) - Static method in class org.magicwerk.brownies.collections.BigList
-
Create new list with specified elements.
- create(E...) - Static method in class org.magicwerk.brownies.collections.GapList
-
Create new list with specified elements.
- create(Boolean...) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- create(Boolean...) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- create(Byte...) - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- create(Byte...) - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- create(Character...) - Static method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- create(Character...) - Static method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- create(Double...) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- create(Double...) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- create(Float...) - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- create(Float...) - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- create(Integer...) - Static method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- create(Integer...) - Static method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- create(Long...) - Static method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- create(Long...) - Static method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- create(Short...) - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- create(Short...) - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- create(String) - Static method in class org.magicwerk.brownies.collections.primitive.CharBigList
- create(String) - Static method in class org.magicwerk.brownies.collections.primitive.CharGapList
- create(Collection<? extends E>) - Static method in class org.magicwerk.brownies.collections.BigList
-
Create new list with specified elements.
- create(Collection<? extends E>) - Static method in class org.magicwerk.brownies.collections.GapList
-
Create new list with specified elements.
- create(Collection<? extends Boolean>) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- create(Collection<? extends Boolean>) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- create(Collection<? extends Byte>) - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- create(Collection<? extends Byte>) - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- create(Collection<? extends Character>) - Static method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- create(Collection<? extends Character>) - Static method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- create(Collection<? extends Double>) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- create(Collection<? extends Double>) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- create(Collection<? extends Float>) - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- create(Collection<? extends Float>) - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- create(Collection<? extends Integer>) - Static method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- create(Collection<? extends Integer>) - Static method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- create(Collection<? extends Long>) - Static method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- create(Collection<? extends Long>) - Static method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- create(Collection<? extends Short>) - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- create(Collection<? extends Short>) - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- create(Collection<Boolean>) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Create new list with specified elements.
- create(Collection<Boolean>) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Create new list with specified elements.
- create(Collection<Byte>) - Static method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Create new list with specified elements.
- create(Collection<Byte>) - Static method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Create new list with specified elements.
- create(Collection<Character>) - Static method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Create new list with specified elements.
- create(Collection<Character>) - Static method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Create new list with specified elements.
- create(Collection<Double>) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Create new list with specified elements.
- create(Collection<Double>) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Create new list with specified elements.
- create(Collection<Float>) - Static method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Create new list with specified elements.
- create(Collection<Float>) - Static method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Create new list with specified elements.
- create(Collection<Integer>) - Static method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Create new list with specified elements.
- create(Collection<Integer>) - Static method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Create new list with specified elements.
- create(Collection<Long>) - Static method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Create new list with specified elements.
- create(Collection<Long>) - Static method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Create new list with specified elements.
- create(Collection<Short>) - Static method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Create new list with specified elements.
- create(Collection<Short>) - Static method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Create new list with specified elements.
- createWrapperList(Class<?>) - Static method in class org.magicwerk.brownies.collections.helper.BigLists
-
Create a BigList wrapping a primitive BigList, e.g.
- createWrapperList(Class<?>) - Static method in class org.magicwerk.brownies.collections.helper.GapLists
-
Create a GapList wrapping a primitive GapList, e.g.
- createWrapperList(Class<?>, int) - Static method in class org.magicwerk.brownies.collections.helper.GapLists
-
Create a GapList wrapping a primitive GapList, e.g.
- crop() - Method in class org.magicwerk.brownies.collections.BigList
- crop() - Method in class org.magicwerk.brownies.collections.GapList
- crop() - Method in interface org.magicwerk.brownies.collections.ICollection
-
Returns an empty copy of this collection.
- crop() - Method in class org.magicwerk.brownies.collections.IList
-
Returns a copy this list but without elements.
- crop() - Method in class org.magicwerk.brownies.collections.Key1Collection
- crop() - Method in class org.magicwerk.brownies.collections.Key1List
- crop() - Method in class org.magicwerk.brownies.collections.Key1Set
- crop() - Method in class org.magicwerk.brownies.collections.Key2Collection
- crop() - Method in class org.magicwerk.brownies.collections.Key2List
- crop() - Method in class org.magicwerk.brownies.collections.Key2Set
- crop() - Method in class org.magicwerk.brownies.collections.KeyCollection
- crop() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns a copy of this collection but without elements.
- crop() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
- crop() - Method in class org.magicwerk.brownies.collections.KeyList
- crop() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns a copy this list but without elements.
- crop() - Method in class org.magicwerk.brownies.collections.KeySet
- crop() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- crop() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- crop() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- crop() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- crop() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- crop() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- crop() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- crop() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- crop() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- crop() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- crop() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns a copy this list but without elements.
- crop() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns a copy this list but without elements.
- crop() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns a copy this list but without elements.
- crop() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns a copy this list but without elements.
- crop() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns a copy this list but without elements.
- crop() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns a copy this list but without elements.
- crop() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns a copy this list but without elements.
- crop() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- crop() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- crop() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns a copy this list but without elements.
- crop() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- crop() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- crop() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- crop() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- currBlockEnd - Variable in class org.magicwerk.brownies.collections.BigList
-
End index of current block
- currBlockStart - Variable in class org.magicwerk.brownies.collections.BigList
-
Start index of current block
- currBooleanBlockEnd - Variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
End index of current block
- currBooleanBlockStart - Variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Start index of current block
- currByteBlockEnd - Variable in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
End index of current block
- currByteBlockStart - Variable in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Start index of current block
- currCharBlockEnd - Variable in class org.magicwerk.brownies.collections.primitive.CharBigList
-
End index of current block
- currCharBlockStart - Variable in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Start index of current block
- currDoubleBlockEnd - Variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
End index of current block
- currDoubleBlockStart - Variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Start index of current block
- currFloatBlockEnd - Variable in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
End index of current block
- currFloatBlockStart - Variable in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Start index of current block
- currIntBlockEnd - Variable in class org.magicwerk.brownies.collections.primitive.IntBigList
-
End index of current block
- currIntBlockStart - Variable in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Start index of current block
- currLongBlockEnd - Variable in class org.magicwerk.brownies.collections.primitive.LongBigList
-
End index of current block
- currLongBlockStart - Variable in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Start index of current block
- currModify - Variable in class org.magicwerk.brownies.collections.BigList
-
Modify value which must be applied before this block is not current any more
- currModify - Variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Modify value which must be applied before this block is not current any more
- currModify - Variable in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Modify value which must be applied before this block is not current any more
- currModify - Variable in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Modify value which must be applied before this block is not current any more
- currModify - Variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Modify value which must be applied before this block is not current any more
- currModify - Variable in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Modify value which must be applied before this block is not current any more
- currModify - Variable in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Modify value which must be applied before this block is not current any more
- currModify - Variable in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Modify value which must be applied before this block is not current any more
- currModify - Variable in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Modify value which must be applied before this block is not current any more
- currNode - Variable in class org.magicwerk.brownies.collections.BigList
-
Current node
- currNode - Variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Current node
- currNode - Variable in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Current node
- currNode - Variable in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Current node
- currNode - Variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Current node
- currNode - Variable in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Current node
- currNode - Variable in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Current node
- currNode - Variable in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Current node
- currNode - Variable in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Current node
- currShortBlockEnd - Variable in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
End index of current block
- currShortBlockStart - Variable in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Start index of current block
D
- DEBUG_CHECK - Static variable in class org.magicwerk.brownies.collections.GapList
-
If true the invariants the GapList are checked for debugging
- DEBUG_CHECK - Static variable in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
If true the invariants are checked for debugging
- DEBUG_CHECK - Static variable in class org.magicwerk.brownies.collections.KeyListImpl
-
If true the invariants are checked for debugging
- DEBUG_CHECK - Static variable in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
If true the invariants the BooleanGapList are checked for debugging
- DEBUG_CHECK - Static variable in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
If true the invariants the ByteGapList are checked for debugging
- DEBUG_CHECK - Static variable in class org.magicwerk.brownies.collections.primitive.CharGapList
-
If true the invariants the CharGapList are checked for debugging
- DEBUG_CHECK - Static variable in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
If true the invariants the DoubleGapList are checked for debugging
- DEBUG_CHECK - Static variable in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
If true the invariants the FloatGapList are checked for debugging
- DEBUG_CHECK - Static variable in class org.magicwerk.brownies.collections.primitive.IntGapList
-
If true the invariants the IntGapList are checked for debugging
- DEBUG_CHECK - Static variable in class org.magicwerk.brownies.collections.primitive.LongGapList
-
If true the invariants the LongGapList are checked for debugging
- DEBUG_CHECK - Static variable in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
If true the invariants the ShortGapList are checked for debugging
- DEBUG_DUMP - Static variable in class org.magicwerk.brownies.collections.GapList
-
If true the internal state of the GapList is traced out for debugging
- DEBUG_DUMP - Static variable in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
If true the internal state of the BooleanGapList is traced out for debugging
- DEBUG_DUMP - Static variable in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
If true the internal state of the ByteGapList is traced out for debugging
- DEBUG_DUMP - Static variable in class org.magicwerk.brownies.collections.primitive.CharGapList
-
If true the internal state of the CharGapList is traced out for debugging
- DEBUG_DUMP - Static variable in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
If true the internal state of the DoubleGapList is traced out for debugging
- DEBUG_DUMP - Static variable in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
If true the internal state of the FloatGapList is traced out for debugging
- DEBUG_DUMP - Static variable in class org.magicwerk.brownies.collections.primitive.IntGapList
-
If true the internal state of the IntGapList is traced out for debugging
- DEBUG_DUMP - Static variable in class org.magicwerk.brownies.collections.primitive.LongGapList
-
If true the internal state of the LongGapList is traced out for debugging
- DEBUG_DUMP - Static variable in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
If true the internal state of the ShortGapList is traced out for debugging
- DEBUG_TRACE - Static variable in class org.magicwerk.brownies.collections.GapList
-
If true the calls to some methods are traced out for debugging
- DEBUG_TRACE - Static variable in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
If true the calls to some methods are traced out for debugging
- DEBUG_TRACE - Static variable in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
If true the calls to some methods are traced out for debugging
- DEBUG_TRACE - Static variable in class org.magicwerk.brownies.collections.primitive.CharGapList
-
If true the calls to some methods are traced out for debugging
- DEBUG_TRACE - Static variable in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
If true the calls to some methods are traced out for debugging
- DEBUG_TRACE - Static variable in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
If true the calls to some methods are traced out for debugging
- DEBUG_TRACE - Static variable in class org.magicwerk.brownies.collections.primitive.IntGapList
-
If true the calls to some methods are traced out for debugging
- DEBUG_TRACE - Static variable in class org.magicwerk.brownies.collections.primitive.LongGapList
-
If true the calls to some methods are traced out for debugging
- DEBUG_TRACE - Static variable in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
If true the calls to some methods are traced out for debugging
- debugCheck() - Method in class org.magicwerk.brownies.collections.GapList
-
Private method to check invariant of GapList.
- debugCheck() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Private method to check invariant of KeyCollectionImpl.
- debugCheck() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Private method to check invariant of KeyListImpl.
- debugCheck() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Private method to check invariant of BooleanGapList.
- debugCheck() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Private method to check invariant of ByteGapList.
- debugCheck() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Private method to check invariant of CharGapList.
- debugCheck() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Private method to check invariant of DoubleGapList.
- debugCheck() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Private method to check invariant of FloatGapList.
- debugCheck() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Private method to check invariant of IntGapList.
- debugCheck() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Private method to check invariant of LongGapList.
- debugCheck() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Private method to check invariant of ShortGapList.
- debugDump() - Method in class org.magicwerk.brownies.collections.GapList
-
Private method to dump fields of GapList.
- debugDump() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Private method to dump fields of BooleanGapList.
- debugDump() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Private method to dump fields of ByteGapList.
- debugDump() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Private method to dump fields of CharGapList.
- debugDump() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Private method to dump fields of DoubleGapList.
- debugDump() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Private method to dump fields of FloatGapList.
- debugDump() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Private method to dump fields of IntGapList.
- debugDump() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Private method to dump fields of LongGapList.
- debugDump() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Private method to dump fields of ShortGapList.
- debugLog(String) - Method in class org.magicwerk.brownies.collections.GapList
-
Private method write logging output.
- debugLog(String) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Private method write logging output.
- debugLog(String) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Private method write logging output.
- debugLog(String) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Private method write logging output.
- debugLog(String) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Private method write logging output.
- debugLog(String) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Private method write logging output.
- debugLog(String) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Private method write logging output.
- debugLog(String) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Private method write logging output.
- debugLog(String) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Private method write logging output.
- debugPrint(boolean[]) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Print array values into string.
- debugPrint(byte[]) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Print array values into string.
- debugPrint(char[]) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Print array values into string.
- debugPrint(double[]) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Print array values into string.
- debugPrint(float[]) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Print array values into string.
- debugPrint(int[]) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Print array values into string.
- debugPrint(long[]) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Print array values into string.
- debugPrint(short[]) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Print array values into string.
- debugPrint(E[]) - Method in class org.magicwerk.brownies.collections.GapList
-
Print array values into string.
- debugState() - Method in class org.magicwerk.brownies.collections.GapList
-
Private method to determine state of GapList.
- debugState() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Private method to determine state of BooleanGapList.
- debugState() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Private method to determine state of ByteGapList.
- debugState() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Private method to determine state of CharGapList.
- debugState() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Private method to determine state of DoubleGapList.
- debugState() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Private method to determine state of FloatGapList.
- debugState() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Private method to determine state of IntGapList.
- debugState() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Private method to determine state of LongGapList.
- debugState() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Private method to determine state of ShortGapList.
- decrement() - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Decrements the value.
- decrementAndGet() - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Decrements this instance's value by 1; this method returns the value associated with the instance immediately after the decrement operation.
- DEFAULT_BLOCK_SIZE - Static variable in class org.magicwerk.brownies.collections.BigList
-
Default block size
- DEFAULT_BLOCK_SIZE - Static variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Default block size
- DEFAULT_BLOCK_SIZE - Static variable in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Default block size
- DEFAULT_BLOCK_SIZE - Static variable in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Default block size
- DEFAULT_BLOCK_SIZE - Static variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Default block size
- DEFAULT_BLOCK_SIZE - Static variable in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Default block size
- DEFAULT_BLOCK_SIZE - Static variable in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Default block size
- DEFAULT_BLOCK_SIZE - Static variable in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Default block size
- DEFAULT_BLOCK_SIZE - Static variable in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Default block size
- DEFAULT_CAPACITY - Static variable in class org.magicwerk.brownies.collections.GapList
-
Default capacity for list
- DEFAULT_CAPACITY - Static variable in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Default capacity for list
- DEFAULT_CAPACITY - Static variable in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Default capacity for list
- DEFAULT_CAPACITY - Static variable in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Default capacity for list
- DEFAULT_CAPACITY - Static variable in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Default capacity for list
- DEFAULT_CAPACITY - Static variable in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Default capacity for list
- DEFAULT_CAPACITY - Static variable in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Default capacity for list
- DEFAULT_CAPACITY - Static variable in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Default capacity for list
- DEFAULT_CAPACITY - Static variable in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Default capacity for list
- descendingIterator() - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.descendingIterator()
- descendingIterator() - Method in class org.magicwerk.brownies.collections.IListAsDeque
- doAdd(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doAdd(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.ReadOnlyBooleanBigList
- doAdd(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doAdd(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList.ReadOnlyList
- doAdd(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Helper method for adding an element to the list.
- doAdd(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doAdd(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ReadOnlyByteBigList
- doAdd(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doAdd(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList.ReadOnlyList
- doAdd(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Helper method for adding an element to the list.
- doAdd(int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doAdd(int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.ReadOnlyCharBigList
- doAdd(int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doAdd(int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList.ReadOnlyList
- doAdd(int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Helper method for adding an element to the list.
- doAdd(int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doAdd(int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.ReadOnlyDoubleBigList
- doAdd(int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doAdd(int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList.ReadOnlyList
- doAdd(int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Helper method for adding an element to the list.
- doAdd(int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doAdd(int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.ReadOnlyFloatBigList
- doAdd(int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doAdd(int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList.ReadOnlyList
- doAdd(int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Helper method for adding an element to the list.
- doAdd(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Helper method for adding an element to the list.
- doAdd(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doAdd(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.ReadOnlyIntBigList
- doAdd(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doAdd(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList.ReadOnlyList
- doAdd(int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Helper method for adding an element to the list.
- doAdd(int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doAdd(int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.ReadOnlyLongBigList
- doAdd(int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doAdd(int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList.ReadOnlyList
- doAdd(int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Helper method for adding an element to the list.
- doAdd(int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doAdd(int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ReadOnlyShortBigList
- doAdd(int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doAdd(int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList.ReadOnlyList
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.BigList
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.BigList.ReadOnlyBigList
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.GapList
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.GapList.ReadOnlyList
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Helper method for adding an element to the list.
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.Key1List.ReadOnlyKey1List
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.Key2List.ReadOnlyKey2List
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
- doAdd(int, E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- doAdd(int, Boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- doAdd(int, Boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList.ImmutableBooleanObjBigList
- doAdd(int, Boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- doAdd(int, Boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList.ImmutableBooleanObjGapList
- doAdd(int, Byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- doAdd(int, Byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList.ImmutableByteObjBigList
- doAdd(int, Byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- doAdd(int, Byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList.ImmutableByteObjGapList
- doAdd(int, Character) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- doAdd(int, Character) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList.ImmutableCharObjBigList
- doAdd(int, Character) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- doAdd(int, Character) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList.ImmutableCharObjGapList
- doAdd(int, Double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- doAdd(int, Double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList.ImmutableDoubleObjBigList
- doAdd(int, Double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- doAdd(int, Double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList.ImmutableDoubleObjGapList
- doAdd(int, Float) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- doAdd(int, Float) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList.ImmutableFloatObjBigList
- doAdd(int, Float) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- doAdd(int, Float) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList.ImmutableFloatObjGapList
- doAdd(int, Integer) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- doAdd(int, Integer) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList.ImmutableIntObjBigList
- doAdd(int, Integer) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- doAdd(int, Integer) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList.ImmutableIntObjGapList
- doAdd(int, Long) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- doAdd(int, Long) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList.ImmutableLongObjBigList
- doAdd(int, Long) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- doAdd(int, Long) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList.ImmutableLongObjGapList
- doAdd(int, Short) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- doAdd(int, Short) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList.ImmutableShortObjBigList
- doAdd(int, Short) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- doAdd(int, Short) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList.ImmutableShortObjGapList
- doAdd(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Helper method for adding an element to the collection.
- doAdd(E, KeyCollectionImpl.KeyMap<?, ?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Add element.
- doAddAll(int, IListable<? extends E>) - Method in class org.magicwerk.brownies.collections.BigList
- doAddAll(int, IListable<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Helper method for adding multiple elements to the list.
- doAddAll(int, IBooleanListable) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doAddAll(int, IBooleanListable) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Helper method for adding multiple elements to the list.
- doAddAll(int, IByteListable) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doAddAll(int, IByteListable) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Helper method for adding multiple elements to the list.
- doAddAll(int, ICharListable) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doAddAll(int, ICharListable) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Helper method for adding multiple elements to the list.
- doAddAll(int, IDoubleListable) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doAddAll(int, IDoubleListable) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Helper method for adding multiple elements to the list.
- doAddAll(int, IFloatListable) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doAddAll(int, IFloatListable) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Helper method for adding multiple elements to the list.
- doAddAll(int, IIntListable) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Helper method for adding multiple elements to the list.
- doAddAll(int, IIntListable) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doAddAll(int, ILongListable) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Helper method for adding multiple elements to the list.
- doAddAll(int, ILongListable) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doAddAll(int, IShortListable) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Helper method for adding multiple elements to the list.
- doAddAll(int, IShortListable) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doAddAllHead(IListable<? extends E>, int, int, int) - Method in class org.magicwerk.brownies.collections.BigList
- doAddAllHead(IBooleanListable, int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doAddAllHead(IByteListable, int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doAddAllHead(ICharListable, int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doAddAllHead(IDoubleListable, int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doAddAllHead(IFloatListable, int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doAddAllHead(IIntListable, int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doAddAllHead(ILongListable, int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doAddAllHead(IShortListable, int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doAddAllMiddle(IListable<? extends E>, int) - Method in class org.magicwerk.brownies.collections.BigList
- doAddAllMiddle(IBooleanListable, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doAddAllMiddle(IByteListable, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doAddAllMiddle(ICharListable, int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doAddAllMiddle(IDoubleListable, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doAddAllMiddle(IFloatListable, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doAddAllMiddle(IIntListable, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doAddAllMiddle(ILongListable, int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doAddAllMiddle(IShortListable, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doAddAllTail(IListable<? extends E>, int, int, int) - Method in class org.magicwerk.brownies.collections.BigList
- doAddAllTail(IBooleanListable, int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doAddAllTail(IByteListable, int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doAddAllTail(ICharListable, int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doAddAllTail(IDoubleListable, int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doAddAllTail(IFloatListable, int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doAddAllTail(IIntListable, int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doAddAllTail(ILongListable, int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doAddAllTail(IShortListable, int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doAddCreateNewGap(int, int) - Method in class org.magicwerk.brownies.collections.GapList
- doAddCreateNewGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doAddCreateNewGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doAddCreateNewGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doAddCreateNewGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doAddCreateNewGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doAddCreateNewGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doAddCreateNewGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doAddCreateNewGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doAddCreateNewGap2(int, int) - Method in class org.magicwerk.brownies.collections.GapList
- doAddCreateNewGap2(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doAddCreateNewGap2(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doAddCreateNewGap2(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doAddCreateNewGap2(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doAddCreateNewGap2(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doAddCreateNewGap2(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doAddCreateNewGap2(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doAddCreateNewGap2(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doAddMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.GapList
- doAddMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doAddMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doAddMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doAddMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doAddMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doAddMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doAddMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doAddMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doAddMoveExistingGap2(int, int, int, boolean) - Method in class org.magicwerk.brownies.collections.GapList
- doAddMoveExistingGap2(int, int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doAddMoveExistingGap2(int, int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doAddMoveExistingGap2(int, int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doAddMoveExistingGap2(int, int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doAddMoveExistingGap2(int, int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doAddMoveExistingGap2(int, int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doAddMoveExistingGap2(int, int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doAddMoveExistingGap2(int, int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doAddSplitBlock(int, E, int, BigList.Block<E>) - Method in class org.magicwerk.brownies.collections.BigList
- doAddSplitBooleanBlock(int, boolean, int, BooleanBigList.BooleanBlock) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doAddSplitByteBlock(int, byte, int, ByteBigList.ByteBlock) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doAddSplitCharBlock(int, char, int, CharBigList.CharBlock) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doAddSplitDoubleBlock(int, double, int, DoubleBigList.DoubleBlock) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doAddSplitFloatBlock(int, float, int, FloatBigList.FloatBlock) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doAddSplitIntBlock(int, int, int, IntBigList.IntBlock) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doAddSplitLongBlock(int, long, int, LongBigList.LongBlock) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doAddSplitShortBlock(int, short, int, ShortBigList.ShortBlock) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doAddThrow(E, KeyCollectionImpl.KeyMap<?, ?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- doAssign(IList<E>) - Method in class org.magicwerk.brownies.collections.BigList
- doAssign(IList<E>) - Method in class org.magicwerk.brownies.collections.GapList
- doAssign(IList<E>) - Method in class org.magicwerk.brownies.collections.IList
-
Assign this list the content of the that list.
- doAssign(IList<E>) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- doAssign(IList<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- doAssign(IList<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- doAssign(IList<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- doAssign(IList<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- doAssign(IList<Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- doAssign(IList<Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- doAssign(IList<Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- doAssign(IList<Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- doAssign(IList<Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- doAssign(IList<Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- doAssign(IList<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- doAssign(IList<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- doAssign(IList<Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- doAssign(IList<Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- doAssign(IList<Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- doAssign(IList<Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- doAssign(IBooleanList) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doAssign(IBooleanList) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doAssign(IBooleanList) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Assign this list the content of the that list.
- doAssign(IByteList) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doAssign(IByteList) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doAssign(IByteList) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Assign this list the content of the that list.
- doAssign(ICharList) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doAssign(ICharList) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doAssign(ICharList) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Assign this list the content of the that list.
- doAssign(IDoubleList) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doAssign(IDoubleList) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doAssign(IDoubleList) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Assign this list the content of the that list.
- doAssign(IFloatList) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doAssign(IFloatList) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doAssign(IFloatList) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Assign this list the content of the that list.
- doAssign(IIntList) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Assign this list the content of the that list.
- doAssign(IIntList) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doAssign(IIntList) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doAssign(ILongList) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Assign this list the content of the that list.
- doAssign(ILongList) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doAssign(ILongList) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doAssign(IShortList) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Assign this list the content of the that list.
- doAssign(IShortList) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doAssign(IShortList) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doClear() - Method in class org.magicwerk.brownies.collections.BigList
- doClear() - Method in class org.magicwerk.brownies.collections.BigList.ReadOnlyBigList
- doClear() - Method in class org.magicwerk.brownies.collections.GapList
- doClear() - Method in class org.magicwerk.brownies.collections.GapList.ReadOnlyList
- doClear() - Method in class org.magicwerk.brownies.collections.IList
- doClear() - Method in class org.magicwerk.brownies.collections.Key1List.ReadOnlyKey1List
- doClear() - Method in class org.magicwerk.brownies.collections.Key2List.ReadOnlyKey2List
- doClear() - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.ReadOnlyBooleanBigList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList.ReadOnlyList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ReadOnlyByteBigList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList.ReadOnlyList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.ReadOnlyCharBigList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList.ReadOnlyList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.ReadOnlyDoubleBigList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList.ReadOnlyList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.ReadOnlyFloatBigList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList.ReadOnlyList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.ReadOnlyIntBigList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList.ReadOnlyList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.ReadOnlyLongBigList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList.ReadOnlyList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ReadOnlyShortBigList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doClear() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList.ReadOnlyList
- doClear(KeyCollectionImpl.KeyMap<E, ?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- doClone(IList<E>) - Method in class org.magicwerk.brownies.collections.BigList
- doClone(IList<E>) - Method in class org.magicwerk.brownies.collections.GapList
- doClone(IList<E>) - Method in class org.magicwerk.brownies.collections.IList
-
Initialize this object after the bitwise copy has been made by Object.clone().
- doClone(IList<E>) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- doClone(IList<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- doClone(IList<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- doClone(IList<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- doClone(IList<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- doClone(IList<Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- doClone(IList<Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- doClone(IList<Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- doClone(IList<Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- doClone(IList<Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- doClone(IList<Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- doClone(IList<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- doClone(IList<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- doClone(IList<Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- doClone(IList<Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- doClone(IList<Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- doClone(IList<Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- doClone(IBooleanList) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doClone(IBooleanList) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doClone(IBooleanList) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Initialize this object after the bitwise copy has been made by Object.clone().
- doClone(IByteList) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doClone(IByteList) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doClone(IByteList) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Initialize this object after the bitwise copy has been made by Object.clone().
- doClone(ICharList) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doClone(ICharList) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doClone(ICharList) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Initialize this object after the bitwise copy has been made by Object.clone().
- doClone(IDoubleList) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doClone(IDoubleList) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doClone(IDoubleList) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Initialize this object after the bitwise copy has been made by Object.clone().
- doClone(IFloatList) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doClone(IFloatList) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doClone(IFloatList) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Initialize this object after the bitwise copy has been made by Object.clone().
- doClone(IIntList) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Initialize this object after the bitwise copy has been made by Object.clone().
- doClone(IIntList) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doClone(IIntList) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doClone(ILongList) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Initialize this object after the bitwise copy has been made by Object.clone().
- doClone(ILongList) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doClone(ILongList) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doClone(IShortList) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Initialize this object after the bitwise copy has been made by Object.clone().
- doClone(IShortList) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doClone(IShortList) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.BigList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.GapList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.IList
-
Create list with specified capacity.
- doCreate(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Create list with specified capacity.
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Create list with specified capacity.
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Create list with specified capacity.
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Create list with specified capacity.
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Create list with specified capacity.
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Create list with specified capacity.
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Create list with specified capacity.
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Create list with specified capacity.
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- doCreate(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- doCreateArray(Class<T>, int) - Method in class org.magicwerk.brownies.collections.IList
-
Create array.
- doCreateArray(Class, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Create array.
- doCreateArray(Class, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Create array.
- doCreateArray(Class, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Create array.
- doCreateArray(Class, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Create array.
- doCreateArray(Class, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Create array.
- doCreateArray(Class, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Create array.
- doCreateArray(Class, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Create array.
- doCreateArray(Class, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Create array.
- doDebugCheck(KeyCollectionImpl.KeyMap) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.BigList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.GapList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.IList
-
Increases the capacity of this list instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.Key1List.ReadOnlyKey1List
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.Key2List.ReadOnlyKey2List
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Increases the capacity of this list instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Increases the capacity of this list instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Increases the capacity of this list instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Increases the capacity of this list instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Increases the capacity of this list instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Increases the capacity of this list instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Increases the capacity of this list instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Increases the capacity of this list instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- doEnsureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- doGet(int) - Method in class org.magicwerk.brownies.collections.BigList
- doGet(int) - Method in class org.magicwerk.brownies.collections.GapList
- doGet(int) - Method in class org.magicwerk.brownies.collections.IList
-
Helper method for getting an element from the list.
- doGet(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Helper method for getting an element from the list.
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Helper method for getting an element from the list.
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Helper method for getting an element from the list.
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Helper method for getting an element from the list.
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Helper method for getting an element from the list.
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Helper method for getting an element from the list.
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Helper method for getting an element from the list.
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Helper method for getting an element from the list.
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- doGet(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- doGetAll(boolean[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doGetAll(boolean[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Helper method to fill the specified elements in an array.
- doGetAll(byte[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doGetAll(byte[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Helper method to fill the specified elements in an array.
- doGetAll(char[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doGetAll(char[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Helper method to fill the specified elements in an array.
- doGetAll(double[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doGetAll(double[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Helper method to fill the specified elements in an array.
- doGetAll(float[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doGetAll(float[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Helper method to fill the specified elements in an array.
- doGetAll(int[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Helper method to fill the specified elements in an array.
- doGetAll(int[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doGetAll(long[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Helper method to fill the specified elements in an array.
- doGetAll(long[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doGetAll(short[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Helper method to fill the specified elements in an array.
- doGetAll(short[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doGetAll(Object[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- doGetAll(Object[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- doGetAll(Object[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- doGetAll(Object[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- doGetAll(Object[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- doGetAll(Object[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- doGetAll(Object[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- doGetAll(Object[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- doGetAll(Object[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- doGetAll(Object[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- doGetAll(Object[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- doGetAll(Object[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- doGetAll(Object[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- doGetAll(Object[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- doGetAll(Object[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- doGetAll(Object[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- doGetAll(T[], int, int) - Method in class org.magicwerk.brownies.collections.GapList
- doGetAll(T[], int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Helper method to fill the specified elements in an array.
- doGetAll(T[], int, int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- doGetAllByKey(KeyCollectionImpl.KeyMap<E, K>, K, Collection<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- doGetBlock(int, int) - Method in class org.magicwerk.brownies.collections.BigList
-
Determine node/block for the specified index.
- doGetBlockLeft(int, BigList.BlockNode<E>, boolean) - Method in class org.magicwerk.brownies.collections.BigList
- doGetBlockRight(int, BigList.BlockNode<E>, boolean) - Method in class org.magicwerk.brownies.collections.BigList
- doGetBooleanBlock(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Determine node/block for the specified index.
- doGetBooleanBlockLeft(int, BooleanBigList.BooleanBlockNode, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doGetBooleanBlockRight(int, BooleanBigList.BooleanBlockNode, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doGetByteBlock(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Determine node/block for the specified index.
- doGetByteBlockLeft(int, ByteBigList.ByteBlockNode, boolean) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doGetByteBlockRight(int, ByteBigList.ByteBlockNode, boolean) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doGetCharBlock(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Determine node/block for the specified index.
- doGetCharBlockLeft(int, CharBigList.CharBlockNode, boolean) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doGetCharBlockRight(int, CharBigList.CharBlockNode, boolean) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doGetDoubleBlock(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Determine node/block for the specified index.
- doGetDoubleBlockLeft(int, DoubleBigList.DoubleBlockNode, boolean) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doGetDoubleBlockRight(int, DoubleBigList.DoubleBlockNode, boolean) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doGetFloatBlock(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Determine node/block for the specified index.
- doGetFloatBlockLeft(int, FloatBigList.FloatBlockNode, boolean) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doGetFloatBlockRight(int, FloatBigList.FloatBlockNode, boolean) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doGetIntBlock(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Determine node/block for the specified index.
- doGetIntBlockLeft(int, IntBigList.IntBlockNode, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doGetIntBlockRight(int, IntBigList.IntBlockNode, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doGetLongBlock(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Determine node/block for the specified index.
- doGetLongBlockLeft(int, LongBigList.LongBlockNode, boolean) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doGetLongBlockRight(int, LongBigList.LongBlockNode, boolean) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doGetShortBlock(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Determine node/block for the specified index.
- doGetShortBlockLeft(int, ShortBigList.ShortBlockNode, boolean) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doGetShortBlockRight(int, ShortBigList.ShortBlockNode, boolean) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doIndexOf(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.
- doIndexOf(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.
- doIndexOf(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.
- doIndexOf(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.
- doIndexOf(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.
- doIndexOf(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.
- doIndexOf(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.
- doIndexOf(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.
- doIndexOf(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.
- doIndexOfIf(Predicate<? super E>, int) - Method in class org.magicwerk.brownies.collections.IList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- doIndexOfIf(Predicate<Boolean>, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- doIndexOfIf(Predicate<Byte>, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- doIndexOfIf(Predicate<Character>, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- doIndexOfIf(Predicate<Double>, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- doIndexOfIf(Predicate<Float>, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- doIndexOfIf(Predicate<Integer>, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- doIndexOfIf(Predicate<Long>, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- doIndexOfIf(Predicate<Short>, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- doInit(int, int) - Method in class org.magicwerk.brownies.collections.BigList
-
Initialize BigList.
- doInit(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Initialize BooleanBigList.
- doInit(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Initialize ByteBigList.
- doInit(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Initialize CharBigList.
- doInit(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Initialize DoubleBigList.
- doInit(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Initialize FloatBigList.
- doInit(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Initialize IntBigList.
- doInit(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Initialize LongBigList.
- doInit(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Initialize ShortBigList.
- doInitAll(IListable<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
- doInitAll(IBooleanListable) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- doInitAll(IByteListable) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- doInitAll(ICharListable) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- doInitAll(IDoubleListable) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- doInitAll(IFloatListable) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- doInitAll(IIntListable) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- doInitAll(ILongListable) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- doInitAll(IShortListable) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- doInvalidateKey(int, Object, Object, E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- doLastIndexOf(boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doLastIndexOf(byte, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doLastIndexOf(char, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doLastIndexOf(double, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doLastIndexOf(float, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doLastIndexOf(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doLastIndexOf(long, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doLastIndexOf(short, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doLastIndexOf(Object, int) - Method in class org.magicwerk.brownies.collections.IList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doLastIndexOfIf(Predicate<? super E>, int) - Method in class org.magicwerk.brownies.collections.IList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doLastIndexOfIf(Predicate<Boolean>, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doLastIndexOfIf(Predicate<Byte>, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doLastIndexOfIf(Predicate<Character>, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doLastIndexOfIf(Predicate<Double>, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doLastIndexOfIf(Predicate<Float>, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doLastIndexOfIf(Predicate<Integer>, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doLastIndexOfIf(Predicate<Long>, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doLastIndexOfIf(Predicate<Short>, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- doModify() - Method in class org.magicwerk.brownies.collections.BigList.ReadOnlyBigList
- doModify() - Method in class org.magicwerk.brownies.collections.GapList.ReadOnlyList
- doModify() - Method in class org.magicwerk.brownies.collections.IList
-
This method is called internally before elements are allocated or freed.
- doModify() - Method in class org.magicwerk.brownies.collections.Key1List.ReadOnlyKey1List
- doModify() - Method in class org.magicwerk.brownies.collections.Key2List.ReadOnlyKey2List
- doModify() - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.ReadOnlyBooleanBigList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList.ReadOnlyList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList.ImmutableBooleanObjBigList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList.ImmutableBooleanObjGapList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ReadOnlyByteBigList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList.ReadOnlyList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList.ImmutableByteObjBigList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList.ImmutableByteObjGapList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.ReadOnlyCharBigList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList.ReadOnlyList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList.ImmutableCharObjBigList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList.ImmutableCharObjGapList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.ReadOnlyDoubleBigList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList.ReadOnlyList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList.ImmutableDoubleObjBigList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList.ImmutableDoubleObjGapList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.ReadOnlyFloatBigList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList.ReadOnlyList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList.ImmutableFloatObjBigList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList.ImmutableFloatObjGapList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
This method is called internally before elements are allocated or freed.
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
This method is called internally before elements are allocated or freed.
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
This method is called internally before elements are allocated or freed.
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
This method is called internally before elements are allocated or freed.
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
This method is called internally before elements are allocated or freed.
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
This method is called internally before elements are allocated or freed.
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
This method is called internally before elements are allocated or freed.
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.ReadOnlyIntBigList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList.ReadOnlyList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList.ImmutableIntObjBigList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList.ImmutableIntObjGapList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
This method is called internally before elements are allocated or freed.
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.ReadOnlyLongBigList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList.ReadOnlyList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList.ImmutableLongObjBigList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList.ImmutableLongObjGapList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ReadOnlyShortBigList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList.ReadOnlyList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList.ImmutableShortObjBigList
- doModify() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList.ImmutableShortObjGapList
- doPhysIndex(int, int) - Method in class org.magicwerk.brownies.collections.GapList
- doPhysIndex(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doPhysIndex(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doPhysIndex(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doPhysIndex(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doPhysIndex(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doPhysIndex(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doPhysIndex(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doPhysIndex(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doPhysIndex2(int, int) - Method in class org.magicwerk.brownies.collections.GapList
- doPhysIndex2(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doPhysIndex2(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doPhysIndex2(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doPhysIndex2(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doPhysIndex2(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doPhysIndex2(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doPhysIndex2(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doPhysIndex2(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doPutAll(int, IListable<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
- doPutAll(int, IBooleanListable) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- doPutAll(int, IByteListable) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- doPutAll(int, ICharListable) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- doPutAll(int, IDoubleListable) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- doPutAll(int, IFloatListable) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- doPutAll(int, IIntListable) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- doPutAll(int, ILongListable) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- doPutAll(int, IShortListable) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.BigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.BigList.ReadOnlyBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.GapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.GapList.ReadOnlyList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.IList
-
Helper method to remove an element.
- doRemove(int) - Method in class org.magicwerk.brownies.collections.Key1List.ReadOnlyKey1List
- doRemove(int) - Method in class org.magicwerk.brownies.collections.Key2List.ReadOnlyKey2List
- doRemove(int) - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.ReadOnlyBooleanBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList.ReadOnlyList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList.ImmutableBooleanObjBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList.ImmutableBooleanObjGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ReadOnlyByteBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList.ReadOnlyList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList.ImmutableByteObjBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList.ImmutableByteObjGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.ReadOnlyCharBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList.ReadOnlyList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList.ImmutableCharObjBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList.ImmutableCharObjGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.ReadOnlyDoubleBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList.ReadOnlyList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList.ImmutableDoubleObjBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList.ImmutableDoubleObjGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.ReadOnlyFloatBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList.ReadOnlyList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList.ImmutableFloatObjBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList.ImmutableFloatObjGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Helper method to remove an element.
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Helper method to remove an element.
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Helper method to remove an element.
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Helper method to remove an element.
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Helper method to remove an element.
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Helper method to remove an element.
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Helper method to remove an element.
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.ReadOnlyIntBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList.ReadOnlyList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList.ImmutableIntObjBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList.ImmutableIntObjGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Helper method to remove an element.
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.ReadOnlyLongBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList.ReadOnlyList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList.ImmutableLongObjBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList.ImmutableLongObjGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ReadOnlyShortBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList.ReadOnlyList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList.ImmutableShortObjBigList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- doRemove(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList.ImmutableShortObjGapList
- doRemove(Object, KeyCollectionImpl.KeyMap) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Remove element.
- doRemove(BigList.BlockNode<E>) - Method in class org.magicwerk.brownies.collections.BigList
- doRemove(BooleanBigList.BooleanBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doRemove(ByteBigList.ByteBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doRemove(CharBigList.CharBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doRemove(DoubleBigList.DoubleBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doRemove(FloatBigList.FloatBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doRemove(IntBigList.IntBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doRemove(LongBigList.LongBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doRemove(ShortBigList.ShortBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.BigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.BigList.ReadOnlyBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.GapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.GapList.ReadOnlyList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Remove specified range of elements from list.
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.Key1List.ReadOnlyKey1List
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.Key2List.ReadOnlyKey2List
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.ReadOnlyBooleanBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList.ReadOnlyList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList.ImmutableBooleanObjBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList.ImmutableBooleanObjGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ReadOnlyByteBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList.ReadOnlyList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList.ImmutableByteObjBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList.ImmutableByteObjGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.ReadOnlyCharBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList.ReadOnlyList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList.ImmutableCharObjBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList.ImmutableCharObjGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.ReadOnlyDoubleBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList.ReadOnlyList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList.ImmutableDoubleObjBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList.ImmutableDoubleObjGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.ReadOnlyFloatBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList.ReadOnlyList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList.ImmutableFloatObjBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList.ImmutableFloatObjGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Remove specified range of elements from list.
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Remove specified range of elements from list.
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Remove specified range of elements from list.
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Remove specified range of elements from list.
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Remove specified range of elements from list.
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Remove specified range of elements from list.
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Remove specified range of elements from list.
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.ReadOnlyIntBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList.ReadOnlyList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList.ImmutableIntObjBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList.ImmutableIntObjGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Remove specified range of elements from list.
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.ReadOnlyLongBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList.ReadOnlyList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList.ImmutableLongObjBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList.ImmutableLongObjGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ReadOnlyShortBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList.ReadOnlyList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList.ImmutableShortObjBigList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- doRemoveAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList.ImmutableShortObjGapList
- doRemoveAll2(int, int, int, BigList.BlockNode<E>, BigList.BlockNode<E>) - Method in class org.magicwerk.brownies.collections.BigList
- doRemoveAll2(int, int, int, BooleanBigList.BooleanBlockNode, BooleanBigList.BooleanBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doRemoveAll2(int, int, int, ByteBigList.ByteBlockNode, ByteBigList.ByteBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doRemoveAll2(int, int, int, CharBigList.CharBlockNode, CharBigList.CharBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doRemoveAll2(int, int, int, DoubleBigList.DoubleBlockNode, DoubleBigList.DoubleBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doRemoveAll2(int, int, int, FloatBigList.FloatBlockNode, FloatBigList.FloatBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doRemoveAll2(int, int, int, IntBigList.IntBlockNode, IntBigList.IntBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doRemoveAll2(int, int, int, LongBigList.LongBlockNode, LongBigList.LongBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doRemoveAll2(int, int, int, ShortBigList.ShortBlockNode, ShortBigList.ShortBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doRemoveAllByKey(K, KeyCollectionImpl<E>, Collection<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
-
Removes element by key.
- doRemoveAllFast(int, int) - Method in class org.magicwerk.brownies.collections.GapList
-
Remove specified range of elements from list as specialized fast operation.
- doRemoveAllFast(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Remove specified range of elements from list as specialized fast operation.
- doRemoveAllFast(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Remove specified range of elements from list as specialized fast operation.
- doRemoveAllFast(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Remove specified range of elements from list as specialized fast operation.
- doRemoveAllFast(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Remove specified range of elements from list as specialized fast operation.
- doRemoveAllFast(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Remove specified range of elements from list as specialized fast operation.
- doRemoveAllFast(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Remove specified range of elements from list as specialized fast operation.
- doRemoveAllFast(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Remove specified range of elements from list as specialized fast operation.
- doRemoveAllFast(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Remove specified range of elements from list as specialized fast operation.
- doRemoveByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Removes element by key.
- doRemoveMiddle(int, int) - Method in class org.magicwerk.brownies.collections.GapList
- doRemoveMiddle(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doRemoveMiddle(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doRemoveMiddle(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doRemoveMiddle(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doRemoveMiddle(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doRemoveMiddle(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doRemoveMiddle(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doRemoveMiddle(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doRemoveMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.GapList
- doRemoveMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doRemoveMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doRemoveMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doRemoveMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doRemoveMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doRemoveMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doRemoveMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doRemoveMoveExistingGap(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doRemoveSelf() - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
- doRemoveSelf() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
- doRemoveSelf() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
- doRemoveSelf() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
- doRemoveSelf() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
- doRemoveSelf() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
- doRemoveSelf() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
- doRemoveSelf() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
- doRemoveSelf() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
- doReplace(int, int, IListable<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
- doReplace(int, int, IBooleanListable) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- doReplace(int, int, IByteListable) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- doReplace(int, int, ICharListable) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- doReplace(int, int, IDoubleListable) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- doReplace(int, int, IFloatListable) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- doReplace(int, int, IIntListable) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- doReplace(int, int, ILongListable) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- doReplace(int, int, IShortListable) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- doReSet(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doReSet(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.ReadOnlyBooleanBigList
- doReSet(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doReSet(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList.ReadOnlyList
- doReSet(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Sets an element at specified position.
- doReSet(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doReSet(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ReadOnlyByteBigList
- doReSet(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doReSet(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList.ReadOnlyList
- doReSet(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Sets an element at specified position.
- doReSet(int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doReSet(int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.ReadOnlyCharBigList
- doReSet(int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doReSet(int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList.ReadOnlyList
- doReSet(int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Sets an element at specified position.
- doReSet(int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doReSet(int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.ReadOnlyDoubleBigList
- doReSet(int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doReSet(int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList.ReadOnlyList
- doReSet(int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Sets an element at specified position.
- doReSet(int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doReSet(int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.ReadOnlyFloatBigList
- doReSet(int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doReSet(int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList.ReadOnlyList
- doReSet(int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Sets an element at specified position.
- doReSet(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Sets an element at specified position.
- doReSet(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doReSet(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.ReadOnlyIntBigList
- doReSet(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doReSet(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList.ReadOnlyList
- doReSet(int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Sets an element at specified position.
- doReSet(int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doReSet(int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.ReadOnlyLongBigList
- doReSet(int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doReSet(int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList.ReadOnlyList
- doReSet(int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Sets an element at specified position.
- doReSet(int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doReSet(int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ReadOnlyShortBigList
- doReSet(int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doReSet(int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList.ReadOnlyList
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.BigList
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.BigList.ReadOnlyBigList
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.GapList
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.GapList.ReadOnlyList
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Sets an element at specified position.
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.Key1List.ReadOnlyKey1List
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.Key2List.ReadOnlyKey2List
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
- doReSet(int, E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- doReSet(int, Boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- doReSet(int, Boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList.ImmutableBooleanObjBigList
- doReSet(int, Boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- doReSet(int, Boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList.ImmutableBooleanObjGapList
- doReSet(int, Byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- doReSet(int, Byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList.ImmutableByteObjBigList
- doReSet(int, Byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- doReSet(int, Byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList.ImmutableByteObjGapList
- doReSet(int, Character) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- doReSet(int, Character) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList.ImmutableCharObjBigList
- doReSet(int, Character) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- doReSet(int, Character) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList.ImmutableCharObjGapList
- doReSet(int, Double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- doReSet(int, Double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList.ImmutableDoubleObjBigList
- doReSet(int, Double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- doReSet(int, Double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList.ImmutableDoubleObjGapList
- doReSet(int, Float) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- doReSet(int, Float) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList.ImmutableFloatObjBigList
- doReSet(int, Float) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- doReSet(int, Float) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList.ImmutableFloatObjGapList
- doReSet(int, Integer) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- doReSet(int, Integer) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList.ImmutableIntObjBigList
- doReSet(int, Integer) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- doReSet(int, Integer) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList.ImmutableIntObjGapList
- doReSet(int, Long) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- doReSet(int, Long) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList.ImmutableLongObjBigList
- doReSet(int, Long) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- doReSet(int, Long) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList.ImmutableLongObjGapList
- doReSet(int, Short) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- doReSet(int, Short) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList.ImmutableShortObjBigList
- doReSet(int, Short) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- doReSet(int, Short) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList.ImmutableShortObjGapList
- doRotate(int, int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Internal method to rotate specified elements in the list.
- doRotate(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Internal method to rotate specified elements in the list.
- doRotate(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Internal method to rotate specified elements in the list.
- doRotate(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Internal method to rotate specified elements in the list.
- doRotate(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Internal method to rotate specified elements in the list.
- doRotate(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Internal method to rotate specified elements in the list.
- doRotate(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Internal method to rotate specified elements in the list.
- doRotate(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Internal method to rotate specified elements in the list.
- doRotate(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Internal method to rotate specified elements in the list.
- doSet(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- doSet(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.ReadOnlyBooleanBigList
- doSet(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- doSet(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList.ReadOnlyList
- doSet(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Helper method for setting an element in the list.
- doSet(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- doSet(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ReadOnlyByteBigList
- doSet(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- doSet(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList.ReadOnlyList
- doSet(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Helper method for setting an element in the list.
- doSet(int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- doSet(int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.ReadOnlyCharBigList
- doSet(int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- doSet(int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList.ReadOnlyList
- doSet(int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Helper method for setting an element in the list.
- doSet(int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- doSet(int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.ReadOnlyDoubleBigList
- doSet(int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- doSet(int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList.ReadOnlyList
- doSet(int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Helper method for setting an element in the list.
- doSet(int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- doSet(int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.ReadOnlyFloatBigList
- doSet(int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- doSet(int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList.ReadOnlyList
- doSet(int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Helper method for setting an element in the list.
- doSet(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Helper method for setting an element in the list.
- doSet(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- doSet(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.ReadOnlyIntBigList
- doSet(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- doSet(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList.ReadOnlyList
- doSet(int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Helper method for setting an element in the list.
- doSet(int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- doSet(int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.ReadOnlyLongBigList
- doSet(int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- doSet(int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList.ReadOnlyList
- doSet(int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Helper method for setting an element in the list.
- doSet(int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- doSet(int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ReadOnlyShortBigList
- doSet(int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- doSet(int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList.ReadOnlyList
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.BigList
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.BigList.ReadOnlyBigList
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.GapList
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.GapList.ReadOnlyList
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Helper method for setting an element in the list.
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.Key1List.ReadOnlyKey1List
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.Key2List.ReadOnlyKey2List
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
- doSet(int, E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- doSet(int, Boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- doSet(int, Boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList.ImmutableBooleanObjBigList
- doSet(int, Boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- doSet(int, Boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList.ImmutableBooleanObjGapList
- doSet(int, Byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- doSet(int, Byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList.ImmutableByteObjBigList
- doSet(int, Byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- doSet(int, Byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList.ImmutableByteObjGapList
- doSet(int, Character) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- doSet(int, Character) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList.ImmutableCharObjBigList
- doSet(int, Character) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- doSet(int, Character) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList.ImmutableCharObjGapList
- doSet(int, Double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- doSet(int, Double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList.ImmutableDoubleObjBigList
- doSet(int, Double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- doSet(int, Double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList.ImmutableDoubleObjGapList
- doSet(int, Float) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- doSet(int, Float) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList.ImmutableFloatObjBigList
- doSet(int, Float) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- doSet(int, Float) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList.ImmutableFloatObjGapList
- doSet(int, Integer) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- doSet(int, Integer) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList.ImmutableIntObjBigList
- doSet(int, Integer) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- doSet(int, Integer) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList.ImmutableIntObjGapList
- doSet(int, Long) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- doSet(int, Long) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList.ImmutableLongObjBigList
- doSet(int, Long) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- doSet(int, Long) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList.ImmutableLongObjGapList
- doSet(int, Short) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- doSet(int, Short) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList.ImmutableShortObjBigList
- doSet(int, Short) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- doSet(int, Short) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList.ImmutableShortObjGapList
- doTransfer(int, int, int, IList<? super E>, int, int) - Method in class org.magicwerk.brownies.collections.IList
- doTransfer(int, int, int, IBooleanList, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- doTransfer(int, int, int, IByteList, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- doTransfer(int, int, int, ICharList, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- doTransfer(int, int, int, IDoubleList, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- doTransfer(int, int, int, IFloatList, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- doTransfer(int, int, int, IIntList, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- doTransfer(int, int, int, ILongList, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- doTransfer(int, int, int, IShortList, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- doTransferSwap(int, IList<E>, int, int) - Method in class org.magicwerk.brownies.collections.IList
- doTransferSwap(int, IBooleanList, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- doTransferSwap(int, IByteList, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- doTransferSwap(int, ICharList, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- doTransferSwap(int, IDoubleList, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- doTransferSwap(int, IFloatList, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- doTransferSwap(int, IIntList, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- doTransferSwap(int, ILongList, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- doTransferSwap(int, IShortList, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- DoubleBigList - Class in org.magicwerk.brownies.collections.primitive
-
DoubleBigList is a list optimized for storing large number of elements.
- DoubleBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Default constructor.
- DoubleBigList(boolean, DoubleBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Constructor used internally, e.g.
- DoubleBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Constructor.
- DoubleBigList(int, int) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Internal constructor.
- DoubleBigList(Collection<Double>) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Create new list with specified elements.
- DoubleBigList.DoubleBlock - Class in org.magicwerk.brownies.collections.primitive
-
A block stores in maximum blockSize number of elements.
- DoubleBigList.DoubleBlockNode - Class in org.magicwerk.brownies.collections.primitive
-
Implements an AVLNode storing a DoubleBlock.
- DoubleBigList.ReadOnlyDoubleBigList - Class in org.magicwerk.brownies.collections.primitive
-
A read-only version of
Key1List
. - DoubleBinarySearch - Class in org.magicwerk.brownies.collections.helper.primitive
-
Binary search for primitive type double.
- DoubleBinarySearch() - Constructor for class org.magicwerk.brownies.collections.helper.primitive.DoubleBinarySearch
- DoubleBlock() - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlock
- DoubleBlock(int) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlock
- DoubleBlock(DoubleBigList.DoubleBlock) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlock
- DoubleBlockNode(DoubleBigList.DoubleBlockNode, int, DoubleBigList.DoubleBlock, DoubleBigList.DoubleBlockNode, DoubleBigList.DoubleBlockNode) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Constructs a new node.
- DoubleGapList - Class in org.magicwerk.brownies.collections.primitive
-
Class {link DoubleGapList} combines the strengths of both
ArrayList
andLinkedList
. - DoubleGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Construct a list with the default initial capacity.
- DoubleGapList(boolean, DoubleGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Constructor used internally, e.g.
- DoubleGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Construct a list with specified initial capacity.
- DoubleGapList(Collection<Double>) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Construct a list to contain the specified elements.
- DoubleGapList.ReadOnlyList - Class in org.magicwerk.brownies.collections.primitive
-
A read-only version of
DoubleGapList
. - DoubleMergeSort - Class in org.magicwerk.brownies.collections.helper.primitive
-
This class implements a stable in-place merge sort.
- DoubleMergeSort(IDoubleList) - Constructor for class org.magicwerk.brownies.collections.helper.primitive.DoubleMergeSort
- DoubleObjBigList - Class in org.magicwerk.brownies.collections.primitive
-
DoubleObjBigList implements the List interface and uses an instance of DoubleBigList for storage.
- DoubleObjBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- DoubleObjBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- DoubleObjBigList(Collection<? extends Double>) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- DoubleObjBigList.ImmutableDoubleObjBigList - Class in org.magicwerk.brownies.collections.primitive
-
An immutable version of a BigList.
- DoubleObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
DoubleObjGapList implements the List interface and uses an instance of DoubleGapList for storage.
- DoubleObjGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- DoubleObjGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- DoubleObjGapList(Collection<? extends Double>) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- DoubleObjGapList.ImmutableDoubleObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
An immutable version of a GapList.
- doubleValue() - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Returns the value of this MutableInt as a double.
- drag(int, int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Drag specified elements.
- drag(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Drag specified elements.
- drag(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Drag specified elements.
- drag(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Drag specified elements.
- drag(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Drag specified elements.
- drag(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Drag specified elements.
- drag(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Drag specified elements.
- drag(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Drag specified elements.
- drag(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Drag specified elements.
- DuplicateKeyException - Exception in org.magicwerk.brownies.collections.exceptions
-
Exception thrown if an action is not allowed due to a duplicate key error.
- DuplicateKeyException(Object) - Constructor for exception org.magicwerk.brownies.collections.exceptions.DuplicateKeyException
E
- elem - Variable in class org.magicwerk.brownies.collections.IList.IListableFromMult
- elem - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapCountIter
- elem - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapIter
- elem - Variable in class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromMult
- elem - Variable in class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromMult
- elem - Variable in class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromMult
- elem - Variable in class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromMult
- elem - Variable in class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromMult
- elem - Variable in class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromMult
- elem - Variable in class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromMult
- elem - Variable in class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromMult
- element() - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.element()
- element() - Method in class org.magicwerk.brownies.collections.IListAsDeque
- element() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.element()
- element() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.element()
- element() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.element()
- element() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.element()
- element() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.element()
- element() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.element()
- element() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.element()
- element() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.element()
- empty() - Static method in class org.magicwerk.brownies.collections.helper.Option
- EMPTY - Static variable in class org.magicwerk.brownies.collections.BigList
-
Unmodifiable empty instance
- EMPTY - Static variable in class org.magicwerk.brownies.collections.GapList
-
Unmodifiable empty instance
- EMPTY - Static variable in class org.magicwerk.brownies.collections.helper.Option
- EMPTY - Static variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Unmodifiable empty instance
- EMPTY - Static variable in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Unmodifiable empty instance
- EMPTY - Static variable in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Unmodifiable empty instance
- EMPTY - Static variable in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Unmodifiable empty instance
- EMPTY - Static variable in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Unmodifiable empty instance
- EMPTY - Static variable in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Unmodifiable empty instance
- EMPTY - Static variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Unmodifiable empty instance
- EMPTY - Static variable in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Unmodifiable empty instance
- EMPTY - Static variable in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Unmodifiable empty instance
- EMPTY - Static variable in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Unmodifiable empty instance
- EMPTY - Static variable in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Unmodifiable empty instance
- EMPTY - Static variable in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Unmodifiable empty instance
- EMPTY - Static variable in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Unmodifiable empty instance
- EMPTY - Static variable in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Unmodifiable empty instance
- EMPTY - Static variable in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Unmodifiable empty instance
- EMPTY - Static variable in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Unmodifiable empty instance
- EMPTY() - Static method in class org.magicwerk.brownies.collections.BigList
- EMPTY() - Static method in class org.magicwerk.brownies.collections.GapList
- EMPTY() - Static method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- EMPTY() - Static method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- EMPTY() - Static method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- EMPTY() - Static method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- EMPTY() - Static method in class org.magicwerk.brownies.collections.primitive.CharBigList
- EMPTY() - Static method in class org.magicwerk.brownies.collections.primitive.CharGapList
- EMPTY() - Static method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- EMPTY() - Static method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- EMPTY() - Static method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- EMPTY() - Static method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- EMPTY() - Static method in class org.magicwerk.brownies.collections.primitive.IntBigList
- EMPTY() - Static method in class org.magicwerk.brownies.collections.primitive.IntGapList
- EMPTY() - Static method in class org.magicwerk.brownies.collections.primitive.LongBigList
- EMPTY() - Static method in class org.magicwerk.brownies.collections.primitive.LongGapList
- EMPTY() - Static method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- EMPTY() - Static method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- EMPTY_VALUES - Static variable in class org.magicwerk.brownies.collections.GapList
-
Empty array used for default initialization
- EMPTY_VALUES - Static variable in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Empty array used for default initialization
- EMPTY_VALUES - Static variable in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Empty array used for default initialization
- EMPTY_VALUES - Static variable in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Empty array used for default initialization
- EMPTY_VALUES - Static variable in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Empty array used for default initialization
- EMPTY_VALUES - Static variable in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Empty array used for default initialization
- EMPTY_VALUES - Static variable in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Empty array used for default initialization
- EMPTY_VALUES - Static variable in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Empty array used for default initialization
- EMPTY_VALUES - Static variable in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Empty array used for default initialization
- end - Variable in class org.magicwerk.brownies.collections.GapList
-
Physical position after last element
- end - Variable in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Physical position after last element
- end - Variable in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Physical position after last element
- end - Variable in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Physical position after last element
- end - Variable in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Physical position after last element
- end - Variable in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Physical position after last element
- end - Variable in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Physical position after last element
- end - Variable in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Physical position after last element
- end - Variable in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Physical position after last element
- ensureCapacity(int) - Method in class org.magicwerk.brownies.collections.IList
-
Increases the capacity of this instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
- ensureCapacity(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- ensureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- ensureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- ensureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- ensureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- ensureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- ensureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- ensureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- ensureCapacity(int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- ensureNormalized(int) - Method in class org.magicwerk.brownies.collections.GapList
-
Normalize data of GapList so the elements are found from values[0] to values[size-1].
- ensureNormalized(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Normalize data of BooleanGapList so the elements are found from values[0] to values[size-1].
- ensureNormalized(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Normalize data of ByteGapList so the elements are found from values[0] to values[size-1].
- ensureNormalized(int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Normalize data of CharGapList so the elements are found from values[0] to values[size-1].
- ensureNormalized(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Normalize data of DoubleGapList so the elements are found from values[0] to values[size-1].
- ensureNormalized(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Normalize data of FloatGapList so the elements are found from values[0] to values[size-1].
- ensureNormalized(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Normalize data of IntGapList so the elements are found from values[0] to values[size-1].
- ensureNormalized(int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Normalize data of LongGapList so the elements are found from values[0] to values[size-1].
- ensureNormalized(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Normalize data of ShortGapList so the elements are found from values[0] to values[size-1].
- entrySet() - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
- equals(Object) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
- equals(Object) - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Compares this object to the specified object.
- equals(Object) - Method in class org.magicwerk.brownies.collections.helper.Option
- equals(Object) - Method in class org.magicwerk.brownies.collections.helper.SingletonComparator
- equals(Object) - Method in class org.magicwerk.brownies.collections.IList
- equals(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
- equals(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- equals(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- equalsElem(boolean, boolean) - Static method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Helper function to check two elements stored in the list for equality.
- equalsElem(byte, byte) - Static method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Helper function to check two elements stored in the list for equality.
- equalsElem(char, char) - Static method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Helper function to check two elements stored in the list for equality.
- equalsElem(double, double) - Static method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Helper function to check two elements stored in the list for equality.
- equalsElem(float, float) - Static method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Helper function to check two elements stored in the list for equality.
- equalsElem(int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Helper function to check two elements stored in the list for equality.
- equalsElem(long, long) - Static method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Helper function to check two elements stored in the list for equality.
- equalsElem(short, short) - Static method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Helper function to check two elements stored in the list for equality.
- equalsElem(Object, Object) - Static method in class org.magicwerk.brownies.collections.IList
-
Helper function to check two elements stored in the list for equality.
- error() - Method in class org.magicwerk.brownies.collections.BigList.ReadOnlyBigList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.GapList.ReadOnlyList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.Key1List.ReadOnlyKey1List
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.Key2List.ReadOnlyKey2List
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.ReadOnlyBooleanBigList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList.ReadOnlyList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList.ImmutableBooleanObjBigList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList.ImmutableBooleanObjGapList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ReadOnlyByteBigList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList.ReadOnlyList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList.ImmutableByteObjBigList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList.ImmutableByteObjGapList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.ReadOnlyCharBigList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList.ReadOnlyList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList.ImmutableCharObjBigList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList.ImmutableCharObjGapList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.ReadOnlyDoubleBigList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList.ReadOnlyList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList.ImmutableDoubleObjBigList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList.ImmutableDoubleObjGapList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.ReadOnlyFloatBigList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList.ReadOnlyList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList.ImmutableFloatObjBigList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList.ImmutableFloatObjGapList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.ReadOnlyIntBigList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList.ReadOnlyList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList.ImmutableIntObjBigList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList.ImmutableIntObjGapList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.ReadOnlyLongBigList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList.ReadOnlyList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList.ImmutableLongObjBigList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList.ImmutableLongObjGapList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ReadOnlyShortBigList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList.ReadOnlyList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList.ImmutableShortObjBigList
-
Throw exception if an attempt is made to change an immutable list.
- error() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList.ImmutableShortObjGapList
-
Throw exception if an attempt is made to change an immutable list.
- errorConstraintElement() - Static method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- errorDuplicateKey(Object) - Static method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- errorInvalidateNotSupported() - Static method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- errorInvalidData() - Static method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- errorInvalidIndex() - Static method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- errorInvalidSetBehavior() - Static method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- errorInvaliDuplicates() - Static method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- errorMaxSize() - Static method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- errorNullElement() - Static method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- errorNullKey() - Static method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- extract(int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Removes specified range of elements from list and return them.
- extract(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Removes specified range of elements from list and return them.
- extract(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Removes specified range of elements from list and return them.
- extract(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Removes specified range of elements from list and return them.
- extract(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Removes specified range of elements from list and return them.
- extract(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Removes specified range of elements from list and return them.
- extract(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Removes specified range of elements from list and return them.
- extract(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Removes specified range of elements from list and return them.
- extract(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Removes specified range of elements from list and return them.
- extractIf(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Removes and returns all elements in the list which match the predicate.
- extractIf(Predicate<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Removes and returns all elements in the list which match the predicate.
- extractIf(Predicate<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Removes and returns all elements in the list which match the predicate.
- extractIf(Predicate<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Removes and returns all elements in the list which match the predicate.
- extractIf(Predicate<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Removes and returns all elements in the list which match the predicate.
- extractIf(Predicate<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Removes and returns all elements in the list which match the predicate.
- extractIf(Predicate<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Removes and returns all elements in the list which match the predicate.
- extractIf(Predicate<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Removes and returns all elements in the list which match the predicate.
- extractIf(Predicate<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Removes and returns all elements in the list which match the predicate.
F
- fill(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- fill(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- fill(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- fill(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- fill(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- fill(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- fill(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- fill(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- fill(E) - Method in class org.magicwerk.brownies.collections.IList
-
Fill list.
- FILL_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.BigList
-
If an element is added to the list at the head or tail, the block is only filled until it has FILL_THRESHOLD*blockSize elements (so there is room for insertion without need to split).
- FILL_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
If an element is added to the list at the head or tail, the block is only filled until it has FILL_THRESHOLD*blockSize elements (so there is room for insertion without need to split).
- FILL_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
If an element is added to the list at the head or tail, the block is only filled until it has FILL_THRESHOLD*blockSize elements (so there is room for insertion without need to split).
- FILL_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.primitive.CharBigList
-
If an element is added to the list at the head or tail, the block is only filled until it has FILL_THRESHOLD*blockSize elements (so there is room for insertion without need to split).
- FILL_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
If an element is added to the list at the head or tail, the block is only filled until it has FILL_THRESHOLD*blockSize elements (so there is room for insertion without need to split).
- FILL_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
If an element is added to the list at the head or tail, the block is only filled until it has FILL_THRESHOLD*blockSize elements (so there is room for insertion without need to split).
- FILL_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.primitive.IntBigList
-
If an element is added to the list at the head or tail, the block is only filled until it has FILL_THRESHOLD*blockSize elements (so there is room for insertion without need to split).
- FILL_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.primitive.LongBigList
-
If an element is added to the list at the head or tail, the block is only filled until it has FILL_THRESHOLD*blockSize elements (so there is room for insertion without need to split).
- FILL_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
If an element is added to the list at the head or tail, the block is only filled until it has FILL_THRESHOLD*blockSize elements (so there is room for insertion without need to split).
- filter(Collection<E>, Predicate<? super E>, Supplier<C>) - Static method in interface org.magicwerk.brownies.collections.ICollectionTools
-
Create a new list by applying the specified filter to all elements.
- filter(Predicate<? super E>) - Method in interface org.magicwerk.brownies.collections.ICollection
-
Create a new collection by applying the specified filter to all elements.
- filter(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Create a new list by applying the specified filter to all elements.
- filter(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.Key1Collection
- filter(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.Key1Set
- filter(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.Key2Collection
- filter(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.Key2Set
- filter(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.KeyCollection
- filter(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- filter(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.KeySet
- filter(Predicate<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Create a new list by applying the specified filter to all elements.
- filter(Predicate<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Create a new list by applying the specified filter to all elements.
- filter(Predicate<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Create a new list by applying the specified filter to all elements.
- filter(Predicate<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Create a new list by applying the specified filter to all elements.
- filter(Predicate<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Create a new list by applying the specified filter to all elements.
- filter(Predicate<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Create a new list by applying the specified filter to all elements.
- filter(Predicate<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Create a new list by applying the specified filter to all elements.
- filter(Predicate<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Create a new list by applying the specified filter to all elements.
- filterMap(Collection<E>, Predicate<E>, Function<E, R>) - Static method in interface org.magicwerk.brownies.collections.ICollectionTools
-
Create a new list by applying the specified filter first and then the mapping function to all elements selected.
- filterMap(Collection<E>, Predicate<E>, Function<E, R>, Supplier<C>) - Static method in interface org.magicwerk.brownies.collections.ICollectionTools
-
Create a new collection by applying the specified filter first and then the mapping function to all elements selected.
- filterMap(Predicate<E>, Function<E, R>) - Method in interface org.magicwerk.brownies.collections.ICollection
-
Create a new list by applying the specified filter first and then the mapping function to all elements selected.
- filterMap(Predicate<E>, Function<E, R>) - Method in class org.magicwerk.brownies.collections.IList
- filterMap(Predicate<E>, Function<E, R>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- filterMap(Predicate<Boolean>, Function<Boolean, R>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- filterMap(Predicate<Byte>, Function<Byte, R>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- filterMap(Predicate<Character>, Function<Character, R>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- filterMap(Predicate<Double>, Function<Double, R>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- filterMap(Predicate<Float>, Function<Float, R>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- filterMap(Predicate<Integer>, Function<Integer, R>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- filterMap(Predicate<Long>, Function<Long, R>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- filterMap(Predicate<Short>, Function<Short, R>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- finalize() - Method in class org.magicwerk.brownies.collections.BigList
- finalize() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- finalize() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- finalize() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- finalize() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- finalize() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- finalize() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- finalize() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- finalize() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- finisher - Variable in class org.magicwerk.brownies.collections.helper.GapLists.CollectorImpl
- finisher() - Method in class org.magicwerk.brownies.collections.helper.GapLists.CollectorImpl
- FIRST_AFTER - org.magicwerk.brownies.collections.helper.SortedLists.KeyPresentBehavior
-
Return the index of the first list element that compares as greater than the key, or
list.size()
if there is no such element. - FIRST_PRESENT - org.magicwerk.brownies.collections.helper.SortedLists.KeyPresentBehavior
-
Return the index of the first list element that compares as equal to the key.
- flatMap(Collection<E>, Function<E, RC>, Supplier<C>) - Static method in interface org.magicwerk.brownies.collections.ICollectionTools
-
Create a new list by applying the specified mapping function to all elements.
- flatMap(Function<E, C>) - Method in interface org.magicwerk.brownies.collections.ICollection
-
Create a new list by applying the specified mapping function to all elements.
- flatMap(Function<E, C>) - Method in class org.magicwerk.brownies.collections.IList
- flatMap(Function<E, C>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- flatMap(Function<Boolean, C>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- flatMap(Function<Byte, C>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- flatMap(Function<Character, C>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- flatMap(Function<Double, C>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- flatMap(Function<Float, C>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- flatMap(Function<Integer, C>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- flatMap(Function<Long, C>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- flatMap(Function<Short, C>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- FloatBigList - Class in org.magicwerk.brownies.collections.primitive
-
FloatBigList is a list optimized for storing large number of elements.
- FloatBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Default constructor.
- FloatBigList(boolean, FloatBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Constructor used internally, e.g.
- FloatBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Constructor.
- FloatBigList(int, int) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Internal constructor.
- FloatBigList(Collection<Float>) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Create new list with specified elements.
- FloatBigList.FloatBlock - Class in org.magicwerk.brownies.collections.primitive
-
A block stores in maximum blockSize number of elements.
- FloatBigList.FloatBlockNode - Class in org.magicwerk.brownies.collections.primitive
-
Implements an AVLNode storing a FloatBlock.
- FloatBigList.ReadOnlyFloatBigList - Class in org.magicwerk.brownies.collections.primitive
-
A read-only version of
Key1List
. - FloatBinarySearch - Class in org.magicwerk.brownies.collections.helper.primitive
-
Binary search for primitive type float.
- FloatBinarySearch() - Constructor for class org.magicwerk.brownies.collections.helper.primitive.FloatBinarySearch
- FloatBlock() - Constructor for class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlock
- FloatBlock(int) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlock
- FloatBlock(FloatBigList.FloatBlock) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlock
- FloatBlockNode(FloatBigList.FloatBlockNode, int, FloatBigList.FloatBlock, FloatBigList.FloatBlockNode, FloatBigList.FloatBlockNode) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Constructs a new node.
- FloatGapList - Class in org.magicwerk.brownies.collections.primitive
-
Class {link FloatGapList} combines the strengths of both
ArrayList
andLinkedList
. - FloatGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Construct a list with the default initial capacity.
- FloatGapList(boolean, FloatGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Constructor used internally, e.g.
- FloatGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Construct a list with specified initial capacity.
- FloatGapList(Collection<Float>) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Construct a list to contain the specified elements.
- FloatGapList.ReadOnlyList - Class in org.magicwerk.brownies.collections.primitive
-
A read-only version of
FloatGapList
. - FloatMergeSort - Class in org.magicwerk.brownies.collections.helper.primitive
-
This class implements a stable in-place merge sort.
- FloatMergeSort(IFloatList) - Constructor for class org.magicwerk.brownies.collections.helper.primitive.FloatMergeSort
- FloatObjBigList - Class in org.magicwerk.brownies.collections.primitive
-
FloatObjBigList implements the List interface and uses an instance of FloatBigList for storage.
- FloatObjBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- FloatObjBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- FloatObjBigList(Collection<? extends Float>) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- FloatObjBigList.ImmutableFloatObjBigList - Class in org.magicwerk.brownies.collections.primitive
-
An immutable version of a BigList.
- FloatObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
FloatObjGapList implements the List interface and uses an instance of FloatGapList for storage.
- FloatObjGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- FloatObjGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- FloatObjGapList(Collection<? extends Float>) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- FloatObjGapList.ImmutableFloatObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
An immutable version of a GapList.
- floatValue() - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Returns the value of this MutableInt as a float.
- forward - Variable in class org.magicwerk.brownies.collections.IList.Iter
-
true if iterator moves forward
G
- gapAddRight - Variable in class org.magicwerk.brownies.collections.GapList
-
If false (default) an element is added on the left side of the gap (favorable for adding after an insertion point, e.g.
- gapAddRight - Variable in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
If false (default) an element is added on the left side of the gap (favorable for adding after an insertion point, e.g.
- gapAddRight - Variable in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
If false (default) an element is added on the left side of the gap (favorable for adding after an insertion point, e.g.
- gapAddRight - Variable in class org.magicwerk.brownies.collections.primitive.CharGapList
-
If false (default) an element is added on the left side of the gap (favorable for adding after an insertion point, e.g.
- gapAddRight - Variable in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
If false (default) an element is added on the left side of the gap (favorable for adding after an insertion point, e.g.
- gapAddRight - Variable in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
If false (default) an element is added on the left side of the gap (favorable for adding after an insertion point, e.g.
- gapAddRight - Variable in class org.magicwerk.brownies.collections.primitive.IntGapList
-
If false (default) an element is added on the left side of the gap (favorable for adding after an insertion point, e.g.
- gapAddRight - Variable in class org.magicwerk.brownies.collections.primitive.LongGapList
-
If false (default) an element is added on the left side of the gap (favorable for adding after an insertion point, e.g.
- gapAddRight - Variable in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
If false (default) an element is added on the left side of the gap (favorable for adding after an insertion point, e.g.
- gapIndex - Variable in class org.magicwerk.brownies.collections.GapList
-
Logical index of first element after gap (ignored if gapSize=0)
- gapIndex - Variable in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Logical index of first element after gap (ignored if gapSize=0)
- gapIndex - Variable in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Logical index of first element after gap (ignored if gapSize=0)
- gapIndex - Variable in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Logical index of first element after gap (ignored if gapSize=0)
- gapIndex - Variable in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Logical index of first element after gap (ignored if gapSize=0)
- gapIndex - Variable in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Logical index of first element after gap (ignored if gapSize=0)
- gapIndex - Variable in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Logical index of first element after gap (ignored if gapSize=0)
- gapIndex - Variable in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Logical index of first element after gap (ignored if gapSize=0)
- gapIndex - Variable in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Logical index of first element after gap (ignored if gapSize=0)
- GapList<E> - Class in org.magicwerk.brownies.collections
-
Class {link GapList} combines the strengths of both
ArrayList
andLinkedList
. - GapList() - Constructor for class org.magicwerk.brownies.collections.GapList
-
Construct a list with the default initial capacity.
- GapList(boolean, GapList<E>) - Constructor for class org.magicwerk.brownies.collections.GapList
-
Constructor used internally, e.g.
- GapList(int) - Constructor for class org.magicwerk.brownies.collections.GapList
-
Construct a list with specified initial capacity.
- GapList(Collection<? extends E>) - Constructor for class org.magicwerk.brownies.collections.GapList
-
Construct a list to contain the specified elements.
- GapList.ReadOnlyList<E> - Class in org.magicwerk.brownies.collections
-
A read-only version of
GapList
. - GapListPrimitives - Class in org.magicwerk.brownies.collections.primitive
-
This class implements helper for primitives.
- GapListPrimitives() - Constructor for class org.magicwerk.brownies.collections.primitive.GapListPrimitives
- GapLists - Class in org.magicwerk.brownies.collections.helper
-
Helper class offering various functionality:
- create wrapper list objects wrapping primitive GapLists
- methods interacting with CharSequence, Reader, InputStream - GapLists() - Constructor for class org.magicwerk.brownies.collections.helper.GapLists
- GapLists.CollectorImpl<T,A,R> - Class in org.magicwerk.brownies.collections.helper
- gapSize - Variable in class org.magicwerk.brownies.collections.GapList
-
Size of gap (0 if there is no gap)
- gapSize - Variable in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Size of gap (0 if there is no gap)
- gapSize - Variable in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Size of gap (0 if there is no gap)
- gapSize - Variable in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Size of gap (0 if there is no gap)
- gapSize - Variable in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Size of gap (0 if there is no gap)
- gapSize - Variable in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Size of gap (0 if there is no gap)
- gapSize - Variable in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Size of gap (0 if there is no gap)
- gapSize - Variable in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Size of gap (0 if there is no gap)
- gapSize - Variable in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Size of gap (0 if there is no gap)
- gapStart - Variable in class org.magicwerk.brownies.collections.GapList
-
Physical position of first slot in gap (ignored if gapSize=0)
- gapStart - Variable in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Physical position of first slot in gap (ignored if gapSize=0)
- gapStart - Variable in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Physical position of first slot in gap (ignored if gapSize=0)
- gapStart - Variable in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Physical position of first slot in gap (ignored if gapSize=0)
- gapStart - Variable in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Physical position of first slot in gap (ignored if gapSize=0)
- gapStart - Variable in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Physical position of first slot in gap (ignored if gapSize=0)
- gapStart - Variable in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Physical position of first slot in gap (ignored if gapSize=0)
- gapStart - Variable in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Physical position of first slot in gap (ignored if gapSize=0)
- gapStart - Variable in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Physical position of first slot in gap (ignored if gapSize=0)
- gcd(int, int) - Method in class org.magicwerk.brownies.collections.helper.MergeSort
- gcd(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.BooleanMergeSort
- gcd(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ByteMergeSort
- gcd(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.CharMergeSort
- gcd(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.DoubleMergeSort
- gcd(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.FloatMergeSort
- gcd(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.IntMergeSort
- gcd(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.LongMergeSort
- gcd(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ShortMergeSort
- get(int) - Method in class org.magicwerk.brownies.collections.GapList
- get(int) - Method in class org.magicwerk.brownies.collections.IList
- get(int) - Method in class org.magicwerk.brownies.collections.IList.IListableFromArray
- get(int) - Method in class org.magicwerk.brownies.collections.IList.IListableFromCollection
- get(int) - Method in class org.magicwerk.brownies.collections.IList.IListableFromList
- get(int) - Method in class org.magicwerk.brownies.collections.IList.IListableFromMult
- get(int) - Method in interface org.magicwerk.brownies.collections.IListable
-
Return element at specified position
- get(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- get(int) - Method in class org.magicwerk.brownies.collections.Listables.IListableArray
- get(int) - Method in class org.magicwerk.brownies.collections.Listables.IListableList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromArray
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromCollection
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromMult
- get(int) - Method in interface org.magicwerk.brownies.collections.primitive.IBooleanListable
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromArray
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromCollection
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromMult
- get(int) - Method in interface org.magicwerk.brownies.collections.primitive.IByteListable
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromArray
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromCollection
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromMult
- get(int) - Method in interface org.magicwerk.brownies.collections.primitive.ICharListable
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromArray
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromCollection
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromMult
- get(int) - Method in interface org.magicwerk.brownies.collections.primitive.IDoubleListable
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromArray
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromCollection
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromMult
- get(int) - Method in interface org.magicwerk.brownies.collections.primitive.IFloatListable
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromArray
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromCollection
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromMult
- get(int) - Method in interface org.magicwerk.brownies.collections.primitive.IIntListable
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromArray
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromCollection
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromMult
- get(int) - Method in interface org.magicwerk.brownies.collections.primitive.ILongListable
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromArray
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromCollection
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromMult
- get(int) - Method in interface org.magicwerk.brownies.collections.primitive.IShortListable
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- get(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- get(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
- getAll(boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- getAll(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns all elements in the list equal to the specified element.
- getAll(byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- getAll(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns all elements in the list equal to the specified element.
- getAll(char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- getAll(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns all elements in the list equal to the specified element.
- getAll(double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- getAll(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns all elements in the list equal to the specified element.
- getAll(float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- getAll(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns all elements in the list equal to the specified element.
- getAll(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns all elements in the list equal to the specified element.
- getAll(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.GapList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Returns specified range of elements from list.
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns specified range of elements from list.
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns specified range of elements from list.
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns specified range of elements from list.
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns specified range of elements from list.
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns specified range of elements from list.
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns specified range of elements from list.
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns specified range of elements from list.
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns specified range of elements from list.
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- getAll(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- getAll(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns all elements in the list equal to the specified element.
- getAll(long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- getAll(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns all elements in the list equal to the specified element.
- getAll(short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- getAll(E) - Method in class org.magicwerk.brownies.collections.GapList
- getAll(E) - Method in class org.magicwerk.brownies.collections.IList
-
Returns all elements in the list equal to the specified element.
- getAll(E) - Method in class org.magicwerk.brownies.collections.Key1Collection
- getAll(E) - Method in class org.magicwerk.brownies.collections.Key1List
- getAll(E) - Method in class org.magicwerk.brownies.collections.Key1Set
- getAll(E) - Method in class org.magicwerk.brownies.collections.Key2Collection
- getAll(E) - Method in class org.magicwerk.brownies.collections.Key2List
- getAll(E) - Method in class org.magicwerk.brownies.collections.Key2Set
- getAll(E) - Method in class org.magicwerk.brownies.collections.KeyCollection
- getAll(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns all equal elements.
- getAll(E) - Method in class org.magicwerk.brownies.collections.KeyList
- getAll(E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- getAll(E) - Method in class org.magicwerk.brownies.collections.KeySet
- getAllByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns a collection with all elements with the specified key.
- getAllByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns a list with all elements with the specified key.
- getAllByKey(int, Object, Collection<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Fill the collection with all elements with the specified key.
- getAllByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Returns all elements with specified key.
- getAllByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
-
Returns all elements with specified key.
- getAllByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Set
- getAllByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns all elements with specified key.
- getAllByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns all elements with specified key.
- getAllByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Set
- getAllByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns all elements with specified key.
- getAllByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns all elements with specified key.
- getAllByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Set
- getAllKeys(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns list containing all keys in element order.
- getAllKeys(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns list containing all keys in element order.
- getAllKeys1() - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Returns list containing all keys in element order.
- getAllKeys1() - Method in class org.magicwerk.brownies.collections.Key1List
-
Returns list containing all keys in element order.
- getAllKeys1() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns list containing all keys in element order.
- getAllKeys1() - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns list containing all keys in element order.
- getAllKeys2() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns list containing all keys in element order.
- getAllKeys2() - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns list containing all keys in element order.
- getAndAdd(int) - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately prior to the addition operation. - getAndAdd(Number) - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately prior to the addition operation. - getAndDecrement() - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Decrements this instance's value by 1; this method returns the value associated with the instance immediately prior to the decrement operation.
- getAndIncrement() - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Increments this instance's value by 1; this method returns the value associated with the instance immediately prior to the increment operation.
- getBlock() - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Gets the block stored by this node.
- getBlockIndex(int, boolean, int) - Method in class org.magicwerk.brownies.collections.BigList
-
Returns index in block where the element with specified index is located.
- getBlockIndex2(int, boolean, int) - Method in class org.magicwerk.brownies.collections.BigList
- getBooleanBlock() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Gets the block stored by this node.
- getBooleanBlockIndex(int, boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Returns index in block where the element with specified index is located.
- getBooleanBlockIndex2(int, boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- getBuilder() - Method in class org.magicwerk.brownies.collections.Key1Collection
- getBuilder() - Method in class org.magicwerk.brownies.collections.Key1List
- getBuilder() - Method in class org.magicwerk.brownies.collections.Key1Set
- getBuilder() - Method in class org.magicwerk.brownies.collections.Key2Collection
- getBuilder() - Method in class org.magicwerk.brownies.collections.Key2List
- getBuilder() - Method in class org.magicwerk.brownies.collections.Key2Set
- getBuilder() - Method in class org.magicwerk.brownies.collections.KeyCollection
- getBuilder() - Method in class org.magicwerk.brownies.collections.KeyList
- getBuilder() - Method in class org.magicwerk.brownies.collections.KeySet
- getByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns value for specified key.
- getByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns value for given key.
- getByKey(KeyCollectionImpl.KeyMap<E, K>, K) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- getByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Returns element with specified key.
- getByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
-
Returns element with specified key.
- getByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns element with specified key.
- getByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns element with specified key.
- getByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns element with specified key.
- getByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns element with specified key.
- getByteBlock() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Gets the block stored by this node.
- getByteBlockIndex(int, boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Returns index in block where the element with specified index is located.
- getByteBlockIndex2(int, boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- getCharBlock() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Gets the block stored by this node.
- getCharBlockIndex(int, boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Returns index in block where the element with specified index is located.
- getCharBlockIndex2(int, boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- getComparator(Class<T>) - Static method in class org.magicwerk.brownies.collections.helper.NaturalComparator
-
Return the natural comparator for the class if it implements Comparable, otherwise null is returned.
- getContainedKey(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
- getContainedValue(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
- getCount(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns the number of equal elements.
- getCountByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns number of elements with specified key.
- getCountByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns number of elements with specified key.
- getCountByKey(KeyCollectionImpl.KeyMap<E, K>, K) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- getCountByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Returns the number of elements with specified key.
- getCountByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
-
Returns the number of elements with specified key.
- getCountByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns the number of elements with specified key.
- getCountByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns the number of elements with specified key.
- getCountByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns the number of elements with specified key.
- getCountByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns the number of elements with specified key.
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.BigList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.GapList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.IList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.KeyListImpl
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- getDefaultElem() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- getDistinct() - Method in class org.magicwerk.brownies.collections.IList
-
Returns distinct elements in the list.
- getDistinct() - Method in class org.magicwerk.brownies.collections.Key1List
- getDistinct() - Method in class org.magicwerk.brownies.collections.Key2List
- getDistinct() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns all distinct elements in the same order as in the collection.
- getDistinct() - Method in class org.magicwerk.brownies.collections.KeyList
- getDistinct() - Method in class org.magicwerk.brownies.collections.KeyListImpl
- getDistinct() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns distinct elements in the list.
- getDistinct() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns distinct elements in the list.
- getDistinct() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns distinct elements in the list.
- getDistinct() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns distinct elements in the list.
- getDistinct() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns distinct elements in the list.
- getDistinct() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns distinct elements in the list.
- getDistinct() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns distinct elements in the list.
- getDistinct() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns distinct elements in the list.
- getDistinctKeys() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
- getDistinctKeys(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns set containing all distinct keys.
- getDistinctKeys(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns set containing all distinct keys.
- getDistinctKeys1() - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Returns all distinct keys in the same order as in the key map.
- getDistinctKeys1() - Method in class org.magicwerk.brownies.collections.Key1List
-
Returns all distinct keys in the same order as in the key map.
- getDistinctKeys1() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns all distinct keys in the same order as in the key map.
- getDistinctKeys1() - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns all distinct keys in the same order as in the key map.
- getDistinctKeys2() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns all distinct keys in the same order as in the key map.
- getDistinctKeys2() - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns all distinct keys in the same order as in the key map.
- getDoubleBlock() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Gets the block stored by this node.
- getDoubleBlockIndex(int, boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Returns index in block where the element with specified index is located.
- getDoubleBlockIndex2(int, boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- getElemSortComparator() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- getFirst() - Method in interface org.magicwerk.brownies.collections.ICollection
-
Returns the first element stored in the collection.
- getFirst() - Method in class org.magicwerk.brownies.collections.IList
- getFirst() - Method in class org.magicwerk.brownies.collections.IListAsDeque
- getFirst() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- getFirst() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- getFirst() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- getFirst() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- getFirst() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- getFirst() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- getFirst() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- getFirst() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- getFirst(Collection<E>) - Static method in interface org.magicwerk.brownies.collections.ICollectionTools
-
Returns the first element stored in the collection.
- getFirstOrNull() - Method in interface org.magicwerk.brownies.collections.ICollection
-
Returns the first element stored in the collection.
- getFirstOrNull() - Method in class org.magicwerk.brownies.collections.IList
- getFirstOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- getFirstOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- getFirstOrNull() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- getFirstOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- getFirstOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- getFirstOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- getFirstOrNull() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- getFirstOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- getFirstOrNull(Collection<E>) - Static method in interface org.magicwerk.brownies.collections.ICollectionTools
-
Returns the first element stored in the collection.
- getFloatBlock() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Gets the block stored by this node.
- getFloatBlockIndex(int, boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Returns index in block where the element with specified index is located.
- getFloatBlockIndex2(int, boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- getHeight(BigList.BlockNode<E>) - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Returns the height of the node or -1 if the node is null.
- getHeight(BooleanBigList.BooleanBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Returns the height of the node or -1 if the node is null.
- getHeight(ByteBigList.ByteBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Returns the height of the node or -1 if the node is null.
- getHeight(CharBigList.CharBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Returns the height of the node or -1 if the node is null.
- getHeight(DoubleBigList.DoubleBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Returns the height of the node or -1 if the node is null.
- getHeight(FloatBigList.FloatBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Returns the height of the node or -1 if the node is null.
- getHeight(IntBigList.IntBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Returns the height of the node or -1 if the node is null.
- getHeight(LongBigList.LongBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Returns the height of the node or -1 if the node is null.
- getHeight(ShortBigList.ShortBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Returns the height of the node or -1 if the node is null.
- getIf(Collection<E>, Predicate<? super E>) - Static method in interface org.magicwerk.brownies.collections.ICollectionTools
-
Returns the first element stored in the collection which matches the predicate.
- getIf(Predicate<? super E>) - Method in interface org.magicwerk.brownies.collections.ICollection
-
Returns the first element stored in the collection which matches the predicate.
- getIf(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Get first element in the list which matches the predicate.
- getIf(Predicate<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Get first element in the list which matches the predicate.
- getIf(Predicate<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Get first element in the list which matches the predicate.
- getIf(Predicate<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Get first element in the list which matches the predicate.
- getIf(Predicate<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Get first element in the list which matches the predicate.
- getIf(Predicate<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Get first element in the list which matches the predicate.
- getIf(Predicate<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Get first element in the list which matches the predicate.
- getIf(Predicate<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Get first element in the list which matches the predicate.
- getIf(Predicate<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Get first element in the list which matches the predicate.
- getIntBlock() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Gets the block stored by this node.
- getIntBlockIndex(int, boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Returns index in block where the element with specified index is located.
- getIntBlockIndex2(int, boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- getKey() - Method in exception org.magicwerk.brownies.collections.exceptions.DuplicateKeyException
- getKey() - Method in class org.magicwerk.brownies.collections.ImmutableMapEntry
- getKey(int, E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- getKey(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
- getKey1Mapper() - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Returns mapper for key map.
- getKey1Mapper() - Method in class org.magicwerk.brownies.collections.Key1List
-
Returns mapper for key map.
- getKey1Mapper() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns mapper for key map.
- getKey1Mapper() - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns mapper for key map.
- getKey2Mapper() - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Returns mapper for key map.
- getKey2Mapper() - Method in class org.magicwerk.brownies.collections.Key2List
-
Returns mapper for key map.
- getKeyMap(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- getKeyMapBuilder(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- getKeyMapper(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns mapper for specified key map.
- getKeyMapper(int) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns mapper for specified key map.
- getLast() - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.getLast()
- getLast() - Method in class org.magicwerk.brownies.collections.IListAsDeque
- getLast() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.getLast()
- getLast() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.getLast()
- getLast() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.getLast()
- getLast() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.getLast()
- getLast() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.getLast()
- getLast() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.getLast()
- getLast() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.getLast()
- getLast() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.getLast()
- getLastOrNull() - Method in class org.magicwerk.brownies.collections.IList
-
Returns the last element stored in the list.
- getLastOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns the last element stored in the list.
- getLastOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns the last element stored in the list.
- getLastOrNull() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns the last element stored in the list.
- getLastOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns the last element stored in the list.
- getLastOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns the last element stored in the list.
- getLastOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns the last element stored in the list.
- getLastOrNull() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns the last element stored in the list.
- getLastOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns the last element stored in the list.
- getLeftSubTree() - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Gets the left node, returning null if its a faedelung.
- getLeftSubTree() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Gets the left node, returning null if its a faedelung.
- getLeftSubTree() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Gets the left node, returning null if its a faedelung.
- getLeftSubTree() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Gets the left node, returning null if its a faedelung.
- getLeftSubTree() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Gets the left node, returning null if its a faedelung.
- getLeftSubTree() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Gets the left node, returning null if its a faedelung.
- getLeftSubTree() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Gets the left node, returning null if its a faedelung.
- getLeftSubTree() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Gets the left node, returning null if its a faedelung.
- getLeftSubTree() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Gets the left node, returning null if its a faedelung.
- getLongBlock() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Gets the block stored by this node.
- getLongBlockIndex(int, boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Returns index in block where the element with specified index is located.
- getLongBlockIndex2(int, boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- getOffset(BigList.BlockNode<E>) - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Gets the relative position.
- getOffset(BooleanBigList.BooleanBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Gets the relative position.
- getOffset(ByteBigList.ByteBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Gets the relative position.
- getOffset(CharBigList.CharBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Gets the relative position.
- getOffset(DoubleBigList.DoubleBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Gets the relative position.
- getOffset(FloatBigList.FloatBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Gets the relative position.
- getOffset(IntBigList.IntBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Gets the relative position.
- getOffset(LongBigList.LongBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Gets the relative position.
- getOffset(ShortBigList.ShortBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Gets the relative position.
- getRightSubTree() - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Gets the right node, returning null if its a faedelung.
- getRightSubTree() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Gets the right node, returning null if its a faedelung.
- getRightSubTree() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Gets the right node, returning null if its a faedelung.
- getRightSubTree() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Gets the right node, returning null if its a faedelung.
- getRightSubTree() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Gets the right node, returning null if its a faedelung.
- getRightSubTree() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Gets the right node, returning null if its a faedelung.
- getRightSubTree() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Gets the right node, returning null if its a faedelung.
- getRightSubTree() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Gets the right node, returning null if its a faedelung.
- getRightSubTree() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Gets the right node, returning null if its a faedelung.
- getShortBlock() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Gets the block stored by this node.
- getShortBlockIndex(int, boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Returns index in block where the element with specified index is located.
- getShortBlockIndex2(int, boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- getSingle() - Method in interface org.magicwerk.brownies.collections.ICollection
-
Returns the only element stored in the collection.
- getSingle() - Method in class org.magicwerk.brownies.collections.IList
- getSingle() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- getSingle() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- getSingle() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- getSingle() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- getSingle() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- getSingle() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- getSingle() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- getSingle() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- getSingle(Collection<E>) - Static method in interface org.magicwerk.brownies.collections.ICollectionTools
-
Returns the only element stored in the collection.
- getSingleOrNull() - Method in interface org.magicwerk.brownies.collections.ICollection
-
Returns the only element stored in the collection or null if the collection is empty.
- getSingleOrNull() - Method in class org.magicwerk.brownies.collections.IList
- getSingleOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- getSingleOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- getSingleOrNull() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- getSingleOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- getSingleOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- getSingleOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- getSingleOrNull() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- getSingleOrNull() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- getSingleOrNull(Collection<E>) - Static method in interface org.magicwerk.brownies.collections.ICollectionTools
-
Returns the only element stored in the collection or null if the collection is empty.
- getValue() - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Gets the value as a Integer instance.
- getValue() - Method in class org.magicwerk.brownies.collections.helper.Option
-
Returns stored value.
- getValue() - Method in class org.magicwerk.brownies.collections.ImmutableMapEntry
- getValueOrNull() - Method in class org.magicwerk.brownies.collections.helper.Option
-
Returns stored value of null if no value is stored.
H
- hasElem - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapCountIter
- hasElem - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapIter
- hasElemMapBuilder() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- hasElemSet() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- hashCode() - Method in class org.magicwerk.brownies.collections.CollectionAsSet
- hashCode() - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class org.magicwerk.brownies.collections.helper.Option
- hashCode() - Method in class org.magicwerk.brownies.collections.helper.SingletonComparator
- hashCode() - Method in class org.magicwerk.brownies.collections.IList
- hashCode() - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
- hashCode() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- hashCode() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- hashCodeElem(boolean) - Static method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Helper method to calculate hash code of a element stored in the list.
- hashCodeElem(byte) - Static method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Helper method to calculate hash code of a element stored in the list.
- hashCodeElem(char) - Static method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Helper method to calculate hash code of a element stored in the list.
- hashCodeElem(double) - Static method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Helper method to calculate hash code of a element stored in the list.
- hashCodeElem(float) - Static method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Helper method to calculate hash code of a element stored in the list.
- hashCodeElem(int) - Static method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Helper method to calculate hash code of a element stored in the list.
- hashCodeElem(long) - Static method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Helper method to calculate hash code of a element stored in the list.
- hashCodeElem(short) - Static method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Helper method to calculate hash code of a element stored in the list.
- hashCodeElem(Object) - Static method in class org.magicwerk.brownies.collections.IList
-
Helper method to calculate hash code of a element stored in the list.
- hasNext() - Method in class org.magicwerk.brownies.collections.IList.Iter
- hasNext() - Method in class org.magicwerk.brownies.collections.IList.ListIter
- hasNext() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapCountIter
- hasNext() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapIter
- hasPrevious() - Method in class org.magicwerk.brownies.collections.IList.ListIter
- hasValue - Variable in class org.magicwerk.brownies.collections.helper.Option
- hasValue() - Method in class org.magicwerk.brownies.collections.helper.Option
-
Returns true if a value is stored, false otherwise
- height - Variable in class org.magicwerk.brownies.collections.BigList.BlockNode
-
How many levels of left/right are below this one.
- height - Variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
How many levels of left/right are below this one.
- height - Variable in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
How many levels of left/right are below this one.
- height - Variable in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
How many levels of left/right are below this one.
- height - Variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
How many levels of left/right are below this one.
- height - Variable in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
How many levels of left/right are below this one.
- height - Variable in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
How many levels of left/right are below this one.
- height - Variable in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
How many levels of left/right are below this one.
- height - Variable in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
How many levels of left/right are below this one.
- heightRightMinusLeft() - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Returns the height difference right - left
- heightRightMinusLeft() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Returns the height difference right - left
- heightRightMinusLeft() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Returns the height difference right - left
- heightRightMinusLeft() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Returns the height difference right - left
- heightRightMinusLeft() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Returns the height difference right - left
- heightRightMinusLeft() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Returns the height difference right - left
- heightRightMinusLeft() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Returns the height difference right - left
- heightRightMinusLeft() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Returns the height difference right - left
- heightRightMinusLeft() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Returns the height difference right - left
I
- IBooleanList - Class in org.magicwerk.brownies.collections.primitive
-
Class
IBooleanList
is the abstract class which offers all interfaces implemented by ArrayList. - IBooleanList() - Constructor for class org.magicwerk.brownies.collections.primitive.IBooleanList
- IBooleanList.IBooleanListableFromArray - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat an array as
IBooleanListable
. - IBooleanList.IBooleanListableFromCollection - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a
Collection
asIBooleanListable
. - IBooleanList.IBooleanListableFromList - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a
List
asIBooleanListable
. - IBooleanList.IBooleanListableFromMult - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a repeated element as
IBooleanListable
. - IBooleanListable - Interface in org.magicwerk.brownies.collections.primitive
- IBooleanListableFromArray(boolean[]) - Constructor for class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromArray
- IBooleanListableFromArray(boolean[], int, int) - Constructor for class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromArray
- IBooleanListableFromCollection(Collection<Boolean>) - Constructor for class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromCollection
- IBooleanListableFromList(List<Boolean>) - Constructor for class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromList
- IBooleanListableFromMult(int, boolean) - Constructor for class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromMult
- IByteList - Class in org.magicwerk.brownies.collections.primitive
-
Class
IByteList
is the abstract class which offers all interfaces implemented by ArrayList. - IByteList() - Constructor for class org.magicwerk.brownies.collections.primitive.IByteList
- IByteList.IByteListableFromArray - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat an array as
IByteListable
. - IByteList.IByteListableFromCollection - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a
Collection
asIByteListable
. - IByteList.IByteListableFromList - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a
List
asIByteListable
. - IByteList.IByteListableFromMult - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a repeated element as
IByteListable
. - IByteListable - Interface in org.magicwerk.brownies.collections.primitive
- IByteListableFromArray(byte[]) - Constructor for class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromArray
- IByteListableFromArray(byte[], int, int) - Constructor for class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromArray
- IByteListableFromCollection(Collection<Byte>) - Constructor for class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromCollection
- IByteListableFromList(List<Byte>) - Constructor for class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromList
- IByteListableFromMult(int, byte) - Constructor for class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromMult
- ICharList - Class in org.magicwerk.brownies.collections.primitive
-
Class
ICharList
is the abstract class which offers all interfaces implemented by ArrayList. - ICharList() - Constructor for class org.magicwerk.brownies.collections.primitive.ICharList
- ICharList.ICharListableFromArray - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat an array as
ICharListable
. - ICharList.ICharListableFromCollection - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a
Collection
asICharListable
. - ICharList.ICharListableFromList - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a
List
asICharListable
. - ICharList.ICharListableFromMult - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a repeated element as
ICharListable
. - ICharListable - Interface in org.magicwerk.brownies.collections.primitive
- ICharListableFromArray(char[]) - Constructor for class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromArray
- ICharListableFromArray(char[], int, int) - Constructor for class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromArray
- ICharListableFromCollection(Collection<Character>) - Constructor for class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromCollection
- ICharListableFromList(List<Character>) - Constructor for class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromList
- ICharListableFromMult(int, char) - Constructor for class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromMult
- ICollection<E> - Interface in org.magicwerk.brownies.collections
-
IList is an abstract class which offers all interfaces offered by both ArrayList and LinkedList.
- ICollectionTools - Interface in org.magicwerk.brownies.collections
-
ICollectionTools offers default implementations of Collection functionality.
- IdentMapper<E> - Class in org.magicwerk.brownies.collections.helper
-
Identity mapper.
- IdentMapper() - Constructor for class org.magicwerk.brownies.collections.helper.IdentMapper
-
Prevent construction.
- IDoubleList - Class in org.magicwerk.brownies.collections.primitive
-
Class
IDoubleList
is the abstract class which offers all interfaces implemented by ArrayList. - IDoubleList() - Constructor for class org.magicwerk.brownies.collections.primitive.IDoubleList
- IDoubleList.IDoubleListableFromArray - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat an array as
IDoubleListable
. - IDoubleList.IDoubleListableFromCollection - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a
Collection
asIDoubleListable
. - IDoubleList.IDoubleListableFromList - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a
List
asIDoubleListable
. - IDoubleList.IDoubleListableFromMult - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a repeated element as
IDoubleListable
. - IDoubleListable - Interface in org.magicwerk.brownies.collections.primitive
- IDoubleListableFromArray(double[]) - Constructor for class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromArray
- IDoubleListableFromArray(double[], int, int) - Constructor for class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromArray
- IDoubleListableFromCollection(Collection<Double>) - Constructor for class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromCollection
- IDoubleListableFromList(List<Double>) - Constructor for class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromList
- IDoubleListableFromMult(int, double) - Constructor for class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromMult
- IFloatList - Class in org.magicwerk.brownies.collections.primitive
-
Class
IFloatList
is the abstract class which offers all interfaces implemented by ArrayList. - IFloatList() - Constructor for class org.magicwerk.brownies.collections.primitive.IFloatList
- IFloatList.IFloatListableFromArray - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat an array as
IFloatListable
. - IFloatList.IFloatListableFromCollection - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a
Collection
asIFloatListable
. - IFloatList.IFloatListableFromList - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a
List
asIFloatListable
. - IFloatList.IFloatListableFromMult - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a repeated element as
IFloatListable
. - IFloatListable - Interface in org.magicwerk.brownies.collections.primitive
- IFloatListableFromArray(float[]) - Constructor for class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromArray
- IFloatListableFromArray(float[], int, int) - Constructor for class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromArray
- IFloatListableFromCollection(Collection<Float>) - Constructor for class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromCollection
- IFloatListableFromList(List<Float>) - Constructor for class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromList
- IFloatListableFromMult(int, float) - Constructor for class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromMult
- IIntList - Class in org.magicwerk.brownies.collections.primitive
-
Class
IIntList
is the abstract class which offers all interfaces implemented by ArrayList. - IIntList() - Constructor for class org.magicwerk.brownies.collections.primitive.IIntList
- IIntList.IIntListableFromArray - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat an array as
IIntListable
. - IIntList.IIntListableFromCollection - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a
Collection
asIIntListable
. - IIntList.IIntListableFromList - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a
List
asIIntListable
. - IIntList.IIntListableFromMult - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a repeated element as
IIntListable
. - IIntListable - Interface in org.magicwerk.brownies.collections.primitive
- IIntListableFromArray(int[]) - Constructor for class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromArray
- IIntListableFromArray(int[], int, int) - Constructor for class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromArray
- IIntListableFromCollection(Collection<Integer>) - Constructor for class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromCollection
- IIntListableFromList(List<Integer>) - Constructor for class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromList
- IIntListableFromMult(int, int) - Constructor for class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromMult
- IList<E> - Class in org.magicwerk.brownies.collections
-
Class
IList
is the abstract class which offers all interfaces implemented by ArrayList. - IList() - Constructor for class org.magicwerk.brownies.collections.IList
- IList.IListableFromArray<E> - Class in org.magicwerk.brownies.collections
-
Wrapper to treat an array as
IListable
. - IList.IListableFromCollection<E> - Class in org.magicwerk.brownies.collections
-
Wrapper to treat a
Collection
asIListable
. - IList.IListableFromList<E> - Class in org.magicwerk.brownies.collections
-
Wrapper to treat a
List
asIListable
. - IList.IListableFromMult<E> - Class in org.magicwerk.brownies.collections
-
Wrapper to treat a repeated element as
IListable
. - IList.Iter - Class in org.magicwerk.brownies.collections
-
Iterator supports forward and reverse iteration.
- IList.ListIter - Class in org.magicwerk.brownies.collections
-
Iterator supports forward and reverse iteration.
- IListable<E> - Interface in org.magicwerk.brownies.collections
-
Interface
IListable
offers a minimalist interface for accessing a list or an array. - IListableArray(E[]) - Constructor for class org.magicwerk.brownies.collections.Listables.IListableArray
- IListableFromArray(E[]) - Constructor for class org.magicwerk.brownies.collections.IList.IListableFromArray
- IListableFromArray(E[], int, int) - Constructor for class org.magicwerk.brownies.collections.IList.IListableFromArray
- IListableFromCollection(Collection<? extends E>) - Constructor for class org.magicwerk.brownies.collections.IList.IListableFromCollection
- IListableFromList(List<? extends E>) - Constructor for class org.magicwerk.brownies.collections.IList.IListableFromList
- IListableFromMult(int, E) - Constructor for class org.magicwerk.brownies.collections.IList.IListableFromMult
- IListableList(List<E>) - Constructor for class org.magicwerk.brownies.collections.Listables.IListableList
- IListAsDeque<E> - Class in org.magicwerk.brownies.collections
- IListAsDeque(IList<E>) - Constructor for class org.magicwerk.brownies.collections.IListAsDeque
- ILongList - Class in org.magicwerk.brownies.collections.primitive
-
Class
ILongList
is the abstract class which offers all interfaces implemented by ArrayList. - ILongList() - Constructor for class org.magicwerk.brownies.collections.primitive.ILongList
- ILongList.ILongListableFromArray - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat an array as
ILongListable
. - ILongList.ILongListableFromCollection - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a
Collection
asILongListable
. - ILongList.ILongListableFromList - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a
List
asILongListable
. - ILongList.ILongListableFromMult - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a repeated element as
ILongListable
. - ILongListable - Interface in org.magicwerk.brownies.collections.primitive
- ILongListableFromArray(long[]) - Constructor for class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromArray
- ILongListableFromArray(long[], int, int) - Constructor for class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromArray
- ILongListableFromCollection(Collection<Long>) - Constructor for class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromCollection
- ILongListableFromList(List<Long>) - Constructor for class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromList
- ILongListableFromMult(int, long) - Constructor for class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromMult
- immutable - Variable in class org.magicwerk.brownies.collections.CollectionAsSet
- immutable - Variable in class org.magicwerk.brownies.collections.KeyCollectionAsMap
- immutable(boolean...) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Create new immutable list with specified elements.
- immutable(byte...) - Static method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Create new immutable list with specified elements.
- immutable(char...) - Static method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Create new immutable list with specified elements.
- immutable(double...) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Create new immutable list with specified elements.
- immutable(float...) - Static method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Create new immutable list with specified elements.
- immutable(int...) - Static method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Create new immutable list with specified elements.
- immutable(long...) - Static method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Create new immutable list with specified elements.
- immutable(short...) - Static method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Create new immutable list with specified elements.
- immutable(E...) - Static method in class org.magicwerk.brownies.collections.GapList
-
Create new immutable list with specified elements.
- immutable(Collection<? extends E>) - Static method in class org.magicwerk.brownies.collections.GapList
-
Create new immutable list with specified elements.
- immutable(Collection<Boolean>) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Create new immutable list with specified elements.
- immutable(Collection<Byte>) - Static method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Create new immutable list with specified elements.
- immutable(Collection<Character>) - Static method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Create new immutable list with specified elements.
- immutable(Collection<Double>) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Create new immutable list with specified elements.
- immutable(Collection<Float>) - Static method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Create new immutable list with specified elements.
- immutable(Collection<Integer>) - Static method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Create new immutable list with specified elements.
- immutable(Collection<Long>) - Static method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Create new immutable list with specified elements.
- immutable(Collection<Short>) - Static method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Create new immutable list with specified elements.
- ImmutableBooleanObjBigList(BooleanObjBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanObjBigList.ImmutableBooleanObjBigList
-
Private constructor used internally.
- ImmutableBooleanObjGapList(BooleanObjGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanObjGapList.ImmutableBooleanObjGapList
-
Private constructor used internally.
- ImmutableByteObjBigList(ByteObjBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteObjBigList.ImmutableByteObjBigList
-
Private constructor used internally.
- ImmutableByteObjGapList(ByteObjGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteObjGapList.ImmutableByteObjGapList
-
Private constructor used internally.
- ImmutableCharObjBigList(CharObjBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.CharObjBigList.ImmutableCharObjBigList
-
Private constructor used internally.
- ImmutableCharObjGapList(CharObjGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.CharObjGapList.ImmutableCharObjGapList
-
Private constructor used internally.
- ImmutableDoubleObjBigList(DoubleObjBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleObjBigList.ImmutableDoubleObjBigList
-
Private constructor used internally.
- ImmutableDoubleObjGapList(DoubleObjGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleObjGapList.ImmutableDoubleObjGapList
-
Private constructor used internally.
- ImmutableFloatObjBigList(FloatObjBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatObjBigList.ImmutableFloatObjBigList
-
Private constructor used internally.
- ImmutableFloatObjGapList(FloatObjGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatObjGapList.ImmutableFloatObjGapList
-
Private constructor used internally.
- ImmutableIntObjBigList(IntObjBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.IntObjBigList.ImmutableIntObjBigList
-
Private constructor used internally.
- ImmutableIntObjGapList(IntObjGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.IntObjGapList.ImmutableIntObjGapList
-
Private constructor used internally.
- ImmutableKeyList(KeyList<E>) - Constructor for class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
-
Private constructor used internally.
- immutableList() - Method in class org.magicwerk.brownies.collections.BigList
- immutableList() - Method in class org.magicwerk.brownies.collections.GapList
- immutableList() - Method in class org.magicwerk.brownies.collections.IList
-
Returns an immutable copy of this list.
- immutableList() - Method in class org.magicwerk.brownies.collections.Key1List
- immutableList() - Method in class org.magicwerk.brownies.collections.Key2List
- immutableList() - Method in class org.magicwerk.brownies.collections.KeyList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns an immutable copy of this list.
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns an immutable copy of this list.
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns an immutable copy of this list.
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns an immutable copy of this list.
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns an immutable copy of this list.
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns an immutable copy of this list.
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns an immutable copy of this list.
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns an immutable copy of this list.
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- immutableList() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- ImmutableLongObjBigList(LongObjBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.LongObjBigList.ImmutableLongObjBigList
-
Private constructor used internally.
- ImmutableLongObjGapList(LongObjGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.LongObjGapList.ImmutableLongObjGapList
-
Private constructor used internally.
- 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.
- ImmutableShortObjBigList(ShortObjBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortObjBigList.ImmutableShortObjBigList
-
Private constructor used internally.
- ImmutableShortObjGapList(ShortObjGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortObjGapList.ImmutableShortObjGapList
-
Private constructor used internally.
- increment() - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Increments the value.
- incrementAndGet() - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Increments this instance's value by 1; this method returns the value associated with the instance immediately after the increment operation.
- index - Variable in class org.magicwerk.brownies.collections.IList.Iter
-
current index
- index - Variable in class org.magicwerk.brownies.collections.IList.ListIter
-
current index
- 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(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.IList
- 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(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- indexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- 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
- 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.
- indexOfIf(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Returns the index of the first element which matches the specified predicate in this list.
- indexOfIf(Predicate<? super E>, int) - Method in class org.magicwerk.brownies.collections.IList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- indexOfIf(Predicate<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns the index of the first element which matches the specified predicate in this list.
- indexOfIf(Predicate<Boolean>, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- indexOfIf(Predicate<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns the index of the first element which matches the specified predicate in this list.
- indexOfIf(Predicate<Byte>, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- indexOfIf(Predicate<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns the index of the first element which matches the specified predicate in this list.
- indexOfIf(Predicate<Character>, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- indexOfIf(Predicate<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns the index of the first element which matches the specified predicate in this list.
- indexOfIf(Predicate<Double>, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- indexOfIf(Predicate<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns the index of the first element which matches the specified predicate in this list.
- indexOfIf(Predicate<Float>, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- indexOfIf(Predicate<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns the index of the first element which matches the specified predicate in this list.
- indexOfIf(Predicate<Integer>, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- indexOfIf(Predicate<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns the index of the first element which matches the specified predicate in this list.
- indexOfIf(Predicate<Long>, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- indexOfIf(Predicate<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns the index of the first element which matches the specified predicate in this list.
- indexOfIf(Predicate<Short>, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns the index of the first element which matches the specified predicate in this list, starting the search at the specified position.
- 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.
- indexOfSorted(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- init() - Method in class org.magicwerk.brownies.collections.GapList
-
Initialize the list to be empty.
- init() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Initialize the list to be empty.
- init() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- init() - 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() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- init() - 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() - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- init() - 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() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- init() - 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() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- init() - 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() - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- init() - 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() - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- init() - 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() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- init() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- init(boolean...) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Initialize the list to contain the specified elements only.
- init(boolean[], int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Initialize all instance fields.
- init(byte...) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Initialize the list to contain the specified elements only.
- init(byte[], int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Initialize all instance fields.
- init(char...) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Initialize the list to contain the specified elements only.
- init(char[], int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Initialize all instance fields.
- init(double...) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Initialize the list to contain the specified elements only.
- init(double[], int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Initialize all instance fields.
- init(float...) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Initialize the list to contain the specified elements only.
- init(float[], int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Initialize all instance fields.
- init(int...) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Initialize the list to contain the specified elements only.
- init(int[], int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Initialize all instance fields.
- init(long...) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Initialize the list to contain the specified elements only.
- init(long[], int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Initialize all instance fields.
- init(short...) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Initialize the list to contain the specified elements only.
- init(short[], int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Initialize all instance fields.
- init(E...) - Method in class org.magicwerk.brownies.collections.GapList
-
Initialize the list to contain the specified elements only.
- init(Boolean...) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- init(Boolean...) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- init(Byte...) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- init(Byte...) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- init(Character...) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- init(Character...) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- init(Double...) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- init(Double...) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- init(Float...) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- init(Float...) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- init(Integer...) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- init(Integer...) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- init(Long...) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- init(Long...) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- init(Object[], int) - Method in class org.magicwerk.brownies.collections.GapList
-
Initialize all instance fields.
- init(Short...) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- init(Short...) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- init(String) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- init(String) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- init(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.GapList
-
Initialize the list to contain the specified elements only.
- init(Collection<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- init(Collection<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- init(Collection<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- init(Collection<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- init(Collection<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- init(Collection<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- init(Collection<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- init(Collection<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- init(Collection<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- init(Collection<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- init(Collection<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- init(Collection<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- init(Collection<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- init(Collection<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- init(Collection<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- init(Collection<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- init(Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Initialize the list to contain the specified elements only.
- init(Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Initialize the list to contain the specified elements only.
- init(Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Initialize the list to contain the specified elements only.
- init(Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Initialize the list to contain the specified elements only.
- init(Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Initialize the list to contain the specified elements only.
- init(Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Initialize the list to contain the specified elements only.
- init(Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Initialize the list to contain the specified elements only.
- init(Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Initialize the list to contain the specified elements only.
- init(KeyCollectionImpl) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
This method is called if a KeyCollection, Key1Collection, Key2Collection is initialized.
- init(KeyCollectionImpl, KeyListImpl) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
This method is called if a KeyList, Key1List, Key2List is initialized.
- 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(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(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(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(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(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(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(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(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.
- 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(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(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(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(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(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(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(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(IShortList) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Initializes the list so it will afterwards only contain the elements of the collection.
- 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.
- initArray(E...) - Method in class org.magicwerk.brownies.collections.IList
-
Initializes the list so it will afterwards only contain the elements of the array.
- initClone(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Initialize this object after the bitwise copy has been made by Object.clone().
- initCopy(KeyCollectionImpl<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Initialize object for copy() operation.
- initCopy(KeyListImpl<E>) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Initialize object for copy() operation.
- initCrop(KeyCollectionImpl<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Initialize object for crop() operation.
- initCrop(KeyListImpl<E>) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Initialize object for crop() operation.
- initKeyMapBuilder(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- initList() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- 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 elementelem
. - 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 elementelem
. - 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 elementelem
. - 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 elementelem
. - 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 elementelem
. - 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 elementelem
. - 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 elementelem
. - 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 elementelem
. - 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 elementelem
. - insert(int, BigList.Block<E>) - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Inserts new node holding specified block at the position index.
- insert(int, BooleanBigList.BooleanBlock) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Inserts new node holding specified block at the position index.
- insert(int, ByteBigList.ByteBlock) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Inserts new node holding specified block at the position index.
- insert(int, CharBigList.CharBlock) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Inserts new node holding specified block at the position index.
- insert(int, DoubleBigList.DoubleBlock) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Inserts new node holding specified block at the position index.
- insert(int, FloatBigList.FloatBlock) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Inserts new node holding specified block at the position index.
- insert(int, IntBigList.IntBlock) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Inserts new node holding specified block at the position index.
- insert(int, LongBigList.LongBlock) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Inserts new node holding specified block at the position index.
- insert(int, ShortBigList.ShortBlock) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Inserts new node holding specified block at the position index.
- insertOnLeft(int, BigList.Block<E>) - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Inserts new node holding specified block on the node's left side.
- insertOnLeft(int, BooleanBigList.BooleanBlock) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Inserts new node holding specified block on the node's left side.
- insertOnLeft(int, ByteBigList.ByteBlock) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Inserts new node holding specified block on the node's left side.
- insertOnLeft(int, CharBigList.CharBlock) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Inserts new node holding specified block on the node's left side.
- insertOnLeft(int, DoubleBigList.DoubleBlock) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Inserts new node holding specified block on the node's left side.
- insertOnLeft(int, FloatBigList.FloatBlock) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Inserts new node holding specified block on the node's left side.
- insertOnLeft(int, IntBigList.IntBlock) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Inserts new node holding specified block on the node's left side.
- insertOnLeft(int, LongBigList.LongBlock) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Inserts new node holding specified block on the node's left side.
- insertOnLeft(int, ShortBigList.ShortBlock) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Inserts new node holding specified block on the node's left side.
- insertOnRight(int, BigList.Block<E>) - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Inserts new node holding specified block on the node's right side.
- insertOnRight(int, BooleanBigList.BooleanBlock) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Inserts new node holding specified block on the node's right side.
- insertOnRight(int, ByteBigList.ByteBlock) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Inserts new node holding specified block on the node's right side.
- insertOnRight(int, CharBigList.CharBlock) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Inserts new node holding specified block on the node's right side.
- insertOnRight(int, DoubleBigList.DoubleBlock) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Inserts new node holding specified block on the node's right side.
- insertOnRight(int, FloatBigList.FloatBlock) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Inserts new node holding specified block on the node's right side.
- insertOnRight(int, IntBigList.IntBlock) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Inserts new node holding specified block on the node's right side.
- insertOnRight(int, LongBigList.LongBlock) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Inserts new node holding specified block on the node's right side.
- insertOnRight(int, ShortBigList.ShortBlock) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Inserts new node holding specified block on the node's right side.
- insertSort(int, int) - Method in class org.magicwerk.brownies.collections.helper.MergeSort
- insertSort(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.BooleanMergeSort
- insertSort(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ByteMergeSort
- insertSort(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.CharMergeSort
- insertSort(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.DoubleMergeSort
- insertSort(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.FloatMergeSort
- insertSort(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.IntMergeSort
- insertSort(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.LongMergeSort
- insertSort(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ShortMergeSort
- INSTANCE - Static variable in class org.magicwerk.brownies.collections.helper.IdentMapper
-
Singleton instance
- INSTANCE - Static variable in class org.magicwerk.brownies.collections.helper.NaturalComparator
-
Singleton instance.
- INSTANCE() - Static method in class org.magicwerk.brownies.collections.helper.NaturalComparator
-
Returns singleton instance.
- INSTANCE(Class<T>) - Static method in class org.magicwerk.brownies.collections.helper.NaturalComparator
-
Returns singleton instance.
- 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(boolean, IntBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.IntBigList
-
Constructor used internally, e.g.
- IntBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.IntBigList
-
Constructor.
- IntBigList(int, int) - Constructor for class org.magicwerk.brownies.collections.primitive.IntBigList
-
Internal constructor.
- IntBigList(Collection<Integer>) - Constructor for class org.magicwerk.brownies.collections.primitive.IntBigList
-
Create new list with specified elements.
- IntBigList.IntBlock - Class in org.magicwerk.brownies.collections.primitive
-
A block stores in maximum blockSize number of elements.
- IntBigList.IntBlockNode - Class in org.magicwerk.brownies.collections.primitive
-
Implements an AVLNode storing a IntBlock.
- IntBigList.ReadOnlyIntBigList - Class in org.magicwerk.brownies.collections.primitive
-
A read-only version of
Key1List
. - 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
- IntBlock() - Constructor for class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlock
- IntBlock(int) - Constructor for class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlock
- IntBlock(IntBigList.IntBlock) - Constructor for class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlock
- IntBlockNode(IntBigList.IntBlockNode, int, IntBigList.IntBlock, IntBigList.IntBlockNode, IntBigList.IntBlockNode) - Constructor for class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Constructs a new node.
- IntGapList - Class in org.magicwerk.brownies.collections.primitive
-
Class {link IntGapList} combines the strengths of both
ArrayList
andLinkedList
. - IntGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.IntGapList
-
Construct a list with the default initial capacity.
- IntGapList(boolean, IntGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.IntGapList
-
Constructor used internally, e.g.
- 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.ReadOnlyList - Class in org.magicwerk.brownies.collections.primitive
-
A read-only version of
IntGapList
. - IntMergeSort - Class in org.magicwerk.brownies.collections.helper.primitive
-
This class implements a stable in-place merge sort.
- IntMergeSort(IIntList) - Constructor for class org.magicwerk.brownies.collections.helper.primitive.IntMergeSort
- 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
- IntObjBigList.ImmutableIntObjBigList - Class in org.magicwerk.brownies.collections.primitive
-
An immutable version of a BigList.
- 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
- IntObjGapList.ImmutableIntObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
An immutable version of a GapList.
- intValue() - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Returns the value of this MutableInt as an int.
- 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
- invalidate(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Invalidate element, i.e.
- invalidate(E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Invalidate element, i.e.
- invalidate(KeyCollectionImpl.KeyMap, Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- invalidateKey(int, Object, Object, E) - Method in class org.magicwerk.brownies.collections.Key1List.ReadOnlyKey1List
- invalidateKey(int, Object, Object, E) - Method in class org.magicwerk.brownies.collections.Key2List.ReadOnlyKey2List
- invalidateKey(int, Object, Object, E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Invalidate key value of element.
- invalidateKey(int, Object, Object, E) - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
- invalidateKey(int, Object, Object, E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
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.
- 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.
- 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.
- INVERTED_INSERTION_INDEX - org.magicwerk.brownies.collections.helper.SortedLists.KeyAbsentBehavior
-
Return
~insertionIndex
, whereinsertionIndex
is defined as the point at which the key would be inserted into the list: the index of the next higher element in the list, orlist.size()
if there is no such element. - isContainsFast() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Determines whether calling contains() will be fast, i.e.
- isContainsFast() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Determines whether calling contains() will be fast, i.e.
- 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.IListAsDeque
- 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
- isFalse(Boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- IShortList - Class in org.magicwerk.brownies.collections.primitive
-
Class
IShortList
is the abstract class which offers all interfaces implemented by ArrayList. - IShortList() - Constructor for class org.magicwerk.brownies.collections.primitive.IShortList
- IShortList.IShortListableFromArray - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat an array as
IShortListable
. - IShortList.IShortListableFromCollection - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a
Collection
asIShortListable
. - IShortList.IShortListableFromList - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a
List
asIShortListable
. - IShortList.IShortListableFromMult - Class in org.magicwerk.brownies.collections.primitive
-
Wrapper to treat a repeated element as
IShortListable
. - IShortListable - Interface in org.magicwerk.brownies.collections.primitive
- IShortListableFromArray(short[]) - Constructor for class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromArray
- IShortListableFromArray(short[], int, int) - Constructor for class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromArray
- IShortListableFromCollection(Collection<Short>) - Constructor for class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromCollection
- IShortListableFromList(List<Short>) - Constructor for class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromList
- IShortListableFromMult(int, short) - Constructor for class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromMult
- isIndexOfFast() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Determines whether calling indexOf() will be fast, i.e.
- isNormalized() - Method in class org.magicwerk.brownies.collections.GapList
-
Checks whether elements are stored normalized, i.e.
- isNormalized() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Checks whether elements are stored normalized, i.e.
- isNormalized() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Checks whether elements are stored normalized, i.e.
- isNormalized() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Checks whether elements are stored normalized, i.e.
- isNormalized() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Checks whether elements are stored normalized, i.e.
- isNormalized() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Checks whether elements are stored normalized, i.e.
- isNormalized() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Checks whether elements are stored normalized, i.e.
- isNormalized() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Checks whether elements are stored normalized, i.e.
- isNormalized() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Checks whether elements are stored normalized, i.e.
- isOnlyRootBlock() - Method in class org.magicwerk.brownies.collections.BigList
- isOnlyRootBooleanBlock() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- isOnlyRootByteBlock() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- isOnlyRootCharBlock() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- isOnlyRootDoubleBlock() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- isOnlyRootFloatBlock() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- isOnlyRootIntBlock() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- isOnlyRootLongBlock() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- isOnlyRootShortBlock() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- isPrimaryMap() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
- isReadOnly() - Method in class org.magicwerk.brownies.collections.BigList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.GapList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.IList
-
Returns true if this list is either unmodifiable or immutable, false otherwise.
- isReadOnly() - Method in class org.magicwerk.brownies.collections.Key1List
- isReadOnly() - Method in class org.magicwerk.brownies.collections.Key2List
- isReadOnly() - Method in class org.magicwerk.brownies.collections.KeyList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns true if this list is either unmodifiable or immutable, false otherwise.
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns true if this list is either unmodifiable or immutable, false otherwise.
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns true if this list is either unmodifiable or immutable, false otherwise.
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns true if this list is either unmodifiable or immutable, false otherwise.
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns true if this list is either unmodifiable or immutable, false otherwise.
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns true if this list is either unmodifiable or immutable, false otherwise.
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns true if this list is either unmodifiable or immutable, false otherwise.
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns true if this list is either unmodifiable or immutable, false otherwise.
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- isReadOnly() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- isShared() - Method in class org.magicwerk.brownies.collections.BigList.Block
- isShared() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlock
- isShared() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlock
- isShared() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlock
- isShared() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlock
- isShared() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlock
- isShared() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlock
- isShared() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlock
- isShared() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlock
- 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.
- isSortedByElem() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- isTrue(Boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- iter - Variable in class org.magicwerk.brownies.collections.IList.IListableFromCollection
- iter - Variable in class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromCollection
- iter - Variable in class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromCollection
- iter - Variable in class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromCollection
- iter - Variable in class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromCollection
- iter - Variable in class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromCollection
- iter - Variable in class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromCollection
- iter - Variable in class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromCollection
- iter - Variable in class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromCollection
- Iter(boolean) - Constructor for class org.magicwerk.brownies.collections.IList.Iter
-
Constructor.
- 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.IListAsDeque
- iterator() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- iteratorValues(KeyCollectionImpl<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
K
- key - Variable in exception org.magicwerk.brownies.collections.exceptions.DuplicateKeyException
-
Key which is not allowed due to a duplicate
- key - Variable in class org.magicwerk.brownies.collections.ImmutableMapEntry
- Key1Collection<E,K> - Class in org.magicwerk.brownies.collections
-
Key1Collection implements a collection with 1 key.
- Key1Collection() - Constructor for class org.magicwerk.brownies.collections.Key1Collection
-
Protected constructor used by builder or derived collections.
- Key1Collection.Builder<E,K> - Class in org.magicwerk.brownies.collections
-
Builder to construct Key1Collection instances.
- Key1List<E,K> - Class in org.magicwerk.brownies.collections
-
Key1List implements a key list with 1 key.
- Key1List() - Constructor for class org.magicwerk.brownies.collections.Key1List
-
Protected constructor used by builder or derived collections.
- Key1List(boolean, Key1List<E, K>) - Constructor for class org.magicwerk.brownies.collections.Key1List
- Key1List.Builder<E,K> - Class in org.magicwerk.brownies.collections
-
Builder to construct Key1List instances.
- Key1List.ReadOnlyKey1List<E,K> - Class in org.magicwerk.brownies.collections
-
A read-only version of
Key1List
. - Key1Set<E,K> - Class in org.magicwerk.brownies.collections
-
Key1Set implements a set.
- Key1Set() - Constructor for class org.magicwerk.brownies.collections.Key1Set
-
Protected constructor used by builder or derived collections.
- Key1Set.Builder<E,K> - Class in org.magicwerk.brownies.collections
-
Builder to construct Key1Set instances.
- Key2Collection<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
Key2Collection implements a collection with 2 keys.
- Key2Collection() - Constructor for class org.magicwerk.brownies.collections.Key2Collection
-
Protected constructor used by builder or derived collections.
- Key2Collection.Builder<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
Builder to construct Key2Collection instances.
- Key2List<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
Key2List implements a key list with 2 keys.
- Key2List() - Constructor for class org.magicwerk.brownies.collections.Key2List
-
Protected constructor used by builder or derived collections.
- Key2List(boolean, Key2List<E, K1, K2>) - Constructor for class org.magicwerk.brownies.collections.Key2List
- Key2List.Builder<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
Builder to construct Key2List instances.
- Key2List.ReadOnlyKey2List<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
A read-only version of
Key2List
. - Key2Set<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
Key2Set implements a set.
- Key2Set() - Constructor for class org.magicwerk.brownies.collections.Key2Set
-
Protected constructor used by builder or derived collections.
- Key2Set.Builder<E,K1,K2> - Class in org.magicwerk.brownies.collections
-
Builder to construct Key2Set instances.
- KeyAbsentBehavior() - Constructor for enum org.magicwerk.brownies.collections.helper.SortedLists.KeyAbsentBehavior
- keyColl - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- keyColl - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapCountIter
- keyColl - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapIter
- keyColl - Variable in class org.magicwerk.brownies.collections.KeyListImpl
-
Key collection used for key storage (never null).
- KeyCollection<E> - Class in org.magicwerk.brownies.collections
-
KeyCollection implements a collection.
- KeyCollection() - Constructor for class org.magicwerk.brownies.collections.KeyCollection
-
Protected constructor used by builder or derived collections.
- KeyCollection.Builder<E> - Class in org.magicwerk.brownies.collections
-
Builder to construct KeyCollection instances.
- KeyCollectionAsMap<K,E> - Class in org.magicwerk.brownies.collections
-
Implements a Map based on a key map in a KeyCollection or KeyList.
- KeyCollectionAsMap(KeyCollectionImpl<E>, int, boolean) - Constructor for class org.magicwerk.brownies.collections.KeyCollectionAsMap
- KeyCollectionAsMap(KeyListImpl<E>, int, boolean) - Constructor for class org.magicwerk.brownies.collections.KeyCollectionAsMap
- KeyCollectionAsSet<E> - Class in org.magicwerk.brownies.collections
-
Implements a Set based on a Collection.
- KeyCollectionAsSet(KeyCollectionImpl<E>, boolean) - Constructor for class org.magicwerk.brownies.collections.KeyCollectionAsSet
- KeyCollectionImpl<E> - Class in org.magicwerk.brownies.collections
-
Add: - validation fails: null / constraint - duplicate not allowed (mode replace) Triggers: - triggers are called after the add/remove operation has finished - if an exception is thrown in the trigger, the change already made to the collection is not undone
- KeyCollectionImpl() - Constructor for class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Private constructor.
- KeyCollectionImpl.BuilderImpl<E> - Class in org.magicwerk.brownies.collections
-
Implementation of builder.
- KeyCollectionImpl.BuilderImpl.KeyMapBuilder<E,K> - Class in org.magicwerk.brownies.collections
- KeyCollectionImpl.KeyMap<E,K> - Class in org.magicwerk.brownies.collections
- KeyCollectionImpl.KeyMap.KeyMapCountIter<E,K> - Class in org.magicwerk.brownies.collections
- KeyCollectionImpl.KeyMap.KeyMapIter<E,K> - Class in org.magicwerk.brownies.collections
- KeyCollectionImpl.KeyMapList<E> - Class in org.magicwerk.brownies.collections
-
List type used to store multiple elements.
- KeyException - Exception in org.magicwerk.brownies.collections.exceptions
-
All exceptions thrown in KeyCollection/KeyList implementations are of type KeyException.
- KeyException() - Constructor for exception org.magicwerk.brownies.collections.exceptions.KeyException
- KeyException(String) - Constructor for exception org.magicwerk.brownies.collections.exceptions.KeyException
- KeyException(String, Throwable) - Constructor for exception org.magicwerk.brownies.collections.exceptions.KeyException
- KeyException(Throwable) - Constructor for exception org.magicwerk.brownies.collections.exceptions.KeyException
- keyIndex - Variable in class org.magicwerk.brownies.collections.KeyCollectionAsMap
- keyList - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- keyList - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Back pointer to KeyListImpl if this object is used to implement a KeyList, Key1List, Key2List.
- KeyList<E> - Class in org.magicwerk.brownies.collections
-
KeyList implements a list.
- KeyList() - Constructor for class org.magicwerk.brownies.collections.KeyList
-
Protected constructor used by builder or derived collections.
- KeyList(boolean, KeyList<E>) - Constructor for class org.magicwerk.brownies.collections.KeyList
- KeyList.Builder<E> - Class in org.magicwerk.brownies.collections
-
Builder to construct KeyList instances.
- KeyList.ImmutableKeyList<E> - Class in org.magicwerk.brownies.collections
-
A read-only version of
KeyList
. - KeyListImpl<E> - Class in org.magicwerk.brownies.collections
-
A KeyList add key handling features to GapList.
- KeyListImpl() - Constructor for class org.magicwerk.brownies.collections.KeyListImpl
-
Constructor.
- KeyListImpl(boolean, KeyListImpl<E>) - Constructor for class org.magicwerk.brownies.collections.KeyListImpl
- keyMap - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapCountIter
- keyMap - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapIter
- KeyMap() - Constructor for class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
- KeyMapBuilder() - Constructor for class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl.KeyMapBuilder
- keyMapBuilders - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- KeyMapCountIter(KeyCollectionImpl<E>, KeyCollectionImpl.KeyMap<E, K>, Map<E, MutableInt>) - Constructor for class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapCountIter
- KeyMapIter(KeyCollectionImpl<E>, KeyCollectionImpl.KeyMap<E, K>, Map<K, Object>) - Constructor for class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapIter
- KeyMapList() - Constructor for class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMapList
- KeyMapList(KeyCollectionImpl.KeyMapList<E>) - Constructor for class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMapList
- keyMaps - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Maps for element and all defined keys.
- KeyPresentBehavior() - Constructor for enum org.magicwerk.brownies.collections.helper.SortedLists.KeyPresentBehavior
- keySet() - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
- KeySet<E> - Class in org.magicwerk.brownies.collections
-
KeySet implements a set.
- KeySet() - Constructor for class org.magicwerk.brownies.collections.KeySet
-
Protected constructor used by builder or derived collections.
- KeySet.Builder<E> - Class in org.magicwerk.brownies.collections
-
Builder to construct KeySet instances.
- keysList - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
-
Key storage if this is a KeyListImpl sorted by this key map, otherwise null.
- keysMap - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
-
Key storage if not sorted.
L
- LAST_BEFORE - org.magicwerk.brownies.collections.helper.SortedLists.KeyPresentBehavior
-
Return the index of the last list element that compares as less than the key, or
-1
if there is no such element. - LAST_PRESENT - org.magicwerk.brownies.collections.helper.SortedLists.KeyPresentBehavior
-
Return the index of the last list element that compares as equal to the key.
- lastIndexOf(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- lastIndexOf(boolean, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOf(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- lastIndexOf(byte, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOf(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- lastIndexOf(char, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOf(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- lastIndexOf(double, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOf(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- lastIndexOf(float, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOf(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- lastIndexOf(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOf(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- lastIndexOf(long, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOf(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- lastIndexOf(short, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.IList
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- lastIndexOf(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- lastIndexOf(Object, int) - Method in class org.magicwerk.brownies.collections.IList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOfIf(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Returns the index of the last element which matches the specified predicate in this list.
- lastIndexOfIf(Predicate<? super E>, int) - Method in class org.magicwerk.brownies.collections.IList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOfIf(Predicate<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns the index of the last element which matches the specified predicate in this list.
- lastIndexOfIf(Predicate<Boolean>, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOfIf(Predicate<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns the index of the last element which matches the specified predicate in this list.
- lastIndexOfIf(Predicate<Byte>, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOfIf(Predicate<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns the index of the last element which matches the specified predicate in this list.
- lastIndexOfIf(Predicate<Character>, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOfIf(Predicate<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns the index of the last element which matches the specified predicate in this list.
- lastIndexOfIf(Predicate<Double>, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOfIf(Predicate<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns the index of the last element which matches the specified predicate in this list.
- lastIndexOfIf(Predicate<Float>, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOfIf(Predicate<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns the index of the last element which matches the specified predicate in this list.
- lastIndexOfIf(Predicate<Integer>, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOfIf(Predicate<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns the index of the last element which matches the specified predicate in this list.
- lastIndexOfIf(Predicate<Long>, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- lastIndexOfIf(Predicate<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns the index of the last element which matches the specified predicate in this list.
- lastIndexOfIf(Predicate<Short>, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns the index of the last occurrence of the specified element in this list, starting the search at the specified position.
- left - Variable in class org.magicwerk.brownies.collections.BigList.BlockNode
-
The left child node or the predecessor if
BigList.BlockNode.leftIsPrevious
. - left - Variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
The left child node or the predecessor if
BooleanBigList.BooleanBlockNode.leftIsPrevious
. - left - Variable in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
The left child node or the predecessor if
ByteBigList.ByteBlockNode.leftIsPrevious
. - left - Variable in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
The left child node or the predecessor if
CharBigList.CharBlockNode.leftIsPrevious
. - left - Variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
The left child node or the predecessor if
DoubleBigList.DoubleBlockNode.leftIsPrevious
. - left - Variable in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
The left child node or the predecessor if
FloatBigList.FloatBlockNode.leftIsPrevious
. - left - Variable in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
The left child node or the predecessor if
IntBigList.IntBlockNode.leftIsPrevious
. - left - Variable in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
The left child node or the predecessor if
LongBigList.LongBlockNode.leftIsPrevious
. - left - Variable in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
The left child node or the predecessor if
ShortBigList.ShortBlockNode.leftIsPrevious
. - leftIsPrevious - Variable in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Flag indicating that left reference is not a subtree but the predecessor.
- leftIsPrevious - Variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Flag indicating that left reference is not a subtree but the predecessor.
- leftIsPrevious - Variable in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Flag indicating that left reference is not a subtree but the predecessor.
- leftIsPrevious - Variable in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Flag indicating that left reference is not a subtree but the predecessor.
- leftIsPrevious - Variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Flag indicating that left reference is not a subtree but the predecessor.
- leftIsPrevious - Variable in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Flag indicating that left reference is not a subtree but the predecessor.
- leftIsPrevious - Variable in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Flag indicating that left reference is not a subtree but the predecessor.
- leftIsPrevious - Variable in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Flag indicating that left reference is not a subtree but the predecessor.
- leftIsPrevious - Variable in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Flag indicating that left reference is not a subtree but the predecessor.
- len - Variable in class org.magicwerk.brownies.collections.IList.IListableFromMult
- len - Variable in class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromMult
- len - Variable in class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromMult
- len - Variable in class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromMult
- len - Variable in class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromMult
- len - Variable in class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromMult
- len - Variable in class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromMult
- len - Variable in class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromMult
- len - Variable in class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromMult
- length - Variable in class org.magicwerk.brownies.collections.IList.IListableFromArray
- length - Variable in class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromArray
- length - Variable in class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromArray
- length - Variable in class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromArray
- length - Variable in class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromArray
- length - Variable in class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromArray
- length - Variable in class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromArray
- length - Variable in class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromArray
- length - Variable in class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromArray
- length() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- list - Variable in class org.magicwerk.brownies.collections.helper.MergeSort
- list - Variable in class org.magicwerk.brownies.collections.helper.primitive.BooleanMergeSort
- list - Variable in class org.magicwerk.brownies.collections.helper.primitive.ByteMergeSort
- list - Variable in class org.magicwerk.brownies.collections.helper.primitive.CharMergeSort
- list - Variable in class org.magicwerk.brownies.collections.helper.primitive.DoubleMergeSort
- list - Variable in class org.magicwerk.brownies.collections.helper.primitive.FloatMergeSort
- list - Variable in class org.magicwerk.brownies.collections.helper.primitive.IntMergeSort
- list - Variable in class org.magicwerk.brownies.collections.helper.primitive.LongMergeSort
- list - Variable in class org.magicwerk.brownies.collections.helper.primitive.ShortMergeSort
- list - Variable in class org.magicwerk.brownies.collections.IList.IListableFromList
- list - Variable in class org.magicwerk.brownies.collections.IListAsDeque
- list - Variable in class org.magicwerk.brownies.collections.KeyCollectionAsMap
-
Reference to KeyListImpl containing data (exactly one of the fields coll and list is set)
- list - Variable in class org.magicwerk.brownies.collections.KeyListImpl
-
List where the list content of this KeyListImpl is stored (never null).
- list - Variable in class org.magicwerk.brownies.collections.Listables.IListableList
- list - Variable in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- list - Variable in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- list - Variable in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- list - Variable in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- list - Variable in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- list - Variable in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- list - Variable in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- list - Variable in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- list - Variable in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- list - Variable in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- list - Variable in class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromList
- list - Variable in class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromList
- list - Variable in class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromList
- list - Variable in class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromList
- list - Variable in class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromList
- list - Variable in class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromList
- list - Variable in class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromList
- list - Variable in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- list - Variable in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- list - Variable in class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromList
- list - Variable in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- list - Variable in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- list - Variable in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- list - Variable in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- Listables - Class in org.magicwerk.brownies.collections
- Listables() - Constructor for class org.magicwerk.brownies.collections.Listables
- Listables.IListableArray<E> - Class in org.magicwerk.brownies.collections
-
Class
Listables.IListableArray
implements theIListable
interface for arrays. - Listables.IListableList<E> - Class in org.magicwerk.brownies.collections
- listIter - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapIter
- ListIter(int) - Constructor for class org.magicwerk.brownies.collections.IList.ListIter
-
Constructor.
- listIterator() - Method in class org.magicwerk.brownies.collections.IList
- listIterator(int) - Method in class org.magicwerk.brownies.collections.IList
- LongBigList - Class in org.magicwerk.brownies.collections.primitive
-
LongBigList is a list optimized for storing large number of elements.
- LongBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.LongBigList
-
Default constructor.
- LongBigList(boolean, LongBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.LongBigList
-
Constructor used internally, e.g.
- LongBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.LongBigList
-
Constructor.
- LongBigList(int, int) - Constructor for class org.magicwerk.brownies.collections.primitive.LongBigList
-
Internal constructor.
- LongBigList(Collection<Long>) - Constructor for class org.magicwerk.brownies.collections.primitive.LongBigList
-
Create new list with specified elements.
- LongBigList.LongBlock - Class in org.magicwerk.brownies.collections.primitive
-
A block stores in maximum blockSize number of elements.
- LongBigList.LongBlockNode - Class in org.magicwerk.brownies.collections.primitive
-
Implements an AVLNode storing a LongBlock.
- LongBigList.ReadOnlyLongBigList - Class in org.magicwerk.brownies.collections.primitive
-
A read-only version of
Key1List
. - LongBinarySearch - Class in org.magicwerk.brownies.collections.helper.primitive
-
Binary search for primitive type long.
- LongBinarySearch() - Constructor for class org.magicwerk.brownies.collections.helper.primitive.LongBinarySearch
- LongBlock() - Constructor for class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlock
- LongBlock(int) - Constructor for class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlock
- LongBlock(LongBigList.LongBlock) - Constructor for class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlock
- LongBlockNode(LongBigList.LongBlockNode, int, LongBigList.LongBlock, LongBigList.LongBlockNode, LongBigList.LongBlockNode) - Constructor for class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Constructs a new node.
- LongGapList - Class in org.magicwerk.brownies.collections.primitive
-
Class {link LongGapList} combines the strengths of both
ArrayList
andLinkedList
. - LongGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.LongGapList
-
Construct a list with the default initial capacity.
- LongGapList(boolean, LongGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.LongGapList
-
Constructor used internally, e.g.
- LongGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.LongGapList
-
Construct a list with specified initial capacity.
- LongGapList(Collection<Long>) - Constructor for class org.magicwerk.brownies.collections.primitive.LongGapList
-
Construct a list to contain the specified elements.
- LongGapList.ReadOnlyList - Class in org.magicwerk.brownies.collections.primitive
-
A read-only version of
LongGapList
. - LongMergeSort - Class in org.magicwerk.brownies.collections.helper.primitive
-
This class implements a stable in-place merge sort.
- LongMergeSort(ILongList) - Constructor for class org.magicwerk.brownies.collections.helper.primitive.LongMergeSort
- LongObjBigList - Class in org.magicwerk.brownies.collections.primitive
-
LongObjBigList implements the List interface and uses an instance of LongBigList for storage.
- LongObjBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.LongObjBigList
- LongObjBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.LongObjBigList
- LongObjBigList(Collection<? extends Long>) - Constructor for class org.magicwerk.brownies.collections.primitive.LongObjBigList
- LongObjBigList.ImmutableLongObjBigList - Class in org.magicwerk.brownies.collections.primitive
-
An immutable version of a BigList.
- LongObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
LongObjGapList implements the List interface and uses an instance of LongGapList for storage.
- LongObjGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.LongObjGapList
- LongObjGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.LongObjGapList
- LongObjGapList(Collection<? extends Long>) - Constructor for class org.magicwerk.brownies.collections.primitive.LongObjGapList
- LongObjGapList.ImmutableLongObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
An immutable version of a GapList.
- longValue() - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Returns the value of this MutableInt as a long.
- lower(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.MergeSort
- lower(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.BooleanMergeSort
- lower(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ByteMergeSort
- lower(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.CharMergeSort
- lower(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.DoubleMergeSort
- lower(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.FloatMergeSort
- lower(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.IntMergeSort
- lower(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.LongMergeSort
- lower(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ShortMergeSort
M
- map - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapCountIter
- map(Collection<E>, Function<E, R>, Supplier<C>) - Static method in interface org.magicwerk.brownies.collections.ICollectionTools
-
Create a new list by applying the specified mapping function to all elements.
- map(Function<E, R>) - Method in class org.magicwerk.brownies.collections.GapList
- map(Function<E, R>) - Method in interface org.magicwerk.brownies.collections.ICollection
-
Create a new list by applying the specified mapping function to all elements.
- map(Function<E, R>) - Method in class org.magicwerk.brownies.collections.IList
- map(Function<E, R>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- map(Function<Boolean, R>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- map(Function<Boolean, R>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- map(Function<Byte, R>) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- map(Function<Byte, R>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- map(Function<Character, R>) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- map(Function<Character, R>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- map(Function<Double, R>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- map(Function<Double, R>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- map(Function<Float, R>) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- map(Function<Float, R>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- map(Function<Integer, R>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- map(Function<Integer, R>) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- map(Function<Long, R>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- map(Function<Long, R>) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- map(Function<Short, R>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- map(Function<Short, R>) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- mapFilter(Collection<E>, Function<E, R>, Predicate<R>) - Static method in interface org.magicwerk.brownies.collections.ICollectionTools
-
Create a new list by applying the specified mapping function to all elements and then filtering it.
- mapFilter(Collection<E>, Function<E, R>, Predicate<R>, Supplier<C>) - Static method in interface org.magicwerk.brownies.collections.ICollectionTools
-
Create a new collection by applying the specified mapping function to all elements and then filtering it.
- mapFilter(Function<E, R>, Predicate<R>) - Method in interface org.magicwerk.brownies.collections.ICollection
-
Create a new list by applying the specified mapping function to all elements and then filtering it.
- mapFilter(Function<E, R>, Predicate<R>) - Method in class org.magicwerk.brownies.collections.IList
- mapFilter(Function<E, R>, Predicate<R>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- mapFilter(Function<Boolean, R>, Predicate<R>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- mapFilter(Function<Byte, R>, Predicate<R>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- mapFilter(Function<Character, R>, Predicate<R>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- mapFilter(Function<Double, R>, Predicate<R>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- mapFilter(Function<Float, R>, Predicate<R>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- mapFilter(Function<Integer, R>, Predicate<R>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- mapFilter(Function<Long, R>, Predicate<R>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- mapFilter(Function<Short, R>, Predicate<R>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- mapIter - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapCountIter
- mapIter - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapIter
- mapper - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl.KeyMapBuilder
- mapper - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
-
A mapper to extract keys out of element.
- max() - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Gets the rightmost child of this node.
- max() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Gets the rightmost child of this node.
- max() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Gets the rightmost child of this node.
- max() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Gets the rightmost child of this node.
- max() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Gets the rightmost child of this node.
- max() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Gets the rightmost child of this node.
- max() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Gets the rightmost child of this node.
- max() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Gets the rightmost child of this node.
- max() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Gets the rightmost child of this node.
- maxSize - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- maxSize - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Maximum absolute or windows size, 0 if this list has no size restriction
- merge(int, int, int, int, int) - Method in class org.magicwerk.brownies.collections.helper.MergeSort
- merge(int, int, int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.BooleanMergeSort
- merge(int, int, int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ByteMergeSort
- merge(int, int, int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.CharMergeSort
- merge(int, int, int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.DoubleMergeSort
- merge(int, int, int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.FloatMergeSort
- merge(int, int, int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.IntMergeSort
- merge(int, int, int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.LongMergeSort
- merge(int, int, int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ShortMergeSort
- merge(BigList.BlockNode<E>) - Method in class org.magicwerk.brownies.collections.BigList
-
Merge the specified node with the left or right neighbor if possible.
- merge(BooleanBigList.BooleanBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Merge the specified node with the left or right neighbor if possible.
- merge(ByteBigList.ByteBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Merge the specified node with the left or right neighbor if possible.
- merge(CharBigList.CharBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Merge the specified node with the left or right neighbor if possible.
- merge(DoubleBigList.DoubleBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Merge the specified node with the left or right neighbor if possible.
- merge(FloatBigList.FloatBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Merge the specified node with the left or right neighbor if possible.
- merge(IntBigList.IntBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Merge the specified node with the left or right neighbor if possible.
- merge(LongBigList.LongBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Merge the specified node with the left or right neighbor if possible.
- merge(ShortBigList.ShortBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Merge the specified node with the left or right neighbor if possible.
- MERGE_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.BigList
-
If two adjacent blocks both less than MERGE_THRESHOLD*blockSize elements, they are merged
- MERGE_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
If two adjacent blocks both less than MERGE_THRESHOLD*blockSize elements, they are merged
- MERGE_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
If two adjacent blocks both less than MERGE_THRESHOLD*blockSize elements, they are merged
- MERGE_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.primitive.CharBigList
-
If two adjacent blocks both less than MERGE_THRESHOLD*blockSize elements, they are merged
- MERGE_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
If two adjacent blocks both less than MERGE_THRESHOLD*blockSize elements, they are merged
- MERGE_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
If two adjacent blocks both less than MERGE_THRESHOLD*blockSize elements, they are merged
- MERGE_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.primitive.IntBigList
-
If two adjacent blocks both less than MERGE_THRESHOLD*blockSize elements, they are merged
- MERGE_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.primitive.LongBigList
-
If two adjacent blocks both less than MERGE_THRESHOLD*blockSize elements, they are merged
- MERGE_THRESHOLD - Static variable in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
If two adjacent blocks both less than MERGE_THRESHOLD*blockSize elements, they are merged
- MergeSort<E> - Class in org.magicwerk.brownies.collections.helper
-
This class implements a stable in-place merge sort.
- MergeSort(List<E>, Comparator<? super E>) - Constructor for class org.magicwerk.brownies.collections.helper.MergeSort
- MESSAGE - Static variable in exception org.magicwerk.brownies.collections.exceptions.DuplicateKeyException
- min() - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Gets the leftmost child of this node.
- min() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Gets the leftmost child of this node.
- min() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Gets the leftmost child of this node.
- min() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Gets the leftmost child of this node.
- min() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Gets the leftmost child of this node.
- min() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Gets the leftmost child of this node.
- min() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Gets the leftmost child of this node.
- min() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Gets the leftmost child of this node.
- min() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Gets the leftmost child of this node.
- modify(BigList.BlockNode<E>, int) - Method in class org.magicwerk.brownies.collections.BigList
-
Modify relativePosition of all nodes starting from the specified node.
- modify(BooleanBigList.BooleanBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Modify relativePosition of all nodes starting from the specified node.
- modify(ByteBigList.ByteBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Modify relativePosition of all nodes starting from the specified node.
- modify(CharBigList.CharBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Modify relativePosition of all nodes starting from the specified node.
- modify(DoubleBigList.DoubleBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Modify relativePosition of all nodes starting from the specified node.
- modify(FloatBigList.FloatBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Modify relativePosition of all nodes starting from the specified node.
- modify(IntBigList.IntBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Modify relativePosition of all nodes starting from the specified node.
- modify(LongBigList.LongBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Modify relativePosition of all nodes starting from the specified node.
- modify(ShortBigList.ShortBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Modify relativePosition of all nodes starting from the specified node.
- modifyLeftNode(BigList.BlockNode<E>, int) - Method in class org.magicwerk.brownies.collections.BigList
- modifyLeftNode(BooleanBigList.BooleanBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- modifyLeftNode(ByteBigList.ByteBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- modifyLeftNode(CharBigList.CharBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- modifyLeftNode(DoubleBigList.DoubleBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- modifyLeftNode(FloatBigList.FloatBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- modifyLeftNode(IntBigList.IntBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- modifyLeftNode(LongBigList.LongBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- modifyLeftNode(ShortBigList.ShortBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- modifyRightNode(BigList.BlockNode<E>, int) - Method in class org.magicwerk.brownies.collections.BigList
- modifyRightNode(BooleanBigList.BooleanBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- modifyRightNode(ByteBigList.ByteBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- modifyRightNode(CharBigList.CharBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- modifyRightNode(DoubleBigList.DoubleBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- modifyRightNode(FloatBigList.FloatBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- modifyRightNode(IntBigList.IntBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- modifyRightNode(LongBigList.LongBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- modifyRightNode(ShortBigList.ShortBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Move specified elements.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Move specified elements.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Move specified elements.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Move specified elements.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Move specified elements.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Move specified elements.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Move specified elements.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Move specified elements.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Move specified elements.
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- move(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- moveData(int, int, int) - Method in class org.magicwerk.brownies.collections.GapList
-
Move a range of elements in the values array.
- moveData(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Move a range of elements in the values array.
- moveData(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Move a range of elements in the values array.
- moveData(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Move a range of elements in the values array.
- moveData(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Move a range of elements in the values array.
- moveData(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Move a range of elements in the values array.
- moveData(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Move a range of elements in the values array.
- moveData(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Move a range of elements in the values array.
- moveData(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Move a range of elements in the values array.
- moveDataWithGap(int, int, int) - Method in class org.magicwerk.brownies.collections.GapList
-
Move a range of elements in the values array and adjust the gap.
- moveDataWithGap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Move a range of elements in the values array and adjust the gap.
- moveDataWithGap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Move a range of elements in the values array and adjust the gap.
- moveDataWithGap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Move a range of elements in the values array and adjust the gap.
- moveDataWithGap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Move a range of elements in the values array and adjust the gap.
- moveDataWithGap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Move a range of elements in the values array and adjust the gap.
- moveDataWithGap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Move a range of elements in the values array and adjust the gap.
- moveDataWithGap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Move a range of elements in the values array and adjust the gap.
- moveDataWithGap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Move a range of elements in the values array and adjust the gap.
- movingWindow - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- movingWindow - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
If maxSize is greater than 0, this boolean indicates whether the size is for window (true) or absolute (false)
- MutableInt - Class in org.magicwerk.brownies.collections.helper
-
A mutable
int
wrapper. - MutableInt() - Constructor for class org.magicwerk.brownies.collections.helper.MutableInt
-
Constructs a new MutableInt with the default value of zero.
- MutableInt(int) - Constructor for class org.magicwerk.brownies.collections.helper.MutableInt
-
Constructs a new MutableInt with the specified value.
- MutableInt(Number) - Constructor for class org.magicwerk.brownies.collections.helper.MutableInt
-
Constructs a new MutableInt with the specified value.
- MutableInt(String) - Constructor for class org.magicwerk.brownies.collections.helper.MutableInt
-
Constructs a new MutableInt parsing the given string.
N
- NaturalComparator<T> - Class in org.magicwerk.brownies.collections.helper
-
The NaturalComparator will compare object using their natural order.
- NaturalComparator() - Constructor for class org.magicwerk.brownies.collections.helper.NaturalComparator
-
Prevent construction.
- next() - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Gets the next node in the list after this one.
- next() - Method in class org.magicwerk.brownies.collections.IList.Iter
- next() - Method in class org.magicwerk.brownies.collections.IList.ListIter
- next() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapCountIter
- next() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapIter
- next() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Gets the next node in the list after this one.
- next() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Gets the next node in the list after this one.
- next() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Gets the next node in the list after this one.
- next() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Gets the next node in the list after this one.
- next() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Gets the next node in the list after this one.
- next() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Gets the next node in the list after this one.
- next() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Gets the next node in the list after this one.
- next() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Gets the next node in the list after this one.
- NEXT_HIGHER - org.magicwerk.brownies.collections.helper.SortedLists.KeyAbsentBehavior
-
Return the index of the next higher element in the list, or
list.size()
if there is no such element. - NEXT_LOWER - org.magicwerk.brownies.collections.helper.SortedLists.KeyAbsentBehavior
-
Return the index of the next lower element in the list, or
-1
if there is no such element. - nextIndex() - Method in class org.magicwerk.brownies.collections.IList.ListIter
- NullComparator<T> - Class in org.magicwerk.brownies.collections.helper
-
A NullComparator extends an existing comparator so it can handle null values.
- NullComparator(Comparator<T>, boolean) - Constructor for class org.magicwerk.brownies.collections.helper.NullComparator
-
Constructor.
- nullsFirst - Variable in class org.magicwerk.brownies.collections.helper.NullComparator
O
- of(T) - Static method in class org.magicwerk.brownies.collections.helper.Option
- offer(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.offer(E)
- offer(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.offer(E)
- offer(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.offer(E)
- offer(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.offer(E)
- offer(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.offer(E)
- offer(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.offer(E)
- offer(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.offer(E)
- offer(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.offer(E)
- offer(E) - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.offer(E)
- offer(E) - Method in class org.magicwerk.brownies.collections.IListAsDeque
- offerFirst(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.offerFirst(E)
- offerFirst(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.offerFirst(E)
- offerFirst(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.offerFirst(E)
- offerFirst(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.offerFirst(E)
- offerFirst(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.offerFirst(E)
- offerFirst(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.offerFirst(E)
- offerFirst(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.offerFirst(E)
- offerFirst(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.offerFirst(E)
- offerFirst(E) - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.offerFirst(E)
- offerFirst(E) - Method in class org.magicwerk.brownies.collections.IListAsDeque
- offerLast(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.offerLast(E)
- offerLast(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.offerLast(E)
- offerLast(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.offerLast(E)
- offerLast(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.offerLast(E)
- offerLast(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.offerLast(E)
- offerLast(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.offerLast(E)
- offerLast(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.offerLast(E)
- offerLast(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.offerLast(E)
- offerLast(E) - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.offerLast(E)
- offerLast(E) - Method in class org.magicwerk.brownies.collections.IListAsDeque
- offset - Variable in class org.magicwerk.brownies.collections.IList.IListableFromArray
- offset - Variable in class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromArray
- offset - Variable in class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromArray
- offset - Variable in class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromArray
- offset - Variable in class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromArray
- offset - Variable in class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromArray
- offset - Variable in class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromArray
- offset - Variable in class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromArray
- offset - Variable in class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromArray
- Option<T> - Class in org.magicwerk.brownies.collections.helper
-
Class
Option
stores a single value which may also be null. - Option() - Constructor for class org.magicwerk.brownies.collections.helper.Option
-
Prevent construction (use EMPTY)
- Option(T) - Constructor for class org.magicwerk.brownies.collections.helper.Option
-
Construct option with specified value.
- orderBy - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl.KeyMapBuilder
-
True to order collection by this key map
- orderByKey - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Index of key map which defines order (-1 for no order, only possible for KeyList).
- org.magicwerk.brownies.collections - package org.magicwerk.brownies.collections
-
Brownies Collections complements the Java Collections Framework.
- org.magicwerk.brownies.collections.exceptions - package org.magicwerk.brownies.collections.exceptions
-
This packages contains exception classes for the package org.magicwerk.brownies.collections.
- org.magicwerk.brownies.collections.helper - package org.magicwerk.brownies.collections.helper
-
This packages contains helper classes for the package org.magicwerk.brownies.collections.
- org.magicwerk.brownies.collections.helper.primitive - package org.magicwerk.brownies.collections.helper.primitive
-
This packages contains helper classes for the package org.magicwerk.brownies.collections.primitive:
- binary search for primitive arrays
- merge sort for primitive arrays - org.magicwerk.brownies.collections.primitive - package org.magicwerk.brownies.collections.primitive
-
This packages contains implementations of GapList and BigList for primitive data types.
P
- parent - Variable in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Pointer to parent node (null for root)
- parent - Variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Pointer to parent node (null for root)
- parent - Variable in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Pointer to parent node (null for root)
- parent - Variable in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Pointer to parent node (null for root)
- parent - Variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Pointer to parent node (null for root)
- parent - Variable in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Pointer to parent node (null for root)
- parent - Variable in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Pointer to parent node (null for root)
- parent - Variable in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Pointer to parent node (null for root)
- parent - Variable in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Pointer to parent node (null for root)
- peek() - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.peek()
- peek() - Method in class org.magicwerk.brownies.collections.IListAsDeque
- peek() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.peek()
- peek() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.peek()
- peek() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.peek()
- peek() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.peek()
- peek() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.peek()
- peek() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.peek()
- peek() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.peek()
- peek() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.peek()
- peekFirst() - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.peekFirst()
- peekFirst() - Method in class org.magicwerk.brownies.collections.IListAsDeque
- peekFirst() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.peekFirst()
- peekFirst() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.peekFirst()
- peekFirst() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.peekFirst()
- peekFirst() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.peekFirst()
- peekFirst() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.peekFirst()
- peekFirst() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.peekFirst()
- peekFirst() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.peekFirst()
- peekFirst() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.peekFirst()
- peekLast() - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.peekLast()
- peekLast() - Method in class org.magicwerk.brownies.collections.IListAsDeque
- peekLast() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.peekLast()
- peekLast() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.peekLast()
- peekLast() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.peekLast()
- peekLast() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.peekLast()
- peekLast() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.peekLast()
- peekLast() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.peekLast()
- peekLast() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.peekLast()
- peekLast() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.peekLast()
- physIndex(int) - Method in class org.magicwerk.brownies.collections.GapList
-
Calculate index for physical access to an element.
- physIndex(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Calculate index for physical access to an element.
- physIndex(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Calculate index for physical access to an element.
- physIndex(int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Calculate index for physical access to an element.
- physIndex(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Calculate index for physical access to an element.
- physIndex(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Calculate index for physical access to an element.
- physIndex(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Calculate index for physical access to an element.
- physIndex(int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Calculate index for physical access to an element.
- physIndex(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Calculate index for physical access to an element.
- physIndex(int, int) - Method in class org.magicwerk.brownies.collections.GapList
-
Calculate indexes for physical access to a range of elements.
- physIndex(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Calculate indexes for physical access to a range of elements.
- physIndex(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Calculate indexes for physical access to a range of elements.
- physIndex(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Calculate indexes for physical access to a range of elements.
- physIndex(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Calculate indexes for physical access to a range of elements.
- physIndex(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Calculate indexes for physical access to a range of elements.
- physIndex(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Calculate indexes for physical access to a range of elements.
- physIndex(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Calculate indexes for physical access to a range of elements.
- physIndex(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Calculate indexes for physical access to a range of elements.
- poll() - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.poll()
- poll() - Method in class org.magicwerk.brownies.collections.IListAsDeque
- poll() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.poll()
- poll() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.poll()
- poll() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.poll()
- poll() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.poll()
- poll() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.poll()
- poll() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.poll()
- poll() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.poll()
- poll() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.poll()
- pollFirst() - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.pollFirst()
- pollFirst() - Method in class org.magicwerk.brownies.collections.IListAsDeque
- pollFirst() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.pollFirst()
- pollFirst() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.pollFirst()
- pollFirst() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.pollFirst()
- pollFirst() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.pollFirst()
- pollFirst() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.pollFirst()
- pollFirst() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.pollFirst()
- pollFirst() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.pollFirst()
- pollFirst() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.pollFirst()
- pollLast() - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.pollLast()
- pollLast() - Method in class org.magicwerk.brownies.collections.IListAsDeque
- pollLast() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.pollLast()
- pollLast() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.pollLast()
- pollLast() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.pollLast()
- pollLast() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.pollLast()
- pollLast() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.pollLast()
- pollLast() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.pollLast()
- pollLast() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.pollLast()
- pollLast() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.pollLast()
- pop() - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.pop()
- pop() - Method in class org.magicwerk.brownies.collections.IListAsDeque
- pop() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.pop()
- pop() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.pop()
- pop() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.pop()
- pop() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.pop()
- pop() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.pop()
- pop() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.pop()
- pop() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.pop()
- pop() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.pop()
- prepareAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.GapList
-
Prepare direct access to an array buffer for fast adding elements to the list.
- prepareAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Prepare direct access to an array buffer for fast adding elements to the list.
- prepareAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Prepare direct access to an array buffer for fast adding elements to the list.
- prepareAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Prepare direct access to an array buffer for fast adding elements to the list.
- prepareAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Prepare direct access to an array buffer for fast adding elements to the list.
- prepareAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Prepare direct access to an array buffer for fast adding elements to the list.
- prepareAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Prepare direct access to an array buffer for fast adding elements to the list.
- prepareAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Prepare direct access to an array buffer for fast adding elements to the list.
- prepareAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Prepare direct access to an array buffer for fast adding elements to the list.
- previous() - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Gets the node in the list before this one.
- previous() - Method in class org.magicwerk.brownies.collections.IList.ListIter
- previous() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Gets the node in the list before this one.
- previous() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Gets the node in the list before this one.
- previous() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Gets the node in the list before this one.
- previous() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Gets the node in the list before this one.
- previous() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Gets the node in the list before this one.
- previous() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Gets the node in the list before this one.
- previous() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Gets the node in the list before this one.
- previous() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Gets the node in the list before this one.
- previousIndex() - Method in class org.magicwerk.brownies.collections.IList.ListIter
- primitiveListType - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl.KeyMapBuilder
-
Primitive class to use for list storage
- push(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.push(E)
- push(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.push(E)
- push(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.push(E)
- push(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.push(E)
- push(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.push(E)
- push(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.push(E)
- push(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.push(E)
- push(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.push(E)
- push(E) - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.push(E)
- push(E) - Method in class org.magicwerk.brownies.collections.IListAsDeque
- put(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Sets or adds the element.
- put(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Sets or adds the element.
- put(int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Sets or adds the element.
- put(int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Sets or adds the element.
- put(int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Sets or adds the element.
- put(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Sets or adds the element.
- put(int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Sets or adds the element.
- put(int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Sets or adds the element.
- put(int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Sets or adds the element.
- put(E) - Method in class org.magicwerk.brownies.collections.Key1Collection
- put(E) - Method in class org.magicwerk.brownies.collections.Key1List
- put(E) - Method in class org.magicwerk.brownies.collections.Key2Collection
- put(E) - Method in class org.magicwerk.brownies.collections.Key2List
- put(E) - Method in class org.magicwerk.brownies.collections.KeyCollection
- put(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Adds or replaces element.
- put(E) - Method in class org.magicwerk.brownies.collections.KeyList
- put(E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Adds or replaces element.
- put(K, E) - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
- putAll(int, Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Set or add the specified elements.
- putAll(int, Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Set or add the specified elements.
- putAll(int, Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Set or add the specified elements.
- putAll(int, Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Set or add the specified elements.
- putAll(int, Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Set or add the specified elements.
- putAll(int, Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Set or add the specified elements.
- putAll(int, Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Set or add the specified elements.
- putAll(int, Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Set or add the specified elements.
- putAll(int, Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Set or add the specified elements.
- putAll(int, IList<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Set or add the specified elements.
- putAll(int, IBooleanList) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Set or add the specified elements.
- putAll(int, IByteList) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Set or add the specified elements.
- putAll(int, ICharList) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Set or add the specified elements.
- putAll(int, IDoubleList) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Set or add the specified elements.
- putAll(int, IFloatList) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Set or add the specified elements.
- putAll(int, IIntList) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Set or add the specified elements.
- putAll(int, ILongList) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Set or add the specified elements.
- putAll(int, IShortList) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Set or add the specified elements.
- putAll(Map<? extends K, ? extends E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
- putArray(int, boolean...) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Set or add the specified elements.
- putArray(int, byte...) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Set or add the specified elements.
- putArray(int, char...) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Set or add the specified elements.
- putArray(int, double...) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Set or add the specified elements.
- putArray(int, float...) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Set or add the specified elements.
- putArray(int, int...) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Set or add the specified elements.
- putArray(int, long...) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Set or add the specified elements.
- putArray(int, short...) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Set or add the specified elements.
- putArray(int, E...) - Method in class org.magicwerk.brownies.collections.IList
-
Set or add the specified elements.
- putByKey(int, E, boolean) - Method in class org.magicwerk.brownies.collections.Key1List.ReadOnlyKey1List
- putByKey(int, E, boolean) - Method in class org.magicwerk.brownies.collections.Key2List.ReadOnlyKey2List
- putByKey(int, E, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- putByKey(int, E, boolean) - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
- putByKey(int, E, boolean) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Put element by key into list.
- putByKey1(E) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Adds element by key.
- putByKey1(E) - Method in class org.magicwerk.brownies.collections.Key1List
-
Adds element by key.
- putByKey1(E) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Adds element by key.
- putByKey1(E) - Method in class org.magicwerk.brownies.collections.Key2List
-
Adds or replaces element by key.
- putByKey2(E) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Adds element by key.
- putByKey2(E) - Method in class org.magicwerk.brownies.collections.Key2List
-
Adds or replaces element by key.
- putIfAbsentByKey1(E) - Method in class org.magicwerk.brownies.collections.Key1List
-
Adds or replaces element by key.
- putIfAbsentByKey1(E) - Method in class org.magicwerk.brownies.collections.Key2List
-
Adds element by key.
- putIfAbsentByKey2(E) - Method in class org.magicwerk.brownies.collections.Key2List
-
Adds element by key.
- putMult(int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Set or add the specified element multiple times.
- putMult(int, int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Set or add the specified element multiple times.
- putMult(int, int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Set or add the specified element multiple times.
- putMult(int, int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Set or add the specified element multiple times.
- putMult(int, int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Set or add the specified element multiple times.
- putMult(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Set or add the specified element multiple times.
- putMult(int, int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Set or add the specified element multiple times.
- putMult(int, int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Set or add the specified element multiple times.
- putMult(int, int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Set or add the specified element multiple times.
R
- read(InputStream, ByteGapList, int) - Static method in class org.magicwerk.brownies.collections.helper.GapLists
-
Read specified number of bytes from InputStream into ByteGapList.
- read(InputStream, ByteGapList, int) - Static method in class org.magicwerk.brownies.collections.primitive.GapListPrimitives
-
Read specified number of bytes from InputStream into ByteGapList.
- read(Reader, CharGapList, int) - Static method in class org.magicwerk.brownies.collections.helper.GapLists
-
Read specified number of chars from Reader into CharGapList.
- read(Reader, CharGapList, int) - Static method in class org.magicwerk.brownies.collections.primitive.GapListPrimitives
-
Read specified number of chars from Reader into CharGapList.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.BigList
-
Deserialize a BigList object.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.GapList
-
Deserialize a GapList object.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Deserialize a BooleanBigList object.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Deserialize a BooleanGapList object.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Deserialize a ByteBigList object.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Deserialize a ByteGapList object.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Deserialize a CharBigList object.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Deserialize a CharGapList object.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Deserialize a DoubleBigList object.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Deserialize a DoubleGapList object.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Deserialize a FloatBigList object.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Deserialize a FloatGapList object.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Deserialize a IntBigList object.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Deserialize a IntGapList object.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Deserialize a LongBigList object.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Deserialize a LongGapList object.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Deserialize a ShortBigList object.
- readObject(ObjectInputStream) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Deserialize a ShortGapList object.
- ReadOnlyBigList(BigList<E>) - Constructor for class org.magicwerk.brownies.collections.BigList.ReadOnlyBigList
-
Private constructor used internally.
- ReadOnlyBooleanBigList(BooleanBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanBigList.ReadOnlyBooleanBigList
-
Private constructor used internally.
- ReadOnlyByteBigList(ByteBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteBigList.ReadOnlyByteBigList
-
Private constructor used internally.
- ReadOnlyCharBigList(CharBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.CharBigList.ReadOnlyCharBigList
-
Private constructor used internally.
- ReadOnlyDoubleBigList(DoubleBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleBigList.ReadOnlyDoubleBigList
-
Private constructor used internally.
- ReadOnlyFloatBigList(FloatBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatBigList.ReadOnlyFloatBigList
-
Private constructor used internally.
- ReadOnlyIntBigList(IntBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.IntBigList.ReadOnlyIntBigList
-
Private constructor used internally.
- ReadOnlyKey1List(Key1List<E, K>) - Constructor for class org.magicwerk.brownies.collections.Key1List.ReadOnlyKey1List
-
Private constructor used internally.
- ReadOnlyKey2List(Key2List<E, K1, K2>) - Constructor for class org.magicwerk.brownies.collections.Key2List.ReadOnlyKey2List
-
Private constructor used internally.
- ReadOnlyList(GapList<E>) - Constructor for class org.magicwerk.brownies.collections.GapList.ReadOnlyList
-
Private constructor used internally.
- ReadOnlyList(BooleanGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanGapList.ReadOnlyList
-
Private constructor used internally.
- ReadOnlyList(ByteGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteGapList.ReadOnlyList
-
Private constructor used internally.
- ReadOnlyList(CharGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.CharGapList.ReadOnlyList
-
Private constructor used internally.
- ReadOnlyList(DoubleGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.DoubleGapList.ReadOnlyList
-
Private constructor used internally.
- ReadOnlyList(FloatGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatGapList.ReadOnlyList
-
Private constructor used internally.
- ReadOnlyList(IntGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.IntGapList.ReadOnlyList
-
Private constructor used internally.
- ReadOnlyList(LongGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.LongGapList.ReadOnlyList
-
Private constructor used internally.
- ReadOnlyList(ShortGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortGapList.ReadOnlyList
-
Private constructor used internally.
- ReadOnlyLongBigList(LongBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.LongBigList.ReadOnlyLongBigList
-
Private constructor used internally.
- ReadOnlyShortBigList(ShortBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortBigList.ReadOnlyShortBigList
-
Private constructor used internally.
- recalcHeight() - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Sets the height by calculation.
- recalcHeight() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Sets the height by calculation.
- recalcHeight() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Sets the height by calculation.
- recalcHeight() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Sets the height by calculation.
- recalcHeight() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Sets the height by calculation.
- recalcHeight() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Sets the height by calculation.
- recalcHeight() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Sets the height by calculation.
- recalcHeight() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Sets the height by calculation.
- recalcHeight() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Sets the height by calculation.
- ref() - Method in class org.magicwerk.brownies.collections.BigList.Block
-
Increment reference count as block is used by one BigList instance more.
- ref() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlock
-
Increment reference count as block is used by one BooleanBigList instance more.
- ref() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlock
-
Increment reference count as block is used by one ByteBigList instance more.
- ref() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlock
-
Increment reference count as block is used by one CharBigList instance more.
- ref() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlock
-
Increment reference count as block is used by one DoubleBigList instance more.
- ref() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlock
-
Increment reference count as block is used by one FloatBigList instance more.
- ref() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlock
-
Increment reference count as block is used by one IntBigList instance more.
- ref() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlock
-
Increment reference count as block is used by one LongBigList instance more.
- ref() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlock
-
Increment reference count as block is used by one ShortBigList instance more.
- refCount - Variable in class org.magicwerk.brownies.collections.BigList.Block
- refCount - Variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlock
- refCount - Variable in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlock
- refCount - Variable in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlock
- refCount - Variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlock
- refCount - Variable in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlock
- refCount - Variable in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlock
- refCount - Variable in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlock
- refCount - Variable in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlock
- releaseAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.GapList
-
Releases the buffer retrieved by
GapList.prepareAddBuffer(int, int)
. - releaseAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Releases the buffer retrieved by
BooleanGapList.prepareAddBuffer(int, int)
. - releaseAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Releases the buffer retrieved by
ByteGapList.prepareAddBuffer(int, int)
. - releaseAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Releases the buffer retrieved by
CharGapList.prepareAddBuffer(int, int)
. - releaseAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Releases the buffer retrieved by
DoubleGapList.prepareAddBuffer(int, int)
. - releaseAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Releases the buffer retrieved by
FloatGapList.prepareAddBuffer(int, int)
. - releaseAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Releases the buffer retrieved by
IntGapList.prepareAddBuffer(int, int)
. - releaseAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Releases the buffer retrieved by
LongGapList.prepareAddBuffer(int, int)
. - releaseAddBuffer(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Releases the buffer retrieved by
ShortGapList.prepareAddBuffer(int, int)
. - releaseBlock() - Method in class org.magicwerk.brownies.collections.BigList
-
Release current block and apply modification if pending.
- releaseBooleanBlock() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Release current block and apply modification if pending.
- releaseByteBlock() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Release current block and apply modification if pending.
- releaseCharBlock() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Release current block and apply modification if pending.
- releaseDoubleBlock() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Release current block and apply modification if pending.
- releaseFloatBlock() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Release current block and apply modification if pending.
- releaseIntBlock() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Release current block and apply modification if pending.
- releaseLongBlock() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Release current block and apply modification if pending.
- releaseShortBlock() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Release current block and apply modification if pending.
- relPos - Variable in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Relative position of node relative to its parent, root holds absolute position.
- relPos - Variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Relative position of node relative to its parent, root holds absolute position.
- relPos - Variable in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Relative position of node relative to its parent, root holds absolute position.
- relPos - Variable in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Relative position of node relative to its parent, root holds absolute position.
- relPos - Variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Relative position of node relative to its parent, root holds absolute position.
- relPos - Variable in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Relative position of node relative to its parent, root holds absolute position.
- relPos - Variable in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Relative position of node relative to its parent, root holds absolute position.
- relPos - Variable in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Relative position of node relative to its parent, root holds absolute position.
- relPos - Variable in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Relative position of node relative to its parent, root holds absolute position.
- remove - Variable in class org.magicwerk.brownies.collections.IList.Iter
-
index where element will be removed if remove() is called
- remove - Variable in class org.magicwerk.brownies.collections.IList.ListIter
-
index where element will be removed if remove() is called
- remove() - Method in class org.magicwerk.brownies.collections.IList.Iter
- remove() - Method in class org.magicwerk.brownies.collections.IList.ListIter
- remove() - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.remove()
- remove() - Method in class org.magicwerk.brownies.collections.IListAsDeque
- remove() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapCountIter
- remove() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap.KeyMapIter
- remove() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.remove()
- remove() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.remove()
- remove() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.remove()
- remove() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.remove()
- remove() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.remove()
- remove() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.remove()
- remove() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.remove()
- remove() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.remove()
- remove(int) - Method in class org.magicwerk.brownies.collections.GapList
- remove(int) - Method in class org.magicwerk.brownies.collections.IList
- remove(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- remove(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- remove(int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- remove(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- remove(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- remove(int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- remove(int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- remove(int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- remove(int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- remove(int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- remove(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- remove(int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- remove(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- remove(int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- remove(int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- remove(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- remove(int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Remove specified range of elements from list.
- remove(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Remove specified range of elements from list.
- remove(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Remove specified range of elements from list.
- remove(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Remove specified range of elements from list.
- remove(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Remove specified range of elements from list.
- remove(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Remove specified range of elements from list.
- remove(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Remove specified range of elements from list.
- remove(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Remove specified range of elements from list.
- remove(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Remove specified range of elements from list.
- remove(Object) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
- remove(Object) - Method in class org.magicwerk.brownies.collections.IList
- remove(Object) - Method in class org.magicwerk.brownies.collections.IListAsDeque
- remove(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
- remove(Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- remove(Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- remove(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- remove(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- remove(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- remove(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- remove(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- remove(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- remove(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- remove(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- remove(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- remove(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- remove(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- remove(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- remove(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- remove(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- remove(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- remove(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- remove(Object, boolean, Object, KeyCollectionImpl) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
-
Remove element from key map.
- remove(Object, KeyCollectionImpl.KeyMap) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Remove element.
- removeAll(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Removes all equal elements.
- removeAll(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Removes all equal elements.
- removeAll(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Removes all equal elements.
- removeAll(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Removes all equal elements.
- removeAll(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Removes all equal elements.
- removeAll(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Removes all equal elements.
- removeAll(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Removes all equal elements.
- removeAll(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Removes all equal elements.
- removeAll(E) - Method in class org.magicwerk.brownies.collections.IList
-
Removes all equal elements.
- removeAll(E) - Method in class org.magicwerk.brownies.collections.Key1Collection
- removeAll(E) - Method in class org.magicwerk.brownies.collections.Key1List
- removeAll(E) - Method in class org.magicwerk.brownies.collections.Key2Collection
- removeAll(E) - Method in class org.magicwerk.brownies.collections.Key2List
- removeAll(E) - Method in class org.magicwerk.brownies.collections.KeyCollection
- removeAll(E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Removes all equal elements.
- removeAll(E) - Method in class org.magicwerk.brownies.collections.KeyList
- removeAll(E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.IList
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.IListAsDeque
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- removeAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- removeAll(Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- removeAll(Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- removeAll(Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- removeAll(Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- removeAll(Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- removeAll(Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- removeAll(Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- removeAll(Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.IList
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- removeAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- removeAll(IBooleanList) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- removeAll(IByteList) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- removeAll(ICharList) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- removeAll(IDoubleList) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- removeAll(IFloatList) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- removeAll(IIntList) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- removeAll(ILongList) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- removeAll(IShortList) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- removeAllByKey(int, Object) - Method in class org.magicwerk.brownies.collections.Key1List.ReadOnlyKey1List
- removeAllByKey(int, Object) - Method in class org.magicwerk.brownies.collections.Key2List.ReadOnlyKey2List
- removeAllByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Removes element by key.
- removeAllByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
- removeAllByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Removes element by key.
- removeAllByKey(int, Object, Collection<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- removeAllByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Removes all elements with specified key.
- removeAllByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
-
Removes all elements with specified key.
- removeAllByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Removes all elements with specified key.
- removeAllByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
-
Removes all elements with specified key.
- removeAllByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Removes all elements with specified key.
- removeAllByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
-
Removes all elements with specified key.
- removeByKey(int, Object) - Method in class org.magicwerk.brownies.collections.Key1List.ReadOnlyKey1List
- removeByKey(int, Object) - Method in class org.magicwerk.brownies.collections.Key2List.ReadOnlyKey2List
- removeByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- removeByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
- removeByKey(int, Object) - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Removes element by key.
- removeByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1Collection
-
Removes element with specified key.
- removeByKey1(K) - Method in class org.magicwerk.brownies.collections.Key1List
-
Removes element with specified key.
- removeByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Removes element with specified key.
- removeByKey1(K1) - Method in class org.magicwerk.brownies.collections.Key2List
-
Removes element with specified key.
- removeByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2Collection
-
Removes element with specified key.
- removeByKey2(K2) - Method in class org.magicwerk.brownies.collections.Key2List
-
Removes element with specified key.
- removeElem(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- removeElem(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- removeElem(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- removeElem(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- removeElem(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- removeElem(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- removeElem(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- removeElem(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- removeFirst() - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.removeFirst()
- removeFirst() - Method in class org.magicwerk.brownies.collections.IListAsDeque
- removeFirst() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.removeFirst()
- removeFirst() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.removeFirst()
- removeFirst() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.removeFirst()
- removeFirst() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.removeFirst()
- removeFirst() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.removeFirst()
- removeFirst() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.removeFirst()
- removeFirst() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.removeFirst()
- removeFirst() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.removeFirst()
- removeFirstOccurrence(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.removeFirstOccurrence(java.lang.Object)
- removeFirstOccurrence(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.removeFirstOccurrence(java.lang.Object)
- removeFirstOccurrence(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.removeFirstOccurrence(java.lang.Object)
- removeFirstOccurrence(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.removeFirstOccurrence(java.lang.Object)
- removeFirstOccurrence(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.removeFirstOccurrence(java.lang.Object)
- removeFirstOccurrence(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.removeFirstOccurrence(java.lang.Object)
- removeFirstOccurrence(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.removeFirstOccurrence(java.lang.Object)
- removeFirstOccurrence(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.removeFirstOccurrence(java.lang.Object)
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.removeFirstOccurrence(java.lang.Object)
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.IListAsDeque
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- removeFirstOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- removeIf(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Removes all elements in the list which match the predicate.
- removeIf(Predicate<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Removes all elements in the list which match the predicate.
- removeIf(Predicate<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Removes all elements in the list which match the predicate.
- removeIf(Predicate<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Removes all elements in the list which match the predicate.
- removeIf(Predicate<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Removes all elements in the list which match the predicate.
- removeIf(Predicate<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Removes all elements in the list which match the predicate.
- removeIf(Predicate<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Removes all elements in the list which match the predicate.
- removeIf(Predicate<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Removes all elements in the list which match the predicate.
- removeIf(Predicate<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Removes all elements in the list which match the predicate.
- removeLast() - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.removeLast()
- removeLast() - Method in class org.magicwerk.brownies.collections.IListAsDeque
- removeLast() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.removeLast()
- removeLast() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.removeLast()
- removeLast() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.removeLast()
- removeLast() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.removeLast()
- removeLast() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.removeLast()
- removeLast() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.removeLast()
- removeLast() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.removeLast()
- removeLast() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.removeLast()
- removeLastOccurrence(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
See
Deque.removeLastOccurrence(java.lang.Object)
- removeLastOccurrence(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
See
Deque.removeLastOccurrence(java.lang.Object)
- removeLastOccurrence(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
See
Deque.removeLastOccurrence(java.lang.Object)
- removeLastOccurrence(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
See
Deque.removeLastOccurrence(java.lang.Object)
- removeLastOccurrence(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
See
Deque.removeLastOccurrence(java.lang.Object)
- removeLastOccurrence(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
See
Deque.removeLastOccurrence(java.lang.Object)
- removeLastOccurrence(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
See
Deque.removeLastOccurrence(java.lang.Object)
- removeLastOccurrence(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
See
Deque.removeLastOccurrence(java.lang.Object)
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.IList
-
See
Deque.removeLastOccurrence(java.lang.Object)
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.IListAsDeque
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- removeLastOccurrence(Object) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- removeMax() - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
- removeMax() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
- removeMax() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
- removeMax() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
- removeMax() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
- removeMax() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
- removeMax() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
- removeMax() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
- removeMax() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
- removeMin(int) - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
- removeMin(int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
- removeMin(int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
- removeMin(int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
- removeMin(int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
- removeMin(int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
- removeMin(int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
- removeMin(int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
- removeMin(int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
- removeSelf() - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Removes this node from the tree.
- removeSelf() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Removes this node from the tree.
- removeSelf() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Removes this node from the tree.
- removeSelf() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Removes this node from the tree.
- removeSelf() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Removes this node from the tree.
- removeSelf() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Removes this node from the tree.
- removeSelf() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Removes this node from the tree.
- removeSelf() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Removes this node from the tree.
- removeSelf() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Removes this node from the tree.
- replace(int, int, IListable<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
- replace(int, int, IBooleanListable) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- replace(int, int, IByteListable) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- replace(int, int, ICharListable) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- replace(int, int, IDoubleListable) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- replace(int, int, IFloatListable) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- replace(int, int, IIntListable) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- replace(int, int, ILongListable) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- replace(int, int, IShortListable) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- replaceAll(int, int, Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Replaces the specified range with new elements.
- replaceAll(int, int, Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Replaces the specified range with new elements.
- replaceAll(int, int, Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Replaces the specified range with new elements.
- replaceAll(int, int, Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Replaces the specified range with new elements.
- replaceAll(int, int, Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Replaces the specified range with new elements.
- replaceAll(int, int, Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Replaces the specified range with new elements.
- replaceAll(int, int, Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Replaces the specified range with new elements.
- replaceAll(int, int, Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Replaces the specified range with new elements.
- replaceAll(int, int, Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Replaces the specified range with new elements.
- replaceAll(int, int, IList<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Replaces the specified range with new elements.
- replaceAll(int, int, IBooleanList) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Replaces the specified range with new elements.
- replaceAll(int, int, IByteList) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Replaces the specified range with new elements.
- replaceAll(int, int, ICharList) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Replaces the specified range with new elements.
- replaceAll(int, int, IDoubleList) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Replaces the specified range with new elements.
- replaceAll(int, int, IFloatList) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Replaces the specified range with new elements.
- replaceAll(int, int, IIntList) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Replaces the specified range with new elements.
- replaceAll(int, int, ILongList) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Replaces the specified range with new elements.
- replaceAll(int, int, IShortList) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Replaces the specified range with new elements.
- replaceArray(int, int, boolean...) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Replaces the specified range with new elements.
- replaceArray(int, int, byte...) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Replaces the specified range with new elements.
- replaceArray(int, int, char...) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Replaces the specified range with new elements.
- replaceArray(int, int, double...) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Replaces the specified range with new elements.
- replaceArray(int, int, float...) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Replaces the specified range with new elements.
- replaceArray(int, int, int...) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Replaces the specified range with new elements.
- replaceArray(int, int, long...) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Replaces the specified range with new elements.
- replaceArray(int, int, short...) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Replaces the specified range with new elements.
- replaceArray(int, int, E...) - Method in class org.magicwerk.brownies.collections.IList
-
Replaces the specified range with new elements.
- replaceMult(int, int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Replaces the specified range with new elements.
- replaceMult(int, int, int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Replaces the specified range with new elements.
- replaceMult(int, int, int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Replaces the specified range with new elements.
- replaceMult(int, int, int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Replaces the specified range with new elements.
- replaceMult(int, int, int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Replaces the specified range with new elements.
- replaceMult(int, int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Replaces the specified range with new elements.
- replaceMult(int, int, int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Replaces the specified range with new elements.
- replaceMult(int, int, int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Replaces the specified range with new elements.
- replaceMult(int, int, int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Replaces the specified range with new elements.
- resize(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Resizes the list so it will afterwards have a size of
len
. - resize(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Resizes the list so it will afterwards have a size of
len
. - resize(int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Resizes the list so it will afterwards have a size of
len
. - resize(int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Resizes the list so it will afterwards have a size of
len
. - resize(int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Resizes the list so it will afterwards have a size of
len
. - resize(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Resizes the list so it will afterwards have a size of
len
. - resize(int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Resizes the list so it will afterwards have a size of
len
. - resize(int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Resizes the list so it will afterwards have a size of
len
. - resize(int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Resizes the list so it will afterwards have a size of
len
. - resultIndex(int) - Method in enum org.magicwerk.brownies.collections.helper.SortedLists.KeyAbsentBehavior
- resultIndex(Comparator<? super E>, E, List<? extends E>, int) - Method in enum org.magicwerk.brownies.collections.helper.SortedLists.KeyPresentBehavior
- retain(int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Retain specified range of elements from list, the other elements are removed.
- retain(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Retain specified range of elements from list, the other elements are removed.
- retain(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Retain specified range of elements from list, the other elements are removed.
- retain(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Retain specified range of elements from list, the other elements are removed.
- retain(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Retain specified range of elements from list, the other elements are removed.
- retain(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Retain specified range of elements from list, the other elements are removed.
- retain(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Retain specified range of elements from list, the other elements are removed.
- retain(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Retain specified range of elements from list, the other elements are removed.
- retain(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Retain specified range of elements from list, the other elements are removed.
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.IList
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.IListAsDeque
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- retainAll(Collection<?>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- retainAll(Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- retainAll(Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- retainAll(Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- retainAll(Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- retainAll(Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- retainAll(Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- retainAll(Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- retainAll(Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.IList
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- retainAll(IList<?>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- retainAll(IBooleanList) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- retainAll(IByteList) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- retainAll(ICharList) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- retainAll(IDoubleList) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- retainAll(IFloatList) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- retainAll(IIntList) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- retainAll(ILongList) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- retainAll(IShortList) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- retainIf(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Retains all elements in the list which match the predicate.
- retainIf(Predicate<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Retains all elements in the list which match the predicate.
- retainIf(Predicate<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Retains all elements in the list which match the predicate.
- retainIf(Predicate<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Retains all elements in the list which match the predicate.
- retainIf(Predicate<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Retains all elements in the list which match the predicate.
- retainIf(Predicate<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Retains all elements in the list which match the predicate.
- retainIf(Predicate<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Retains all elements in the list which match the predicate.
- retainIf(Predicate<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Retains all elements in the list which match the predicate.
- retainIf(Predicate<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Retains all elements in the list which match the predicate.
- reverse() - Method in class org.magicwerk.brownies.collections.IList
-
Reverses the order of all elements in the specified list.
- reverse() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Reverses the order of all elements in the specified list.
- reverse() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Reverses the order of all elements in the specified list.
- reverse() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Reverses the order of all elements in the specified list.
- reverse() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Reverses the order of all elements in the specified list.
- reverse() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Reverses the order of all elements in the specified list.
- reverse() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Reverses the order of all elements in the specified list.
- reverse() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Reverses the order of all elements in the specified list.
- reverse() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Reverses the order of all elements in the specified list.
- reverse(int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Reverses the order of the specified elements in the list.
- reverse(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Reverses the order of the specified elements in the list.
- reverse(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Reverses the order of the specified elements in the list.
- reverse(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Reverses the order of the specified elements in the list.
- reverse(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Reverses the order of the specified elements in the list.
- reverse(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Reverses the order of the specified elements in the list.
- reverse(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Reverses the order of the specified elements in the list.
- reverse(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Reverses the order of the specified elements in the list.
- reverse(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Reverses the order of the specified elements in the list.
- right - Variable in class org.magicwerk.brownies.collections.BigList.BlockNode
-
The right child node or the successor if
BigList.BlockNode.rightIsNext
. - right - Variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
The right child node or the successor if
BooleanBigList.BooleanBlockNode.rightIsNext
. - right - Variable in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
The right child node or the successor if
ByteBigList.ByteBlockNode.rightIsNext
. - right - Variable in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
The right child node or the successor if
CharBigList.CharBlockNode.rightIsNext
. - right - Variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
The right child node or the successor if
DoubleBigList.DoubleBlockNode.rightIsNext
. - right - Variable in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
The right child node or the successor if
FloatBigList.FloatBlockNode.rightIsNext
. - right - Variable in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
The right child node or the successor if
IntBigList.IntBlockNode.rightIsNext
. - right - Variable in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
The right child node or the successor if
LongBigList.LongBlockNode.rightIsNext
. - right - Variable in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
The right child node or the successor if
ShortBigList.ShortBlockNode.rightIsNext
. - rightIsNext - Variable in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Flag indicating that right reference is not a subtree but the successor.
- rightIsNext - Variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Flag indicating that right reference is not a subtree but the successor.
- rightIsNext - Variable in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Flag indicating that right reference is not a subtree but the successor.
- rightIsNext - Variable in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Flag indicating that right reference is not a subtree but the successor.
- rightIsNext - Variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Flag indicating that right reference is not a subtree but the successor.
- rightIsNext - Variable in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Flag indicating that right reference is not a subtree but the successor.
- rightIsNext - Variable in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Flag indicating that right reference is not a subtree but the successor.
- rightIsNext - Variable in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Flag indicating that right reference is not a subtree but the successor.
- rightIsNext - Variable in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Flag indicating that right reference is not a subtree but the successor.
- rootNode - Variable in class org.magicwerk.brownies.collections.BigList
-
The root node in the tree
- rootNode - Variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
The root node in the tree
- rootNode - Variable in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
The root node in the tree
- rootNode - Variable in class org.magicwerk.brownies.collections.primitive.CharBigList
-
The root node in the tree
- rootNode - Variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
The root node in the tree
- rootNode - Variable in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
The root node in the tree
- rootNode - Variable in class org.magicwerk.brownies.collections.primitive.IntBigList
-
The root node in the tree
- rootNode - Variable in class org.magicwerk.brownies.collections.primitive.LongBigList
-
The root node in the tree
- rootNode - Variable in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
The root node in the tree
- rotate(int) - Method in class org.magicwerk.brownies.collections.IList
-
Rotate specified elements in the list.
- rotate(int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Rotate specified elements in the list.
- rotate(int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Rotate specified elements in the list.
- rotate(int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Rotate specified elements in the list.
- rotate(int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Rotate specified elements in the list.
- rotate(int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Rotate specified elements in the list.
- rotate(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Rotate specified elements in the list.
- rotate(int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Rotate specified elements in the list.
- rotate(int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Rotate specified elements in the list.
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.MergeSort
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.BooleanMergeSort
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ByteMergeSort
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.CharMergeSort
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.DoubleMergeSort
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.FloatMergeSort
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.IntMergeSort
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.LongMergeSort
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ShortMergeSort
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Rotate specified elements in the list.
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Rotate specified elements in the list.
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Rotate specified elements in the list.
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Rotate specified elements in the list.
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Rotate specified elements in the list.
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Rotate specified elements in the list.
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Rotate specified elements in the list.
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Rotate specified elements in the list.
- rotate(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Rotate specified elements in the list.
- rotateLeft() - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Rotate tree to the left using this node as center.
- rotateLeft() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Rotate tree to the left using this node as center.
- rotateLeft() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Rotate tree to the left using this node as center.
- rotateLeft() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Rotate tree to the left using this node as center.
- rotateLeft() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Rotate tree to the left using this node as center.
- rotateLeft() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Rotate tree to the left using this node as center.
- rotateLeft() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Rotate tree to the left using this node as center.
- rotateLeft() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Rotate tree to the left using this node as center.
- rotateLeft() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Rotate tree to the left using this node as center.
- rotateRight() - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Rotate tree to the right using this node as center.
- rotateRight() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Rotate tree to the right using this node as center.
- rotateRight() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Rotate tree to the right using this node as center.
- rotateRight() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Rotate tree to the right using this node as center.
- rotateRight() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Rotate tree to the right using this node as center.
- rotateRight() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Rotate tree to the right using this node as center.
- rotateRight() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Rotate tree to the right using this node as center.
- rotateRight() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Rotate tree to the right using this node as center.
- rotateRight() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Rotate tree to the right using this node as center.
S
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.BigList.ReadOnlyBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.BigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.GapList.ReadOnlyList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.GapList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.helper.MutableInt
-
Required for serialization support.
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.Key1List.ReadOnlyKey1List
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.Key2List.ReadOnlyKey2List
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.KeyList.ImmutableKeyList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList.ReadOnlyBooleanBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.BooleanGapList.ReadOnlyList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList.ImmutableBooleanObjBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList.ImmutableBooleanObjGapList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.ByteBigList.ReadOnlyByteBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.ByteGapList.ReadOnlyList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.ByteObjBigList.ImmutableByteObjBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.ByteObjGapList.ImmutableByteObjGapList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.CharBigList.ReadOnlyCharBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.CharBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.CharGapList.ReadOnlyList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.CharGapList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.CharObjBigList.ImmutableCharObjBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.CharObjGapList.ImmutableCharObjGapList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList.ReadOnlyDoubleBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.DoubleGapList.ReadOnlyList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList.ImmutableDoubleObjBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList.ImmutableDoubleObjGapList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.FloatBigList.ReadOnlyFloatBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.FloatGapList.ReadOnlyList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.FloatObjBigList.ImmutableFloatObjBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.FloatObjGapList.ImmutableFloatObjGapList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.IntBigList.ReadOnlyIntBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.IntBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.IntGapList.ReadOnlyList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.IntGapList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.IntObjBigList.ImmutableIntObjBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.IntObjGapList.ImmutableIntObjGapList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.LongBigList.ReadOnlyLongBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.LongBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.LongGapList.ReadOnlyList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.LongGapList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.LongObjBigList.ImmutableLongObjBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.LongObjGapList.ImmutableLongObjGapList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.ShortBigList.ReadOnlyShortBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.ShortGapList.ReadOnlyList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.ShortObjBigList.ImmutableShortObjBigList
-
UID for serialization
- serialVersionUID - Static variable in class org.magicwerk.brownies.collections.primitive.ShortObjGapList.ImmutableShortObjGapList
-
UID for serialization
- set(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- set(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- set(int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- set(int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- set(int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- set(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- set(int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- set(int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- set(int, E) - Method in class org.magicwerk.brownies.collections.IList
- set(int, E) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- set(E) - Method in class org.magicwerk.brownies.collections.IList.ListIter
- setAll(int, Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Sets the specified elements.
- setAll(int, Collection<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- setAll(int, Collection<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- setAll(int, Collection<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- setAll(int, Collection<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- setAll(int, Collection<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- setAll(int, Collection<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- setAll(int, Collection<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- setAll(int, Collection<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- setAll(int, Collection<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- setAll(int, Collection<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- setAll(int, Collection<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- setAll(int, Collection<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- setAll(int, Collection<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- setAll(int, Collection<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- setAll(int, Collection<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- setAll(int, Collection<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- setAll(int, Collection<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Sets the specified elements.
- setAll(int, Collection<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Sets the specified elements.
- setAll(int, Collection<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Sets the specified elements.
- setAll(int, Collection<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Sets the specified elements.
- setAll(int, Collection<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Sets the specified elements.
- setAll(int, Collection<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Sets the specified elements.
- setAll(int, Collection<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Sets the specified elements.
- setAll(int, Collection<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Sets the specified elements.
- setAll(int, IList<? extends E>) - Method in class org.magicwerk.brownies.collections.IList
-
Sets the specified elements.
- setAll(int, IList<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- setAll(int, IList<? extends Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- setAll(int, IList<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- setAll(int, IList<? extends Byte>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- setAll(int, IList<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- setAll(int, IList<? extends Character>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- setAll(int, IList<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- setAll(int, IList<? extends Double>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- setAll(int, IList<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- setAll(int, IList<? extends Float>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- setAll(int, IList<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- setAll(int, IList<? extends Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- setAll(int, IList<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- setAll(int, IList<? extends Long>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- setAll(int, IList<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- setAll(int, IList<? extends Short>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- setAll(int, IBooleanList) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Sets the specified elements.
- setAll(int, IByteList) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Sets the specified elements.
- setAll(int, ICharList) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Sets the specified elements.
- setAll(int, IDoubleList) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Sets the specified elements.
- setAll(int, IFloatList) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Sets the specified elements.
- setAll(int, IIntList) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Sets the specified elements.
- setAll(int, ILongList) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Sets the specified elements.
- setAll(int, IShortList) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Sets the specified elements.
- setArray(int, boolean...) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Sets the specified elements.
- setArray(int, boolean[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- setArray(int, byte...) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Sets the specified elements.
- setArray(int, byte[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- setArray(int, char...) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Sets the specified elements.
- setArray(int, char[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- setArray(int, double...) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Sets the specified elements.
- setArray(int, double[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- setArray(int, float...) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Sets the specified elements.
- setArray(int, float[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- setArray(int, int...) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Sets the specified elements.
- setArray(int, int[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- setArray(int, long...) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Sets the specified elements.
- setArray(int, long[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- setArray(int, short...) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Sets the specified elements.
- setArray(int, short[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- setArray(int, E...) - Method in class org.magicwerk.brownies.collections.IList
-
Sets the specified elements.
- setArray(int, E[], int, int) - Method in class org.magicwerk.brownies.collections.IList
- setArray(int, Boolean...) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- setArray(int, Boolean...) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- setArray(int, Byte...) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- setArray(int, Byte...) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- setArray(int, Character...) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- setArray(int, Character...) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- setArray(int, Double...) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- setArray(int, Double...) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- setArray(int, Float...) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- setArray(int, Float...) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- setArray(int, Integer...) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- setArray(int, Integer...) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- setArray(int, Long...) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- setArray(int, Long...) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- setArray(int, Short...) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- setArray(int, Short...) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- setBehavior - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
True to specify that the collection behaves like a
Set
on adding elements, i.e. - setBehavior - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
true if collections implements
Set
, false for @{link Collection} (behavior ofKeyCollectionImpl.add(E)
changes) - setBlock(BigList.Block<E>) - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Sets block to store by this node.
- setBooleanBlock(BooleanBigList.BooleanBlock) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Sets block to store by this node.
- setByteBlock(ByteBigList.ByteBlock) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Sets block to store by this node.
- setCharBlock(CharBigList.CharBlock) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Sets block to store by this node.
- setDoubleBlock(DoubleBigList.DoubleBlock) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Sets block to store by this node.
- setFloatBlock(FloatBigList.FloatBlock) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Sets block to store by this node.
- setIntBlock(IntBigList.IntBlock) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Sets block to store by this node.
- setLeft(BigList.BlockNode<E>, BigList.BlockNode<E>) - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Sets the left field to the node, or the previous node if that is null
- setLeft(BooleanBigList.BooleanBlockNode, BooleanBigList.BooleanBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Sets the left field to the node, or the previous node if that is null
- setLeft(ByteBigList.ByteBlockNode, ByteBigList.ByteBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Sets the left field to the node, or the previous node if that is null
- setLeft(CharBigList.CharBlockNode, CharBigList.CharBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Sets the left field to the node, or the previous node if that is null
- setLeft(DoubleBigList.DoubleBlockNode, DoubleBigList.DoubleBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Sets the left field to the node, or the previous node if that is null
- setLeft(FloatBigList.FloatBlockNode, FloatBigList.FloatBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Sets the left field to the node, or the previous node if that is null
- setLeft(IntBigList.IntBlockNode, IntBigList.IntBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Sets the left field to the node, or the previous node if that is null
- setLeft(LongBigList.LongBlockNode, LongBigList.LongBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Sets the left field to the node, or the previous node if that is null
- setLeft(ShortBigList.ShortBlockNode, ShortBigList.ShortBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Sets the left field to the node, or the previous node if that is null
- setLongBlock(LongBigList.LongBlock) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Sets block to store by this node.
- setMult(int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Sets the element multiple times.
- setMult(int, int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Sets the element multiple times.
- setMult(int, int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Sets the element multiple times.
- setMult(int, int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Sets the element multiple times.
- setMult(int, int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Sets the element multiple times.
- setMult(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Sets the element multiple times.
- setMult(int, int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Sets the element multiple times.
- setMult(int, int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Sets the element multiple times.
- setMult(int, int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Sets the element multiple times.
- setOffset(BigList.BlockNode<E>, int) - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Sets the relative position.
- setOffset(BooleanBigList.BooleanBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Sets the relative position.
- setOffset(ByteBigList.ByteBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Sets the relative position.
- setOffset(CharBigList.CharBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Sets the relative position.
- setOffset(DoubleBigList.DoubleBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Sets the relative position.
- setOffset(FloatBigList.FloatBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Sets the relative position.
- setOffset(IntBigList.IntBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Sets the relative position.
- setOffset(LongBigList.LongBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Sets the relative position.
- setOffset(ShortBigList.ShortBlockNode, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Sets the relative position.
- setRight(BigList.BlockNode<E>, BigList.BlockNode<E>) - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Sets the right field to the node, or the next node if that is null
- setRight(BooleanBigList.BooleanBlockNode, BooleanBigList.BooleanBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Sets the right field to the node, or the next node if that is null
- setRight(ByteBigList.ByteBlockNode, ByteBigList.ByteBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Sets the right field to the node, or the next node if that is null
- setRight(CharBigList.CharBlockNode, CharBigList.CharBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Sets the right field to the node, or the next node if that is null
- setRight(DoubleBigList.DoubleBlockNode, DoubleBigList.DoubleBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Sets the right field to the node, or the next node if that is null
- setRight(FloatBigList.FloatBlockNode, FloatBigList.FloatBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Sets the right field to the node, or the next node if that is null
- setRight(IntBigList.IntBlockNode, IntBigList.IntBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Sets the right field to the node, or the next node if that is null
- setRight(LongBigList.LongBlockNode, LongBigList.LongBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Sets the right field to the node, or the next node if that is null
- setRight(ShortBigList.ShortBlockNode, ShortBigList.ShortBlockNode) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Sets the right field to the node, or the next node if that is null
- setShortBlock(ShortBigList.ShortBlock) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Sets block to store by this node.
- setSorted(int, E, E) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- setValue(int) - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Sets the value.
- setValue(E) - Method in class org.magicwerk.brownies.collections.ImmutableMapEntry
- setValue(Number) - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Sets the value from any Number instance.
- ShortBigList - Class in org.magicwerk.brownies.collections.primitive
-
ShortBigList is a list optimized for storing large number of elements.
- ShortBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Default constructor.
- ShortBigList(boolean, ShortBigList) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Constructor used internally, e.g.
- ShortBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Constructor.
- ShortBigList(int, int) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Internal constructor.
- ShortBigList(Collection<Short>) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Create new list with specified elements.
- ShortBigList.ReadOnlyShortBigList - Class in org.magicwerk.brownies.collections.primitive
-
A read-only version of
Key1List
. - ShortBigList.ShortBlock - Class in org.magicwerk.brownies.collections.primitive
-
A block stores in maximum blockSize number of elements.
- ShortBigList.ShortBlockNode - Class in org.magicwerk.brownies.collections.primitive
-
Implements an AVLNode storing a ShortBlock.
- ShortBinarySearch - Class in org.magicwerk.brownies.collections.helper.primitive
-
Binary search for primitive type short.
- ShortBinarySearch() - Constructor for class org.magicwerk.brownies.collections.helper.primitive.ShortBinarySearch
- ShortBlock() - Constructor for class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlock
- ShortBlock(int) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlock
- ShortBlock(ShortBigList.ShortBlock) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlock
- ShortBlockNode(ShortBigList.ShortBlockNode, int, ShortBigList.ShortBlock, ShortBigList.ShortBlockNode, ShortBigList.ShortBlockNode) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Constructs a new node.
- ShortGapList - Class in org.magicwerk.brownies.collections.primitive
-
Class {link ShortGapList} combines the strengths of both
ArrayList
andLinkedList
. - ShortGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Construct a list with the default initial capacity.
- ShortGapList(boolean, ShortGapList) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Constructor used internally, e.g.
- ShortGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Construct a list with specified initial capacity.
- ShortGapList(Collection<Short>) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Construct a list to contain the specified elements.
- ShortGapList.ReadOnlyList - Class in org.magicwerk.brownies.collections.primitive
-
A read-only version of
ShortGapList
. - ShortMergeSort - Class in org.magicwerk.brownies.collections.helper.primitive
-
This class implements a stable in-place merge sort.
- ShortMergeSort(IShortList) - Constructor for class org.magicwerk.brownies.collections.helper.primitive.ShortMergeSort
- ShortObjBigList - Class in org.magicwerk.brownies.collections.primitive
-
ShortObjBigList implements the List interface and uses an instance of ShortBigList for storage.
- ShortObjBigList() - Constructor for class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- ShortObjBigList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- ShortObjBigList(Collection<? extends Short>) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- ShortObjBigList.ImmutableShortObjBigList - Class in org.magicwerk.brownies.collections.primitive
-
An immutable version of a BigList.
- ShortObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
ShortObjGapList implements the List interface and uses an instance of ShortGapList for storage.
- ShortObjGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- ShortObjGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- ShortObjGapList(Collection<? extends Short>) - Constructor for class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- ShortObjGapList.ImmutableShortObjGapList - Class in org.magicwerk.brownies.collections.primitive
-
An immutable version of a GapList.
- SingletonComparator<T> - Class in org.magicwerk.brownies.collections.helper
-
Abstract base class for implementing a singleton comparator.
- SingletonComparator() - Constructor for class org.magicwerk.brownies.collections.helper.SingletonComparator
- size - Variable in class org.magicwerk.brownies.collections.BigList
-
Number of elements stored in this BigList
- size - Variable in class org.magicwerk.brownies.collections.GapList
-
Number of elements stored in this GapList
- size - Variable in class org.magicwerk.brownies.collections.IList.IListableFromCollection
- size - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Size of collection.
- size - Variable in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Number of elements stored in this BooleanBigList
- size - Variable in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Number of elements stored in this BooleanGapList
- size - Variable in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Number of elements stored in this ByteBigList
- size - Variable in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Number of elements stored in this ByteGapList
- size - Variable in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Number of elements stored in this CharBigList
- size - Variable in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Number of elements stored in this CharGapList
- size - Variable in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Number of elements stored in this DoubleBigList
- size - Variable in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Number of elements stored in this DoubleGapList
- size - Variable in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Number of elements stored in this FloatBigList
- size - Variable in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Number of elements stored in this FloatGapList
- size - Variable in class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromCollection
- size - Variable in class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromCollection
- size - Variable in class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromCollection
- size - Variable in class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromCollection
- size - Variable in class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromCollection
- size - Variable in class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromCollection
- size - Variable in class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromCollection
- size - Variable in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Number of elements stored in this IntBigList
- size - Variable in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Number of elements stored in this IntGapList
- size - Variable in class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromCollection
- size - Variable in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Number of elements stored in this LongBigList
- size - Variable in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Number of elements stored in this LongGapList
- size - Variable in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Number of elements stored in this ShortBigList
- size - Variable in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Number of elements stored in this ShortGapList
- size() - Method in class org.magicwerk.brownies.collections.BigList
- size() - Method in class org.magicwerk.brownies.collections.CollectionAsSet
- size() - Method in class org.magicwerk.brownies.collections.GapList
- size() - Method in class org.magicwerk.brownies.collections.IList.IListableFromArray
- size() - Method in class org.magicwerk.brownies.collections.IList.IListableFromCollection
- size() - Method in class org.magicwerk.brownies.collections.IList.IListableFromList
- size() - Method in class org.magicwerk.brownies.collections.IList.IListableFromMult
- size() - Method in class org.magicwerk.brownies.collections.IList
- size() - Method in interface org.magicwerk.brownies.collections.IListable
-
Return size of list
- size() - Method in class org.magicwerk.brownies.collections.IListAsDeque
- size() - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
- size() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- size() - Method in class org.magicwerk.brownies.collections.KeyListImpl
- size() - Method in class org.magicwerk.brownies.collections.Listables.IListableArray
- size() - Method in class org.magicwerk.brownies.collections.Listables.IListableList
- size() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- size() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- size() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- size() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- size() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- size() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- size() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- size() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- size() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- size() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- size() - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- size() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- size() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- size() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- size() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- size() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- size() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- size() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- size() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- size() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- size() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromArray
- size() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromCollection
- size() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromList
- size() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromMult
- size() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- size() - Method in interface org.magicwerk.brownies.collections.primitive.IBooleanListable
- size() - Method in class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromArray
- size() - Method in class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromCollection
- size() - Method in class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromList
- size() - Method in class org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromMult
- size() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- size() - Method in interface org.magicwerk.brownies.collections.primitive.IByteListable
- size() - Method in class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromArray
- size() - Method in class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromCollection
- size() - Method in class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromList
- size() - Method in class org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromMult
- size() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- size() - Method in interface org.magicwerk.brownies.collections.primitive.ICharListable
- size() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromArray
- size() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromCollection
- size() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromList
- size() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromMult
- size() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- size() - Method in interface org.magicwerk.brownies.collections.primitive.IDoubleListable
- size() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromArray
- size() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromCollection
- size() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromList
- size() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList.IFloatListableFromMult
- size() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- size() - Method in interface org.magicwerk.brownies.collections.primitive.IFloatListable
- size() - Method in class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromArray
- size() - Method in class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromCollection
- size() - Method in class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromList
- size() - Method in class org.magicwerk.brownies.collections.primitive.IIntList.IIntListableFromMult
- size() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- size() - Method in interface org.magicwerk.brownies.collections.primitive.IIntListable
- size() - Method in class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromArray
- size() - Method in class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromCollection
- size() - Method in class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromList
- size() - Method in class org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromMult
- size() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- size() - Method in interface org.magicwerk.brownies.collections.primitive.ILongListable
- size() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- size() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- size() - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- size() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- size() - Method in class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromArray
- size() - Method in class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromCollection
- size() - Method in class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromList
- size() - Method in class org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromMult
- size() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- size() - Method in interface org.magicwerk.brownies.collections.primitive.IShortListable
- size() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- size() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- size() - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- size() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- size() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- size() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- size() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- size() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- sort - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl.KeyMapBuilder
-
True to sort
- sort() - Method in class org.magicwerk.brownies.collections.helper.MergeSort
- sort() - Method in class org.magicwerk.brownies.collections.helper.primitive.BooleanMergeSort
- sort() - Method in class org.magicwerk.brownies.collections.helper.primitive.ByteMergeSort
- sort() - Method in class org.magicwerk.brownies.collections.helper.primitive.CharMergeSort
- sort() - Method in class org.magicwerk.brownies.collections.helper.primitive.DoubleMergeSort
- sort() - Method in class org.magicwerk.brownies.collections.helper.primitive.FloatMergeSort
- sort() - Method in class org.magicwerk.brownies.collections.helper.primitive.IntMergeSort
- sort() - Method in class org.magicwerk.brownies.collections.helper.primitive.LongMergeSort
- sort() - Method in class org.magicwerk.brownies.collections.helper.primitive.ShortMergeSort
- sort() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Sort elements in the list using the specified comparator.
- sort() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Sort elements in the list using the specified comparator.
- sort() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Sort elements in the list using the specified comparator.
- sort() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Sort elements in the list using the specified comparator.
- sort() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Sort elements in the list using the specified comparator.
- sort() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Sort elements in the list using the specified comparator.
- sort() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Sort elements in the list using the specified comparator.
- sort() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Sort elements in the list using the specified comparator.
- sort(boolean[], int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- sort(byte[], int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- sort(char[], int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- sort(double[], int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- sort(float[], int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- sort(int[], int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- sort(int, int) - Method in class org.magicwerk.brownies.collections.helper.MergeSort
- sort(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.BooleanMergeSort
- sort(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ByteMergeSort
- sort(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.CharMergeSort
- sort(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.DoubleMergeSort
- sort(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.FloatMergeSort
- sort(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.IntMergeSort
- sort(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.LongMergeSort
- sort(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ShortMergeSort
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Sort specified elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Sort specified elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Sort specified elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Sort specified elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Sort specified elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Sort specified elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Sort specified elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Sort specified elements in the list using the specified comparator.
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- sort(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- sort(int, int, Comparator) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- sort(int, int, Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.BigList
- sort(int, int, Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.GapList
- sort(int, int, Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Sort specified elements in the list using the specified comparator.
- sort(int, int, Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.KeyListImpl
- sort(long[], int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- sort(short[], int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
- sort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Sort elements in the list using the specified comparator.
- sort(List<E>, Comparator<? super E>) - Static method in class org.magicwerk.brownies.collections.helper.MergeSort
- sort(List<E>, Comparator<? super E>, int, int) - Static method in class org.magicwerk.brownies.collections.helper.MergeSort
- sort(IBooleanList) - Static method in class org.magicwerk.brownies.collections.helper.primitive.BooleanMergeSort
- sort(IBooleanList, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.BooleanMergeSort
- sort(IByteList) - Static method in class org.magicwerk.brownies.collections.helper.primitive.ByteMergeSort
- sort(IByteList, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.ByteMergeSort
- sort(ICharList) - Static method in class org.magicwerk.brownies.collections.helper.primitive.CharMergeSort
- sort(ICharList, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.CharMergeSort
- sort(IDoubleList) - Static method in class org.magicwerk.brownies.collections.helper.primitive.DoubleMergeSort
- sort(IDoubleList, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.DoubleMergeSort
- sort(IFloatList) - Static method in class org.magicwerk.brownies.collections.helper.primitive.FloatMergeSort
- sort(IFloatList, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.FloatMergeSort
- sort(IIntList) - Static method in class org.magicwerk.brownies.collections.helper.primitive.IntMergeSort
- sort(IIntList, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.IntMergeSort
- sort(ILongList) - Static method in class org.magicwerk.brownies.collections.helper.primitive.LongMergeSort
- sort(ILongList, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.LongMergeSort
- sort(IShortList) - Static method in class org.magicwerk.brownies.collections.helper.primitive.ShortMergeSort
- sort(IShortList, int, int) - Static method in class org.magicwerk.brownies.collections.helper.primitive.ShortMergeSort
- SortedLists - Class in org.magicwerk.brownies.collections.helper
-
Static methods pertaining to sorted
List
instances. - SortedLists() - Constructor for class org.magicwerk.brownies.collections.helper.SortedLists
- SortedLists.KeyAbsentBehavior - Enum in org.magicwerk.brownies.collections.helper
-
A specification for which index to return if the list contains no elements that compare as equal to the key.
- SortedLists.KeyPresentBehavior - Enum in org.magicwerk.brownies.collections.helper
-
A specification for which index to return if the list contains at least one element that compares as equal to the key.
- sortNullsFirst - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl.KeyMapBuilder
-
Determine whether null values appear first or last
- spliterator() - Method in class org.magicwerk.brownies.collections.BigList
- start - Variable in class org.magicwerk.brownies.collections.GapList
-
Physical position of first element
- start - Variable in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Physical position of first element
- start - Variable in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Physical position of first element
- start - Variable in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Physical position of first element
- start - Variable in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Physical position of first element
- start - Variable in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Physical position of first element
- start - Variable in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Physical position of first element
- start - Variable in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Physical position of first element
- start - Variable in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Physical position of first element
- subSequence(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- subtract(int) - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Subtracts a value from the value of this instance.
- subtract(Number) - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Subtracts a value from the value of this instance.
- supplier - Variable in class org.magicwerk.brownies.collections.helper.GapLists.CollectorImpl
- supplier() - Method in class org.magicwerk.brownies.collections.helper.GapLists.CollectorImpl
- swap(int, int) - Method in class org.magicwerk.brownies.collections.helper.MergeSort
- swap(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.BooleanMergeSort
- swap(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ByteMergeSort
- swap(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.CharMergeSort
- swap(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.DoubleMergeSort
- swap(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.FloatMergeSort
- swap(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.IntMergeSort
- swap(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.LongMergeSort
- swap(int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ShortMergeSort
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Swap the specified elements in the list.
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Swap the specified elements in the list.
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Swap the specified elements in the list.
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Swap the specified elements in the list.
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Swap the specified elements in the list.
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Swap the specified elements in the list.
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Swap the specified elements in the list.
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Swap the specified elements in the list.
- swap(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Swap the specified elements in the list.
- SYMBOL_ADDED - Static variable in class org.magicwerk.brownies.collections.KeyCollectionImpl
- SYMBOL_ERROR_NULL_KEY - Static variable in class org.magicwerk.brownies.collections.KeyCollectionImpl
- SYMBOL_NOT_ADDED - Static variable in class org.magicwerk.brownies.collections.KeyCollectionImpl
T
- toArray() - Method in class org.magicwerk.brownies.collections.CollectionAsSet
- toArray() - Method in class org.magicwerk.brownies.collections.IList
- toArray() - Method in class org.magicwerk.brownies.collections.IListAsDeque
- toArray() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- toArray() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- toArray() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- toArray() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- toArray() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- toArray() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- toArray() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- toArray() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- toArray() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- toArray(boolean[]) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- toArray(boolean[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns an array containing the specified elements in this list.
- toArray(byte[]) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- toArray(byte[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns an array containing the specified elements in this list.
- toArray(char[]) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- toArray(char[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns an array containing the specified elements in this list.
- toArray(double[]) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- toArray(double[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns an array containing the specified elements in this list.
- toArray(float[]) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- toArray(float[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns an array containing the specified elements in this list.
- toArray(int[]) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- toArray(int[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(long[]) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- toArray(long[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns an array containing the specified elements in this list.
- toArray(short[]) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- toArray(short[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns an array containing the specified elements in this list.
- toArray(Class) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns an array containing the elements in this list.
- toArray(Class) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns an array containing the elements in this list.
- toArray(Class) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns an array containing the elements in this list.
- toArray(Class) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns an array containing the elements in this list.
- toArray(Class) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns an array containing the elements in this list.
- toArray(Class) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns an array containing the elements in this list.
- toArray(Class) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns an array containing the elements in this list.
- toArray(Class) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns an array containing the elements in this list.
- toArray(Class<T>) - Method in class org.magicwerk.brownies.collections.IList
-
Returns an array containing the elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Returns an array containing the specified elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(Class<T>, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(Class, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Returns an array containing the specified elements in this list.
- toArray(Class, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Returns an array containing the specified elements in this list.
- toArray(Class, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Returns an array containing the specified elements in this list.
- toArray(Class, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Returns an array containing the specified elements in this list.
- toArray(Class, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Returns an array containing the specified elements in this list.
- toArray(Class, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Returns an array containing the specified elements in this list.
- toArray(Class, int, int) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Returns an array containing the specified elements in this list.
- toArray(Class, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Returns an array containing the specified elements in this list.
- toArray(Collection<?>) - Static method in class org.magicwerk.brownies.collections.IList
-
Copies the collection values into an array.
- toArray(Collection<Boolean>) - Static method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Copies the collection values into an array.
- toArray(Collection<Byte>) - Static method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Copies the collection values into an array.
- toArray(Collection<Character>) - Static method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Copies the collection values into an array.
- toArray(Collection<Double>) - Static method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Copies the collection values into an array.
- toArray(Collection<Float>) - Static method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Copies the collection values into an array.
- toArray(Collection<Integer>) - Static method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Copies the collection values into an array.
- toArray(Collection<Long>) - Static method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Copies the collection values into an array.
- toArray(Collection<Short>) - Static method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Copies the collection values into an array.
- toArray(T[]) - Method in class org.magicwerk.brownies.collections.CollectionAsSet
- toArray(T[]) - Method in class org.magicwerk.brownies.collections.IList
- toArray(T[]) - Method in class org.magicwerk.brownies.collections.IListAsDeque
- toArray(T[]) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.IList
-
Returns an array containing the specified elements in this list.
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
-
Returns an array containing the specified elements in this list.
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
-
Returns an array containing the specified elements in this list.
- toArray(T[], int, int) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
Returns an array containing the specified elements in this list.
- toBigList() - Static method in class org.magicwerk.brownies.collections.helper.GapLists
-
Return collector which collects the elements into a
BigList
. - toGapList() - Static method in class org.magicwerk.brownies.collections.helper.GapLists
-
Return collector which collects the elements into a
GapList
. - toInteger() - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Gets this mutable as an instance of Integer.
- toList() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
-
Returns all elements contained in this collection as list.
- toPrimitive(Boolean[]) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- toPrimitive(Boolean[]) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- toPrimitive(Byte[]) - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- toPrimitive(Byte[]) - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- toPrimitive(Character[]) - Static method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- toPrimitive(Character[]) - Static method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- toPrimitive(Double[]) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- toPrimitive(Double[]) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- toPrimitive(Float[]) - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- toPrimitive(Float[]) - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- toPrimitive(Integer[]) - Static method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- toPrimitive(Integer[]) - Static method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- toPrimitive(Long[]) - Static method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- toPrimitive(Long[]) - Static method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- toPrimitive(Short[]) - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- toPrimitive(Short[]) - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- toPrimitive(Collection<? extends Boolean>) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- toPrimitive(Collection<? extends Boolean>) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- toPrimitive(Collection<? extends Byte>) - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- toPrimitive(Collection<? extends Byte>) - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- toPrimitive(Collection<? extends Character>) - Static method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- toPrimitive(Collection<? extends Character>) - Static method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- toPrimitive(Collection<? extends Double>) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- toPrimitive(Collection<? extends Double>) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- toPrimitive(Collection<? extends Float>) - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- toPrimitive(Collection<? extends Float>) - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- toPrimitive(Collection<? extends Integer>) - Static method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- toPrimitive(Collection<? extends Integer>) - Static method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- toPrimitive(Collection<? extends Long>) - Static method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- toPrimitive(Collection<? extends Long>) - Static method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- toPrimitive(Collection<? extends Short>) - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- toPrimitive(Collection<? extends Short>) - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- toPrimitive(BigList<? extends Boolean>) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- toPrimitive(BigList<? extends Byte>) - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- toPrimitive(BigList<? extends Character>) - Static method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- toPrimitive(BigList<? extends Double>) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- toPrimitive(BigList<? extends Float>) - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- toPrimitive(BigList<? extends Integer>) - Static method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- toPrimitive(BigList<? extends Long>) - Static method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- toPrimitive(BigList<? extends Short>) - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- toPrimitive(GapList<? extends Boolean>) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- toPrimitive(GapList<? extends Byte>) - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- toPrimitive(GapList<? extends Character>) - Static method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- toPrimitive(GapList<? extends Double>) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- toPrimitive(GapList<? extends Float>) - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- toPrimitive(GapList<? extends Integer>) - Static method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- toPrimitive(GapList<? extends Long>) - Static method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- toPrimitive(GapList<? extends Short>) - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- toString() - Method in class org.magicwerk.brownies.collections.BigList.BlockNode
-
Used for debugging.
- toString() - Method in class org.magicwerk.brownies.collections.CollectionAsSet
- toString() - Method in class org.magicwerk.brownies.collections.helper.MutableInt
-
Returns the String value of this mutable.
- toString() - Method in class org.magicwerk.brownies.collections.helper.Option
- toString() - Method in class org.magicwerk.brownies.collections.IList
- toString() - Method in class org.magicwerk.brownies.collections.ImmutableMapEntry
- toString() - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
- toString() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.KeyMap
- toString() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl
- toString() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlockNode
-
Used for debugging.
- toString() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlockNode
-
Used for debugging.
- toString() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlockNode
-
Used for debugging.
- toString() - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlockNode
-
Used for debugging.
- toString() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlockNode
-
Used for debugging.
- toString() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlockNode
-
Used for debugging.
- toString() - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlockNode
-
Used for debugging.
- toString() - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlockNode
-
Used for debugging.
- toString() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- toString() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- toWrapper(boolean[]) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- toWrapper(boolean[]) - Static method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- toWrapper(byte[]) - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- toWrapper(byte[]) - Static method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- toWrapper(char[]) - Static method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- toWrapper(char[]) - Static method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- toWrapper(double[]) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- toWrapper(double[]) - Static method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- toWrapper(float[]) - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- toWrapper(float[]) - Static method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- toWrapper(int[]) - Static method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- toWrapper(int[]) - Static method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- toWrapper(long[]) - Static method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- toWrapper(long[]) - Static method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- toWrapper(short[]) - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- toWrapper(short[]) - Static method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- TRANSFER_COPY - Static variable in class org.magicwerk.brownies.collections.IList
- TRANSFER_COPY - Static variable in class org.magicwerk.brownies.collections.primitive.IBooleanList
- TRANSFER_COPY - Static variable in class org.magicwerk.brownies.collections.primitive.IByteList
- TRANSFER_COPY - Static variable in class org.magicwerk.brownies.collections.primitive.ICharList
- TRANSFER_COPY - Static variable in class org.magicwerk.brownies.collections.primitive.IDoubleList
- TRANSFER_COPY - Static variable in class org.magicwerk.brownies.collections.primitive.IFloatList
- TRANSFER_COPY - Static variable in class org.magicwerk.brownies.collections.primitive.IIntList
- TRANSFER_COPY - Static variable in class org.magicwerk.brownies.collections.primitive.ILongList
- TRANSFER_COPY - Static variable in class org.magicwerk.brownies.collections.primitive.IShortList
- TRANSFER_MOVE - Static variable in class org.magicwerk.brownies.collections.IList
- TRANSFER_MOVE - Static variable in class org.magicwerk.brownies.collections.primitive.IBooleanList
- TRANSFER_MOVE - Static variable in class org.magicwerk.brownies.collections.primitive.IByteList
- TRANSFER_MOVE - Static variable in class org.magicwerk.brownies.collections.primitive.ICharList
- TRANSFER_MOVE - Static variable in class org.magicwerk.brownies.collections.primitive.IDoubleList
- TRANSFER_MOVE - Static variable in class org.magicwerk.brownies.collections.primitive.IFloatList
- TRANSFER_MOVE - Static variable in class org.magicwerk.brownies.collections.primitive.IIntList
- TRANSFER_MOVE - Static variable in class org.magicwerk.brownies.collections.primitive.ILongList
- TRANSFER_MOVE - Static variable in class org.magicwerk.brownies.collections.primitive.IShortList
- TRANSFER_REMOVE - Static variable in class org.magicwerk.brownies.collections.IList
- TRANSFER_REMOVE - Static variable in class org.magicwerk.brownies.collections.primitive.IBooleanList
- TRANSFER_REMOVE - Static variable in class org.magicwerk.brownies.collections.primitive.IByteList
- TRANSFER_REMOVE - Static variable in class org.magicwerk.brownies.collections.primitive.ICharList
- TRANSFER_REMOVE - Static variable in class org.magicwerk.brownies.collections.primitive.IDoubleList
- TRANSFER_REMOVE - Static variable in class org.magicwerk.brownies.collections.primitive.IFloatList
- TRANSFER_REMOVE - Static variable in class org.magicwerk.brownies.collections.primitive.IIntList
- TRANSFER_REMOVE - Static variable in class org.magicwerk.brownies.collections.primitive.ILongList
- TRANSFER_REMOVE - Static variable in class org.magicwerk.brownies.collections.primitive.IShortList
- transferCopy(IList<E>, int, int, IList<? super E>, int, int) - Static method in class org.magicwerk.brownies.collections.IList
-
Copies elements from one list to another.
- transferCopy(IBooleanList, int, int, IBooleanList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Copies elements from one list to another.
- transferCopy(IByteList, int, int, IByteList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Copies elements from one list to another.
- transferCopy(ICharList, int, int, ICharList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Copies elements from one list to another.
- transferCopy(IDoubleList, int, int, IDoubleList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Copies elements from one list to another.
- transferCopy(IFloatList, int, int, IFloatList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Copies elements from one list to another.
- transferCopy(IIntList, int, int, IIntList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Copies elements from one list to another.
- transferCopy(ILongList, int, int, ILongList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Copies elements from one list to another.
- transferCopy(IShortList, int, int, IShortList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Copies elements from one list to another.
- transferMove(IList<E>, int, int, IList<? super E>, int, int) - Static method in class org.magicwerk.brownies.collections.IList
-
Moves elements from one list to another by setting it to null in the source list.
- transferMove(IBooleanList, int, int, IBooleanList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Moves elements from one list to another by setting it to null in the source list.
- transferMove(IByteList, int, int, IByteList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Moves elements from one list to another by setting it to null in the source list.
- transferMove(ICharList, int, int, ICharList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Moves elements from one list to another by setting it to null in the source list.
- transferMove(IDoubleList, int, int, IDoubleList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Moves elements from one list to another by setting it to null in the source list.
- transferMove(IFloatList, int, int, IFloatList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Moves elements from one list to another by setting it to null in the source list.
- transferMove(IIntList, int, int, IIntList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Moves elements from one list to another by setting it to null in the source list.
- transferMove(ILongList, int, int, ILongList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Moves elements from one list to another by setting it to null in the source list.
- transferMove(IShortList, int, int, IShortList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Moves elements from one list to another by setting it to null in the source list.
- transferRemove(IList<E>, int, int, IList<? super E>, int, int) - Static method in class org.magicwerk.brownies.collections.IList
-
Moves elements from one list to another by removing it from the source list.
- transferRemove(IBooleanList, int, int, IBooleanList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Moves elements from one list to another by removing it from the source list.
- transferRemove(IByteList, int, int, IByteList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Moves elements from one list to another by removing it from the source list.
- transferRemove(ICharList, int, int, ICharList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Moves elements from one list to another by removing it from the source list.
- transferRemove(IDoubleList, int, int, IDoubleList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Moves elements from one list to another by removing it from the source list.
- transferRemove(IFloatList, int, int, IFloatList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Moves elements from one list to another by removing it from the source list.
- transferRemove(IIntList, int, int, IIntList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Moves elements from one list to another by removing it from the source list.
- transferRemove(ILongList, int, int, ILongList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Moves elements from one list to another by removing it from the source list.
- transferRemove(IShortList, int, int, IShortList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Moves elements from one list to another by removing it from the source list.
- transferSwap(IList<E>, int, IList<E>, int, int) - Static method in class org.magicwerk.brownies.collections.IList
-
Swaps elements from two lists.
- transferSwap(IBooleanList, int, IBooleanList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Swaps elements from two lists.
- transferSwap(IByteList, int, IByteList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Swaps elements from two lists.
- transferSwap(ICharList, int, ICharList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Swaps elements from two lists.
- transferSwap(IDoubleList, int, IDoubleList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Swaps elements from two lists.
- transferSwap(IFloatList, int, IFloatList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Swaps elements from two lists.
- transferSwap(IIntList, int, IIntList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Swaps elements from two lists.
- transferSwap(ILongList, int, ILongList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Swaps elements from two lists.
- transferSwap(IShortList, int, IShortList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Swaps elements from two lists.
- transform(UnaryOperator<E>) - Method in class org.magicwerk.brownies.collections.IList
-
Change the list by applying the specified operator to all elements.
- transform(UnaryOperator<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Change the list by applying the specified operator to all elements.
- transform(UnaryOperator<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Change the list by applying the specified operator to all elements.
- transform(UnaryOperator<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Change the list by applying the specified operator to all elements.
- transform(UnaryOperator<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Change the list by applying the specified operator to all elements.
- transform(UnaryOperator<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Change the list by applying the specified operator to all elements.
- transform(UnaryOperator<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Change the list by applying the specified operator to all elements.
- transform(UnaryOperator<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Change the list by applying the specified operator to all elements.
- transform(UnaryOperator<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Change the list by applying the specified operator to all elements.
- transformedList(UnaryOperator<E>) - Method in class org.magicwerk.brownies.collections.IList
-
Create a new list by applying the specified transforming operator to all elements.
- transformedList(UnaryOperator<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Create a new list by applying the specified transforming operator to all elements.
- transformedList(UnaryOperator<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Create a new list by applying the specified transforming operator to all elements.
- transformedList(UnaryOperator<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Create a new list by applying the specified transforming operator to all elements.
- transformedList(UnaryOperator<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Create a new list by applying the specified transforming operator to all elements.
- transformedList(UnaryOperator<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Create a new list by applying the specified transforming operator to all elements.
- transformedList(UnaryOperator<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Create a new list by applying the specified transforming operator to all elements.
- transformedList(UnaryOperator<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Create a new list by applying the specified transforming operator to all elements.
- transformedList(UnaryOperator<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Create a new list by applying the specified transforming operator to all elements.
- trimToSize() - Method in class org.magicwerk.brownies.collections.BigList
-
Pack as many elements in the blocks as allowed.
- trimToSize() - Method in class org.magicwerk.brownies.collections.GapList
-
Trims the capacity of this GapList instance to be the list's current size.
- trimToSize() - Method in class org.magicwerk.brownies.collections.IList
-
An application can use this operation to minimize the storage of an instance.
- trimToSize() - Method in class org.magicwerk.brownies.collections.KeyListImpl
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Pack as many elements in the blocks as allowed.
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Trims the capacity of this BooleanGapList instance to be the list's current size.
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Pack as many elements in the blocks as allowed.
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Trims the capacity of this ByteGapList instance to be the list's current size.
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Pack as many elements in the blocks as allowed.
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Trims the capacity of this CharGapList instance to be the list's current size.
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Pack as many elements in the blocks as allowed.
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Trims the capacity of this DoubleGapList instance to be the list's current size.
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Pack as many elements in the blocks as allowed.
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Trims the capacity of this FloatGapList instance to be the list's current size.
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Pack as many elements in the blocks as allowed.
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Trims the capacity of this IntGapList instance to be the list's current size.
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Pack as many elements in the blocks as allowed.
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Trims the capacity of this LongGapList instance to be the list's current size.
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Pack as many elements in the blocks as allowed.
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Trims the capacity of this ShortGapList instance to be the list's current size.
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- trimToSize() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
U
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.BigList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.GapList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.IList
-
Returns an unmodifiable view of this list.
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.Key1List
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.Key2List
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.KeyList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjBigList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjBigList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.CharObjBigList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjBigList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjBigList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.IByteList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.ICharList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.IIntList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.ILongList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.IntObjBigList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.IShortList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.LongObjBigList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjBigList
- unmodifiableList() - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
- unref() - Method in class org.magicwerk.brownies.collections.BigList.Block
-
Decrement reference count as block is no longer used by one BigList instance.
- unref() - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList.BooleanBlock
-
Decrement reference count as block is no longer used by one BooleanBigList instance.
- unref() - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList.ByteBlock
-
Decrement reference count as block is no longer used by one ByteBigList instance.
- unref() - Method in class org.magicwerk.brownies.collections.primitive.CharBigList.CharBlock
-
Decrement reference count as block is no longer used by one CharBigList instance.
- unref() - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList.DoubleBlock
-
Decrement reference count as block is no longer used by one DoubleBigList instance.
- unref() - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlock
-
Decrement reference count as block is no longer used by one FloatBigList instance.
- unref() - Method in class org.magicwerk.brownies.collections.primitive.IntBigList.IntBlock
-
Decrement reference count as block is no longer used by one IntBigList instance.
- unref() - Method in class org.magicwerk.brownies.collections.primitive.LongBigList.LongBlock
-
Decrement reference count as block is no longer used by one LongBigList instance.
- unref() - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlock
-
Decrement reference count as block is no longer used by one ShortBigList instance.
- unwrap() - Method in class org.magicwerk.brownies.collections.KeyListImpl
-
Returns the elements stored in the KeyList as simple IList without constraints etc.
- upper(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.MergeSort
- upper(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.BooleanMergeSort
- upper(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ByteMergeSort
- upper(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.CharMergeSort
- upper(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.DoubleMergeSort
- upper(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.FloatMergeSort
- upper(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.IntMergeSort
- upper(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.LongMergeSort
- upper(int, int, int) - Method in class org.magicwerk.brownies.collections.helper.primitive.ShortMergeSort
- useBigList - Variable in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
True to store list data in a BigList instance, false for a GapList instance (only used for KeyList, Key1List, Key2List)
V
- value - Variable in class org.magicwerk.brownies.collections.helper.MutableInt
-
The mutable value.
- value - Variable in class org.magicwerk.brownies.collections.helper.Option
- value - Variable in class org.magicwerk.brownies.collections.ImmutableMapEntry
- valueOf(String) - Static method in enum org.magicwerk.brownies.collections.helper.SortedLists.KeyAbsentBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.magicwerk.brownies.collections.helper.SortedLists.KeyPresentBehavior
-
Returns the enum constant of this type with the specified name.
- values - Variable in class org.magicwerk.brownies.collections.GapList
-
Array holding raw data
- values - Variable in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Array holding raw data
- values - Variable in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Array holding raw data
- values - Variable in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Array holding raw data
- values - Variable in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Array holding raw data
- values - Variable in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Array holding raw data
- values - Variable in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Array holding raw data
- values - Variable in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Array holding raw data
- values - Variable in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Array holding raw data
- values() - Static method in enum org.magicwerk.brownies.collections.helper.SortedLists.KeyAbsentBehavior
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.magicwerk.brownies.collections.helper.SortedLists.KeyPresentBehavior
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.magicwerk.brownies.collections.KeyCollectionAsMap
W
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify delete trigger.
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withAfterDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify insert trigger.
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withAfterInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify delete trigger.
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withBeforeDeleteTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify insert trigger.
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withBeforeInsertTrigger(Consumer<E>) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify initial capacity.
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withCapacity(int) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify element constraint.
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withConstraint(Predicate<E>) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
- withContent(E...) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withContent(E...) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withContent(E...) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withContent(E...) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withContent(E...) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withContent(E...) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withContent(E...) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withContent(E...) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify elements added to the collection upon creation.
- withContent(E...) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withContent(E...) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify elements added to the collection upon creation.
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withContent(Collection<? extends E>) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
- withElemCount(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
Specifies that the collection only counts the number of occurrences of equal elements, but does not store the elements themselves.
- withElemCount(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withElemCount(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withElemCount(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the collection only counts the number of occurrences of equal elements, but does not store the elements themselves.
- withElemCount(boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
Specifies that the collection only counts the number of occurrences of equal elements, but does not store the elements themselves.
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
Specify whether duplicates are allowed or not.
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Specify whether duplicates are allowed or not.
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether duplicates are allowed or not.
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withElemDuplicates(boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
Specify whether duplicates are allowed or not.
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
Specify whether duplicates are allowed or not.
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Specify whether duplicates are allowed or not.
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether duplicates are allowed or not.
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withElemDuplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
Specify whether duplicates are allowed or not.
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies whether null elements are allowed or not.
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withElemNull(boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
- withElemSet() - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withElemSet() - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withElemSet() - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
Add element map (with ident mapper).
- withElemSet() - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withElemSet() - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withElemSet() - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Add element map (with ident mapper).
- withElemSet() - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
-
Add element map (with ident mapper).
- withElemSet() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Add element map (with ident mapper).
- withElemSet() - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withElemSet() - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
Add element map (with ident mapper).
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify that the element set should be sorted using the natural comparator.
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withElemSort(boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Set comparator to use for sorting the element set.
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withElemSort(Comparator<? super E>) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Set comparator to use for sorting the element set.
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withElemSort(Comparator<? super E>, boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
- withKey1Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withKey1Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withKey1Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withKey1Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withKey1Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withKey1Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withKey1Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether duplicates are allowed or not.
- withKey1Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withKey1Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withKey1Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withKey1Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withKey1Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withKey1Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withKey1Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether duplicates are allowed or not.
- withKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
Add key map.
- withKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
Add key map.
- withKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
Add key map.
- withKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Add key map.
- withKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Add key map.
- withKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Add key map.
- withKey1Null(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withKey1Null(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withKey1Null(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withKey1Null(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withKey1Null(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withKey1Null(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withKey1Null(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether null elements are allowed or not.
- withKey1Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withKey1Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withKey1Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withKey1Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withKey1Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withKey1Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withKey1Sort(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K>, boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K>, boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K>, boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K1>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K1>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K1>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K1>, boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K1>, boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Set comparator to use for sorting the key map.
- withKey1Sort(Comparator<? super K1>, boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Set comparator to use for sorting the key map.
- withKey2Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withKey2Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withKey2Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withKey2Duplicates(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether duplicates are allowed or not.
- withKey2Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withKey2Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withKey2Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withKey2Duplicates(boolean, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether duplicates are allowed or not.
- withKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Add key map.
- withKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Add key map.
- withKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Add key map.
- withKey2Null(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withKey2Null(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withKey2Null(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withKey2Null(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether null elements are allowed or not.
- withKey2Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withKey2Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withKey2Sort(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withKey2Sort(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Set comparator to use for sorting the key map.
- withKey2Sort(Comparator<? super K2>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Set comparator to use for sorting the key map.
- withKey2Sort(Comparator<? super K2>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Set comparator to use for sorting the key map.
- withKey2Sort(Comparator<? super K2>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Set comparator to use for sorting the key map.
- withKey2Sort(Comparator<? super K2>, boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Set comparator to use for sorting the key map.
- withKey2Sort(Comparator<? super K2>, boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Set comparator to use for sorting the key map.
- withKey2Sort(Comparator<? super K2>, boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Set comparator to use for sorting the key map.
- withKeyDuplicates(int, boolean, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- withKeyMap(int, Function) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- withKeyNull(int, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- withKeySort(int, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- withKeySort(int, Comparator<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- withKeySort(int, Comparator<?>, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- withListBig(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withListBig(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withListBig(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify whether list should be stored in an instance of BigList or GapList.
- withListBig(boolean) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withListType(Class<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the list will store its elements as primitive type.
- withListType(Class<?>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify maximum size of collection.
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withMaxSize(int) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies whether null elements are allowed or not.
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withNull(boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the collection will have the order of the element set.
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withOrderByElem(boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
- withOrderByElem(Class<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the list will have the order of the element set.
- withOrderByElem(Class<?>) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withOrderByKey(int, boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- withOrderByKey(int, Class<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- withOrderByKey1(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withOrderByKey1(boolean) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withOrderByKey1(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
- withOrderByKey1(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withOrderByKey1(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withOrderByKey1(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withOrderByKey1(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the collection will have the order of the key map.
- withOrderByKey1(Class<?>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withOrderByKey1(Class<?>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withOrderByKey1(Class<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the list will have the order of the key map.
- withOrderByKey2(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withOrderByKey2(boolean) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withOrderByKey2(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
- withOrderByKey2(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the collection will have the order of the key map.
- withOrderByKey2(Class<?>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withOrderByKey2(Class<?>) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the list will have the order of the key map.
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
Specify the element to be a primary key.
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Specify the element to be a primary key.
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify the element to be a primary key.
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withPrimaryElem() - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
Specify the element to be a primary key.
- withPrimaryKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
Specify this key to be a primary key.
- withPrimaryKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
Specify this key to be a primary key.
- withPrimaryKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
Specify this key to be a primary key.
- withPrimaryKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Specify this key to be a primary key.
- withPrimaryKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Specify this key to be a primary key.
- withPrimaryKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Specify this key to be a primary key.
- withPrimaryKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Specify this key to be a primary key.
- withPrimaryKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Specify this key to be a primary key.
- withPrimaryKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Specify this key to be a primary key.
- withPrimaryKeyMap(int, Function) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- withSetBehavior(boolean) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withSetBehavior(boolean) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
Specifies that the collection behaves like a
Set
on adding elements, i.e. - withSetBehavior(boolean) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withSetBehavior(boolean) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Specifies that the collection behaves like a
Set
on adding elements, i.e. - withSetBehavior(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withSetBehavior(boolean) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specifies that the collection behaves like a
Set
on adding elements, i.e. - withSetBehavior(boolean) - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
Specifies that the collection behaves like a
Set
on adding elements, i.e. - withUniqueElem() - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
Specify the element to be a unique key.
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Specify the element to be a unique key.
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify the element to be a unique key.
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- withUniqueElem() - Method in class org.magicwerk.brownies.collections.KeySet.Builder
-
Specify the element to be a unique key.
- withUniqueKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
-
Specify this key to be a unique key.
- withUniqueKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
-
Specify this key to be a unique key.
- withUniqueKey1Map(Function<? super E, K>) - Method in class org.magicwerk.brownies.collections.Key1Set.Builder
-
Specify this key to be a unique key.
- withUniqueKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Specify this key to be a unique key.
- withUniqueKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Specify this key to be a unique key.
- withUniqueKey1Map(Function<? super E, K1>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Specify this key to be a unique key.
- withUniqueKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
-
Specify this key to be a unique key.
- withUniqueKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
-
Specify this key to be a unique key.
- withUniqueKey2Map(Function<? super E, K2>) - Method in class org.magicwerk.brownies.collections.Key2Set.Builder
-
Specify this key to be a unique key.
- withUniqueKeyMap(int, Function) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
- withWindowSize(int) - Method in class org.magicwerk.brownies.collections.Key1List.Builder
- withWindowSize(int) - Method in class org.magicwerk.brownies.collections.Key2List.Builder
- withWindowSize(int) - Method in class org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl
-
Specify maximum window size of collection.
- withWindowSize(int) - Method in class org.magicwerk.brownies.collections.KeyList.Builder
- write(OutputStream, ByteGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.GapListPrimitives
-
Write specified number of bytes from ByteGapList into OutputStream.
- write(Writer, CharGapList, int, int) - Static method in class org.magicwerk.brownies.collections.primitive.GapListPrimitives
-
Write specified number of chars from CharGapList into Writer.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.BigList
-
Serialize a BigList object.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.GapList
-
Serialize a GapList object.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Serialize a BooleanBigList object.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Serialize a BooleanGapList object.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.primitive.ByteBigList
-
Serialize a ByteBigList object.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Serialize a ByteGapList object.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.primitive.CharBigList
-
Serialize a CharBigList object.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Serialize a CharGapList object.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Serialize a DoubleBigList object.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Serialize a DoubleGapList object.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.primitive.FloatBigList
-
Serialize a FloatBigList object.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Serialize a FloatGapList object.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.primitive.IntBigList
-
Serialize a IntBigList object.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Serialize a IntGapList object.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.primitive.LongBigList
-
Serialize a LongBigList object.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Serialize a LongGapList object.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.primitive.ShortBigList
-
Serialize a ShortBigList object.
- writeObject(ObjectOutputStream) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Serialize a ShortGapList object.
All Classes All Packages