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. emptyMethod parameters in fj.data.fingertrees with type arguments of type Empty Modifier and Type Method Description <B> BDeep. 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> BEmpty. 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> BFingerTree. 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> BSingle. 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.
-