Uses of Enum Class
io.vavr.collection.Tree.Order
Packages that use Tree.Order
-
Uses of Tree.Order in io.vavr.collection
Methods in io.vavr.collection that return Tree.OrderModifier and TypeMethodDescriptionstatic Tree.Order
Returns the enum constant of this class with the specified name.static Tree.Order[]
Tree.Order.values()
Returns an array containing the constants of this enum class, 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.