Uses of Class
fj.data.fingertrees.Digit
Packages that use Digit
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 Digit in fj
-
Uses of Digit in fj.data.fingertrees
Subclasses of Digit in fj.data.fingertreesModifier and TypeClassDescriptionfinal classFour<V,A> A four-element prefix or suffix of a finger tree.final classOne<V,A> A single-element prefix or suffix of a finger tree.final classThree<V,A> A three-element prefix or suffix of a finger tree.final classTwo<V,A> A two-element prefix or suffix of a finger tree.Methods in fj.data.fingertrees that return DigitModifier and TypeMethodDescriptionMaps a function across the elements of this digit, measuring with the given measurement.Deep.prefix()Returns the first few elements of this tree.Deep.suffix()Returns the last few elements of this tree.Node.toDigit()Node2.toDigit()Node3.toDigit()Methods in fj.data.fingertrees that return types with arguments of type DigitMethods in fj.data.fingertrees with parameters of type DigitModifier and TypeMethodDescriptionFingerTree<V, A> Constructs a deep tree.FingerTree<V, A> Constructs a deep tree with the given annotation value.