MCPcopy Create free account
hub / github.com/jankotek/mapdb / set0

Method set0

src/test/java/org/mapdb/BTreeSet3Test.java:78–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 private static NavigableSet set0() {
79 NavigableSet set =
80 DBMaker.memoryDB().make().treeSet("test").serializer(Serializer.INTEGER).make();
81 assertTrue(set.isEmpty());
82 return set.tailSet(m1, true);
83 }
84
85 private static NavigableSet dset0() {
86 NavigableSet set =

Callers 13

testConstructor1Method · 0.95
testEmptyMethod · 0.95
testAddNullMethod · 0.95
testAddMethod · 0.95
testAddDupMethod · 0.95
testAddNonComparableMethod · 0.95
testAddAll1Method · 0.95
testAddAll2Method · 0.95
testAddAll3Method · 0.95
testAddAll5Method · 0.95
testContainsAllMethod · 0.95
testEmptyIteratorMethod · 0.95

Calls 2

tailSetMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected