A B C D E F G H I K L M N O P R S T U V W 

B

binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.GapList
 
binarySearch(int[], int, int, int) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
 
binarySearch(long[], int, int, long) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
 
binarySearch(double[], int, int, double) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
 
binarySearch(float[], int, int, float) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
 
binarySearch(boolean[], int, int, boolean) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
 
binarySearch(byte[], int, int, byte) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
 
binarySearch(char[], int, int, char) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
 
binarySearch(short[], int, int, short) - Static method in class org.magicwerk.brownies.collections.helper.ArraysHelper
 
binarySearch(List<? extends E>, E, Comparator<? super E>, SortedLists.KeyPresentBehavior, SortedLists.KeyAbsentBehavior) - Static method in class org.magicwerk.brownies.collections.helper.SortedLists
Searches the specified list for the specified object using the binary search algorithm.
binarySearch(K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.IList
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.IList
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.KeyListImpl
 
binarySearch(int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.BooleanGapList
 
binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
binarySearch(int, int, byte) - Method in class org.magicwerk.brownies.collections.primitive.ByteGapList
 
binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
binarySearch(int, int, char) - Method in class org.magicwerk.brownies.collections.primitive.CharGapList
 
binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.CharObjGapList
 
binarySearch(int, int, double) - Method in class org.magicwerk.brownies.collections.primitive.DoubleGapList
 
binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.DoubleObjGapList
 
binarySearch(int, int, float) - Method in class org.magicwerk.brownies.collections.primitive.FloatGapList
 
binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.FloatObjGapList
 
binarySearch(boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
Searches the specified range for an object using the binary search algorithm.
binarySearch(int, int, boolean) - Method in class org.magicwerk.brownies.collections.primitive.IBooleanList
Searches the specified range for an object using the binary search algorithm.
binarySearch(byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
Searches the specified range for an object using the binary search algorithm.
binarySearch(int, int, byte) - Method in class org.magicwerk.brownies.collections.primitive.IByteList
Searches the specified range for an object using the binary search algorithm.
binarySearch(char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
Searches the specified range for an object using the binary search algorithm.
binarySearch(int, int, char) - Method in class org.magicwerk.brownies.collections.primitive.ICharList
Searches the specified range for an object using the binary search algorithm.
binarySearch(double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
Searches the specified range for an object using the binary search algorithm.
binarySearch(int, int, double) - Method in class org.magicwerk.brownies.collections.primitive.IDoubleList
Searches the specified range for an object using the binary search algorithm.
binarySearch(float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
Searches the specified range for an object using the binary search algorithm.
binarySearch(int, int, float) - Method in class org.magicwerk.brownies.collections.primitive.IFloatList
Searches the specified range for an object using the binary search algorithm.
binarySearch(int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
Searches the specified range for an object using the binary search algorithm.
binarySearch(int, int, int) - Method in class org.magicwerk.brownies.collections.primitive.IIntList
Searches the specified range for an object using the binary search algorithm.
binarySearch(long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
Searches the specified range for an object using the binary search algorithm.
binarySearch(int, int, long) - Method in class org.magicwerk.brownies.collections.primitive.ILongList
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
 
binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.IntObjGapList
 
binarySearch(short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
Searches the specified range for an object using the binary search algorithm.
binarySearch(int, int, short) - Method in class org.magicwerk.brownies.collections.primitive.IShortList
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
 
binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.LongObjGapList
 
binarySearch(int, int, short) - Method in class org.magicwerk.brownies.collections.primitive.ShortGapList
 
binarySearch(int, int, K, Comparator<? super K>) - Method in class org.magicwerk.brownies.collections.primitive.ShortObjGapList
 
binarySearchAdd(List<? extends E>, E, Comparator<? super E>) - Static method in class org.magicwerk.brownies.collections.helper.SortedLists
Return the index of the first list element that compares as greater than the key, or list.size() if there is no such element.
binarySearchGet(List<? extends E>, E, Comparator<? super E>) - Static method in class org.magicwerk.brownies.collections.helper.SortedLists
Return the index of the first list element that compares as equal to the key.
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
Construct a list with the default initial capacity.
BooleanGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanGapList
Construct a list with specified initial capacity.
BooleanGapList(Collection<Boolean>) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanGapList
Construct a list to contain the specified elements.
BooleanGapList(boolean...) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanGapList
Construct a list to contain the specified elements.
BooleanObjGapList - Class in org.magicwerk.brownies.collections.primitive
BooleanObjGapList implements the List interface and uses an instance of BooleanGapList for storage.
BooleanObjGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
BooleanObjGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
BooleanObjGapList(Boolean...) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
BooleanObjGapList(Collection<? extends Boolean>) - Constructor for class org.magicwerk.brownies.collections.primitive.BooleanObjGapList
 
build() - Method in class org.magicwerk.brownies.collections.Key1Collection.Builder
 
build() - Method in class org.magicwerk.brownies.collections.Key1List.Builder
 
build() - Method in class org.magicwerk.brownies.collections.Key2Collection.Builder
 
build() - Method in class org.magicwerk.brownies.collections.Key2List.Builder
 
build() - Method in class org.magicwerk.brownies.collections.KeyCollection.Builder
 
build() - Method in class org.magicwerk.brownies.collections.KeyList.Builder
Create collection 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
Construct a list with the default initial capacity.
ByteGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteGapList
Construct a list with specified initial capacity.
ByteGapList(Collection<Byte>) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteGapList
Construct a list to contain the specified elements.
ByteGapList(byte...) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteGapList
Construct a list to contain the specified elements.
ByteObjGapList - Class in org.magicwerk.brownies.collections.primitive
ByteObjGapList implements the List interface and uses an instance of ByteGapList for storage.
ByteObjGapList() - Constructor for class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
ByteObjGapList(int) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
ByteObjGapList(Byte...) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
ByteObjGapList(Collection<? extends Byte>) - Constructor for class org.magicwerk.brownies.collections.primitive.ByteObjGapList
 
A B C D E F G H I K L M N O P R S T U V W