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

Method headSet

src/main/java/org/mapdb/BTreeMapJava.java:499–502  ·  view source on GitHub ↗
(E toElement, boolean inclusive)

Source from the content-addressed store, hash-verified

497 toElement, toInclusive),hasValues);
498 }
499 @Override
500 public NavigableSet<E> headSet(E toElement, boolean inclusive) {
501 return new KeySet<E>((ConcurrentNavigableMap2)m.headMap(toElement, inclusive),hasValues);
502 }
503 @Override
504 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) {
505 return new KeySet<E>((ConcurrentNavigableMap2)m.tailMap(fromElement, inclusive),hasValues);

Callers 15

testHeadSetContentsMethod · 0.80
bashSubSetMethod · 0.80
testHeadSetContentsMethod · 0.80
testHeadSetContentsMethod · 0.80
testHeadSetContentsMethod · 0.80
bashSubSetMethod · 0.80
testHeadSetContentsMethod · 0.80
testHeadSetContentsMethod · 0.80

Calls 1

headMapMethod · 0.45

Tested by 15

testHeadSetContentsMethod · 0.64
bashSubSetMethod · 0.64
testHeadSetContentsMethod · 0.64
testHeadSetContentsMethod · 0.64
testHeadSetContentsMethod · 0.64
bashSubSetMethod · 0.64
testHeadSetContentsMethod · 0.64
testHeadSetContentsMethod · 0.64