- fill(E) - Method in class org.magicwerk.brownies.collections.IList
-
Fill list.
- fill(int, int, E) - Method in class org.magicwerk.brownies.collections.IList
-
Fill specified elements.
- fill(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Fill list.
- fill(int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Fill specified elements.
- fill(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Fill list.
- fill(int, int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Fill specified elements.
- fill(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Fill list.
- fill(int, int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Fill specified elements.
- fill(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Fill list.
- fill(int, int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Fill specified elements.
- fill(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Fill list.
- fill(int, int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Fill specified elements.
- fill(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Fill list.
- fill(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Fill specified elements.
- fill(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Fill list.
- fill(int, int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Fill specified elements.
- fill(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Fill list.
- fill(int, int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Fill specified elements.
- filter(Predicate<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Filter the list using the specified predicate.
- filter(Predicate<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Filter the list using the specified predicate.
- filter(Predicate<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Filter the list using the specified predicate.
- filter(Predicate<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Filter the list using the specified predicate.
- filter(Predicate<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Filter the list using the specified predicate.
- filter(Predicate<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Filter the list using the specified predicate.
- filter(Predicate<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Filter the list using the specified predicate.
- filter(Predicate<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Filter the list using the specified predicate.
- filter(Predicate<Short>) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Filter the list using the specified predicate.
- 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(int) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatBigList
-
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.FloatBlock() - Constructor for class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlock
-
- FloatBigList.FloatBlock(int) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlock
-
- FloatBigList.FloatBlock(FloatBigList.FloatBlock) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatBigList.FloatBlock
-
- 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
-
- FloatGapList - Class in org.magicwerk.brownies.collections.primitive
-
FloatGapList combines the strengths of both ArrayList and LinkedList.
- FloatGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Construct a list with the default initial capacity.
- 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.
- FloatMergeSort - Class in org.magicwerk.brownies.collections.helper.primitive
-
This class implements a stable in-place merge sort.
- 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
-
- 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
-