Uses of Class
fj.data.fingertrees.Node2
-
Packages that use Node2 Package Description fj.data.fingertrees Provides 2-3 finger trees, a functional representation of persistent sequences supporting access to the ends in amortized O(1) time. -
-
Uses of Node2 in fj.data.fingertrees
Methods in fj.data.fingertrees that return Node2 Modifier and Type Method Description Node2<V,A>
MakeTree. node2(A a, A b)
A binary tree node.Node2<V,A>
MakeTree. node2(V2<A> v)
A binary tree nodeMethod parameters in fj.data.fingertrees with type arguments of type Node2 Modifier and Type Method Description abstract <B> B
Node. match(F<Node2<V,A>,B> n2, F<Node3<V,A>,B> n3)
<B> B
Node2. match(F<Node2<V,A>,B> n2, F<Node3<V,A>,B> n3)
<B> B
Node3. match(F<Node2<V,A>,B> n2, F<Node3<V,A>,B> n3)
-