- indexOf(Object) - Method in class org.magicwerk.brownies.collections.GapList
-
- indexOf(boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- indexOf(byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- indexOf(char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- indexOf(double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- indexOf(float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- indexOf(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- indexOf(long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- indexOf(short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- init(int, E) - Method in class org.magicwerk.brownies.collections.GapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init(int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init(int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init(int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init(int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init(int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init(int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init(int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- init(int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Initializes the list so it will afterwards have a size of
len and contain only the element elem.
- IntGapList - Class in org.magicwerk.brownies.collections.primitive
-
IntGapList combines the strengths of both ArrayList and LinkedList.
- IntGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.IntGapList
-
Default constructor.
- IntGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.IntGapList
-
Construct a vector with given capacity.
- IntGapList(Collection<Integer>) - Constructor for class org.magicwerk.brownies.collections.primitive.IntGapList
-
Copy constructor.
- isEmpty() - Method in class org.magicwerk.brownies.collections.GapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
- isEmpty() - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
- iterator() - Method in class org.magicwerk.brownies.collections.GapList
-