Uses of Class
fj.data.fingertrees.Node
Packages that use Node
Package
Description
Types that set the premise for the existence of Functional Java.
Provides 2-3 finger trees, a functional representation of persistent sequences supporting access to the ends in
amortized O(1) time.
-
Uses of Node in fj
-
Uses of Node in fj.data.fingertrees
Subclasses of Node in fj.data.fingertreesModifier and TypeClassDescriptionfinal classNode2<V,A> A two-element inner tree node.final classNode3<V,A> A three-element inner tree node.Methods in fj.data.fingertrees that return NodeMethods in fj.data.fingertrees that return types with arguments of type NodeModifier and TypeMethodDescriptionNode.foldRight_(F<A, F<B, B>> aff) FingerTree<V, Node<V, A>> Deep.middle()Returns a finger tree of the inner nodes of this tree.Measured.nodeMeasured()A measured instance for nodes.Method parameters in fj.data.fingertrees with type arguments of type NodeModifier and TypeMethodDescriptionFingerTree<V, A> Constructs a deep tree.FingerTree<V, A> Constructs a deep tree with the given annotation value.