MCPcopy Index your code
hub / github.com/jankotek/mapdb / tailMap

Method tailMap

src/main/java/org/mapdb/BTreeMapJava.java:982–988  ·  view source on GitHub ↗
(K fromKey,
                                   boolean inclusive)

Source from the content-addressed store, hash-verified

980 }
981
982 @Override
983 public SubMap<K,V> tailMap(K fromKey,
984 boolean inclusive) {
985 if (fromKey == null)
986 throw new NullPointerException();
987 return newSubMap(fromKey, inclusive, null, false);
988 }
989
990 @Override
991 public SubMap<K,V> subMap(K fromKey, K toKey) {

Callers 15

testTailMapMethod · 0.45
testTailMap2Method · 0.45
testTailMap3Method · 0.45
testTailMap4Method · 0.45
testTailMapMethod · 0.45
test_SubMap_tailMapMethod · 0.45
test_sizeMethod · 0.45

Calls 1

newSubMapMethod · 0.95

Tested by 15

testTailMapMethod · 0.36
testTailMap2Method · 0.36
testTailMap3Method · 0.36
testTailMap4Method · 0.36
testTailMapMethod · 0.36
test_SubMap_tailMapMethod · 0.36
test_sizeMethod · 0.36