Uses of Enum
org.pcollections.KVTree.IteratorType
-
Uses of KVTree.IteratorType in org.pcollections
Methods in org.pcollections that return KVTree.IteratorTypeModifier and TypeMethodDescriptionstatic KVTree.IteratorTypeReturns 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.IteratorTypeModifier and TypeMethodDescriptionprivate static <K,V> KVTree <K, V> KVTree.fromIterator(Iterator<?> iterator, KVTree.IteratorType iteratorType, int maxHeight)