| Package | Description |
|---|---|
| org.magicwerk.brownies.collections.helper |
This packages contains helper classes for the package org.magicwerk.brownies.collections.
|
| Modifier and Type | Method and Description |
|---|---|
static SortedLists.KeyAbsentBehavior |
SortedLists.KeyAbsentBehavior.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SortedLists.KeyAbsentBehavior[] |
SortedLists.KeyAbsentBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> int |
SortedLists.binarySearch(java.util.List<? extends E> list,
E key,
java.util.Comparator<? super E> comparator,
SortedLists.KeyPresentBehavior presentBehavior,
SortedLists.KeyAbsentBehavior absentBehavior)
Searches the specified list for the specified object using the binary search algorithm.
|