Uses of Enum
org.magicwerk.brownies.collections.helper.SortedLists.KeyPresentBehavior
Packages that use SortedLists.KeyPresentBehavior
Package
Description
This packages contains helper classes for the package org.magicwerk.brownies.collections.
-
Uses of SortedLists.KeyPresentBehavior in org.magicwerk.brownies.collections.helper
Subclasses with type arguments of type SortedLists.KeyPresentBehavior in org.magicwerk.brownies.collections.helperModifier and TypeClassDescriptionstatic enumA specification for which index to return if the list contains at least one element that compares as equal to the key.Methods in org.magicwerk.brownies.collections.helper that return SortedLists.KeyPresentBehaviorModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static SortedLists.KeyPresentBehavior[]SortedLists.KeyPresentBehavior.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.KeyPresentBehaviorModifier and TypeMethodDescriptionstatic <E> intSortedLists.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.