- fill(E) - Method in class org.magicwerk.brownies.collections.IList
-
Fill list.
- fill(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Fill list.
- fill(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Fill list.
- fill(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Fill list.
- fill(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Fill list.
- fill(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Fill list.
- fill(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Fill list.
- fill(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Fill list.
- fill(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
-
Fill list.
- filter(IPredicate<? super E>) - Method in class org.magicwerk.brownies.collections.IList
-
Filter the list using the specified predicate.
- filter(IPredicate<Boolean>) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
-
Filter the list using the specified predicate.
- filter(IPredicate<Byte>) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
-
Filter the list using the specified predicate.
- filter(IPredicate<Character>) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
-
Filter the list using the specified predicate.
- filter(IPredicate<Double>) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
-
Filter the list using the specified predicate.
- filter(IPredicate<Float>) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
-
Filter the list using the specified predicate.
- filter(IPredicate<Integer>) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
-
Filter the list using the specified predicate.
- filter(IPredicate<Long>) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
-
Filter the list using the specified predicate.
- filter(IPredicate<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.
- 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
-