Uses of Class
fj.data.fingertrees.MakeTree
-
Packages that use MakeTree Package Description fj.data Common algebraic data types.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 MakeTree in fj.data
Fields in fj.data declared as MakeTree Modifier and Type Field Description private static MakeTree<java.lang.Integer,java.lang.Object>
Seq. MK_TREE
Methods in fj.data that return MakeTree Modifier and Type Method Description private static <A> MakeTree<java.lang.Integer,A>
Seq. mkTree()
-
Uses of MakeTree in fj.data.fingertrees
Methods in fj.data.fingertrees that return MakeTree Modifier and Type Method Description static <V,A>
MakeTree<V,A>FingerTree. mkTree(Measured<V,A> m)
Returns a builder of trees and tree components that annotates them using the given Measured instance.
-