- 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.
- 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.
- FloatGapList(float...) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Construct a list to contain the specified elements.
- 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(Float...) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-
- FloatObjGapList(Collection<? extends Float>) - Constructor for class org.magicwerk.brownies.collections.primitive.FloatObjGapList
-