Uses of Class
org.pcollections.KVTree.IteratorType
-
-
Uses of KVTree.IteratorType in org.pcollections
Methods in org.pcollections that return KVTree.IteratorType Modifier and Type Method Description static KVTree.IteratorType
KVTree.IteratorType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KVTree.IteratorType[]
KVTree.IteratorType. 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.IteratorType Modifier and Type Method Description private static <K,V>
KVTree<K,V>KVTree. fromIterator(java.util.Iterator<?> iterator, KVTree.IteratorType iteratorType, int maxHeight)
-