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

Method isEmpty

src/main/java/org/mapdb/BTreeMapJava.java:88–91  ·  view source on GitHub ↗
(GroupSerializer keySerializer)

Source from the content-addressed store, hash-verified

86 }
87
88 boolean isEmpty(GroupSerializer keySerializer){
89 int keySize = keySerializer.valueArraySize(keys);
90 return !isLastKeyDouble() && keySize == 2-intLeftEdge()-intRightEdge();
91 }
92
93 @Nullable
94 public <K> K highKey(GroupSerializer<K> keySerializer) {

Callers

nothing calls this directly

Calls 4

isLastKeyDoubleMethod · 0.95
intLeftEdgeMethod · 0.95
intRightEdgeMethod · 0.95
valueArraySizeMethod · 0.65

Tested by

no test coverage detected