Uses of Enum
org.magicwerk.brownies.collections.helper.SortedLists.KeyAbsentBehavior
Packages that use SortedLists.KeyAbsentBehavior
Package
Description
This packages contains helper classes for the package org.magicwerk.brownies.collections.
-
Uses of SortedLists.KeyAbsentBehavior in org.magicwerk.brownies.collections.helper
Methods in org.magicwerk.brownies.collections.helper that return SortedLists.KeyAbsentBehaviorModifier and TypeMethodDescriptionReturns 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.Methods in org.magicwerk.brownies.collections.helper with parameters of type SortedLists.KeyAbsentBehaviorModifier and TypeMethodDescriptionstatic <E> int
SortedLists.binarySearch
(List<? extends E> list, E key, Comparator<? super E> comparator, SortedLists.KeyPresentBehavior presentBehavior, SortedLists.KeyAbsentBehavior absentBehavior) Searches the specified list for the specified object using the binary search algorithm.