Uses of Package
fj.data.fingertrees
-
Packages that use fj.data.fingertrees Package Description fj Types that set the premise for the existence of Functional Java.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. -
Classes in fj.data.fingertrees used by fj Class Description Digit A digit is a vector of 1-4 elements.FingerTree Provides 2-3 finger trees, a functional representation of persistent sequences supporting access to the ends in amortized O(1) time.Node An inner node of the 2-3 tree. -
Classes in fj.data.fingertrees used by fj.data Class Description FingerTree Provides 2-3 finger trees, a functional representation of persistent sequences supporting access to the ends in amortized O(1) time.MakeTree A builder of trees and tree components, supplied with a particular monoid and measuring function.Measured Determines how the elements of a tree are measured and how measures are summed. -
Classes in fj.data.fingertrees used by fj.data.fingertrees Class Description Digit A digit is a vector of 1-4 elements.Empty The empty tree.FingerTree Provides 2-3 finger trees, a functional representation of persistent sequences supporting access to the ends in amortized O(1) time.Four A four-element prefix or suffix of a finger tree.MakeTree A builder of trees and tree components, supplied with a particular monoid and measuring function.Measured Determines how the elements of a tree are measured and how measures are summed.Node An inner node of the 2-3 tree.Node2 A two-element inner tree node.Node3 A three-element inner tree node.One A single-element prefix or suffix of a finger tree.Three A three-element prefix or suffix of a finger tree.Two A two-element prefix or suffix of a finger tree.