Uses of Class
org.pcollections.KVTree.SearchType
-
-
Uses of KVTree.SearchType in org.pcollections
Methods in org.pcollections that return KVTree.SearchType Modifier and Type Method Description static KVTree.SearchType
KVTree.SearchType. valueOf(java.lang.String name)
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.SearchType Modifier and Type Method Description (package private) KVTree<K,V>
KVTree. search(K key, java.util.Comparator<? super K> comparator, KVTree.SearchType searchType)
private KVTree<K,V>
TreePMap. search(K key, KVTree.SearchType searchTypeIfLeftToRight, KVTree.SearchType searchTypeIfRightToLeft)
private E
TreePSet. search(E e, KVTree.SearchType searchTypeIfLeftToRight, KVTree.SearchType searchTypeIfRightToLeft)
-