Uses of Enum
org.pcollections.KVTree.SearchType
-
Uses of KVTree.SearchType in org.pcollections
Methods in org.pcollections that return KVTree.SearchTypeModifier and TypeMethodDescriptionstatic KVTree.SearchType
Returns the enum constant of this type with the specified name.static KVTree.SearchType[]
KVTree.SearchType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pcollections with parameters of type KVTree.SearchTypeModifier and TypeMethodDescriptionKVTree.search
(K key, Comparator<? super K> comparator, KVTree.SearchType searchType) TreePMap.search
(K key, KVTree.SearchType searchTypeIfLeftToRight, KVTree.SearchType searchTypeIfRightToLeft) private E
TreePSet.search
(E e, KVTree.SearchType searchTypeIfLeftToRight, KVTree.SearchType searchTypeIfRightToLeft)