Uses of Interface
eu.bandm.tools.ops.SortedEntryList
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of SortedEntryList in eu.bandm.tools.ops
Modifier and TypeMethodDescriptionprotected static <A,
B> SortedEntryList<A, B> Trie.list()
Auxiliary factory method to construct an empty list of the given type.Modifier and TypeMethodDescriptionprotected static <A,
B> BisectionMap<A, B> Trie.map
(SortedEntryList<A, B> entries) FIXME documentation ???ModifierConstructorDescriptionBisectionEntrySet
(SortedEntryList<A, B> elems) BisectionMap
(SortedEntryList<A, B> entries)