Uses of Class
fj.data.fingertrees.Empty
-
Packages that use Empty 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 Empty in fj.data.fingertrees
Fields in fj.data.fingertrees declared as Empty Modifier and Type Field Description private Empty<V,A>
MakeTree. empty
Method parameters in fj.data.fingertrees with type arguments of type Empty Modifier and Type Method Description <B> B
Deep. match(F<Empty<V,A>,B> empty, F<Single<V,A>,B> single, F<Deep<V,A>,B> deep)
Pattern matching on the tree.<B> B
Empty. match(F<Empty<V,A>,B> empty, F<Single<V,A>,B> single, F<Deep<V,A>,B> deep)
Pattern matching on the structure of this tree.abstract <B> B
FingerTree. match(F<Empty<V,A>,B> empty, F<Single<V,A>,B> single, F<Deep<V,A>,B> deep)
Provides pattern matching on trees.<B> B
Single. match(F<Empty<V,A>,B> empty, F<Single<V,A>,B> single, F<Deep<V,A>,B> deep)
Pattern matching on the structure of this tree.
-