Uses of Interface
eu.bandm.tools.ops.SortedEntryList
Packages that use SortedEntryList
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of SortedEntryList in eu.bandm.tools.ops
Classes in eu.bandm.tools.ops that implement SortedEntryListMethods in eu.bandm.tools.ops that return SortedEntryListModifier and TypeMethodDescriptionprotected static <A extends Comparable<? super A>,B>
SortedEntryList<A, B> Trie.list()Auxiliary factory method to construct an empty list of the given type.Methods in eu.bandm.tools.ops with parameters of type SortedEntryListModifier and TypeMethodDescriptionprotected static <A,B> BisectionMap <A, B> Trie.map(SortedEntryList<A, B> entries) FIXME documentation ???Constructors in eu.bandm.tools.ops with parameters of type SortedEntryListModifierConstructorDescriptionBisectionEntrySet(SortedEntryList<A, B> elems) BisectionMap(SortedEntryList<A, B> entries)