Uses of Enum
io.vavr.collection.Tree.Order
Packages that use Tree.Order
-
Uses of Tree.Order in io.vavr.collection
Subclasses with type arguments of type Tree.Order in io.vavr.collectionMethods in io.vavr.collection that return Tree.OrderModifier and TypeMethodDescriptionstatic Tree.OrderReturns the enum constant of this type with the specified name.static Tree.Order[]Tree.Order.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vavr.collection with parameters of type Tree.OrderModifier and TypeMethodDescriptionTree.iterator(Tree.Order order) Traverses this tree values in a specificTree.Order.Tree.traverse(Tree.Order order) Traverses this tree in a specific order.Tree.values(Tree.Order order) Traverses this tree values in a specific order.