Package | Description |
---|---|
eu.bandm.tools.ops |
Modifier and Type | Method and Description |
---|---|
BisectionEntrySet<A,B> |
BisectionEntrySet.headSet(Map.Entry<A,B> a) |
protected BisectionEntrySet<A,B> |
BisectionEntrySet.shift(int offset,
int length) |
BisectionEntrySet<A,B> |
BisectionEntrySet.subSet(Map.Entry<A,B> a,
Map.Entry<A,B> b) |
BisectionEntrySet<A,B> |
BisectionEntrySet.tailSet(Map.Entry<A,B> a) |
Constructor and Description |
---|
BisectionMap(BisectionEntrySet<A,B> entries) |
see also the complete user documentation .