- binarySearch(K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.GapList
-
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.GapList
-
Searches the specified range for an object using the binary
search algorithm.
- binarySearch(byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Searches the specified range for an object using the binary
search algorithm.
- binarySearch(int, int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Searches the specified range for an object using the binary
search algorithm.
- binarySearch(char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Searches the specified range for an object using the binary
search algorithm.
- binarySearch(int, int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
-
Searches the specified range for an object using the binary
search algorithm.
- binarySearch(double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Searches the specified range for an object using the binary
search algorithm.
- binarySearch(int, int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
-
Searches the specified range for an object using the binary
search algorithm.
- binarySearch(float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Searches the specified range for an object using the binary
search algorithm.
- binarySearch(int, int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
-
Searches the specified range for an object using the binary
search algorithm.
- binarySearch(int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Searches the specified range for an object using the binary
search algorithm.
- binarySearch(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IntGapList
-
Searches the specified range for an object using the binary
search algorithm.
- binarySearch(long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Searches the specified range for an object using the binary
search algorithm.
- binarySearch(int, int, long) - Method in class org.magicwerk.brownies.collections.primitive.LongGapList
-
Searches the specified range for an object using the binary
search algorithm.
- binarySearch(short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Searches the specified range for an object using the binary
search algorithm.
- binarySearch(int, int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
-
Searches the specified range for an object using the binary
search algorithm.
- BooleanGapList - Class in org.magicwerk.brownies.collections.primitive
-
BooleanGapList combines the strengths of both ArrayList and LinkedList.
- BooleanGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Default constructor.
- BooleanGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Construct a vector with given capacity.
- BooleanGapList(Collection<Boolean>) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Copy constructor.
- build() - Method in class org.magicwerk.brownies.collections.MapList.Builder
-
Build MapList with specified options.
- ByteGapList - Class in org.magicwerk.brownies.collections.primitive
-
ByteGapList combines the strengths of both ArrayList and LinkedList.
- ByteGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Default constructor.
- ByteGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Construct a vector with given capacity.
- ByteGapList(Collection<Byte>) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteGapList
-
Copy constructor.