|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of BTreeMap.SubMap in org.mapdb |
|---|
| Methods in org.mapdb that return BTreeMap.SubMap | |
|---|---|
BTreeMap.SubMap<K,V> |
BTreeMap.SubMap.headMap(K toKey)
|
BTreeMap.SubMap<K,V> |
BTreeMap.SubMap.headMap(K toKey,
boolean inclusive)
|
BTreeMap.SubMap<K,V> |
BTreeMap.SubMap.subMap(K fromKey,
boolean fromInclusive,
K toKey,
boolean toInclusive)
|
BTreeMap.SubMap<K,V> |
BTreeMap.SubMap.subMap(K fromKey,
K toKey)
|
BTreeMap.SubMap<K,V> |
BTreeMap.SubMap.tailMap(K fromKey)
|
BTreeMap.SubMap<K,V> |
BTreeMap.SubMap.tailMap(K fromKey,
boolean inclusive)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||