Package | Description |
---|---|
eu.bandm.tools.ops | |
eu.bandm.tools.util |
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
|
Modifier and Type | Method and Description |
---|---|
BisectionMap<A,B> |
BisectionMap.headMap(A a) |
BisectionMap<A,B> |
BisectionMap.subMap(A a,
A b) |
BisectionMap<A,B> |
BisectionMap.tailMap(A a) |
Modifier and Type | Method and Description |
---|---|
protected static <A,B> BisectionMap<A,B> |
Trie.map(SortedEntryList<A,B> entries) |
see also the complete user documentation .