Uses of Enum
org.pcollections.KVTree.IteratorType
-
Uses of KVTree.IteratorType in org.pcollections
Subclasses with type arguments of type KVTree.IteratorType in org.pcollectionsModifier and TypeClassDescriptionprivate static enumWhether an iterator returns entries or just keys.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)