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

Method isRightEdge

src/main/java/org/mapdb/BTreeMapJava.java:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 boolean isRightEdge(){
81 return ((flags>>>1)&1)==1;
82 }
83
84 boolean isLastKeyDouble(){
85 return ((flags)&1)==1;

Callers 4

NodeMethod · 0.95
serializeMethod · 0.80
findChildMethod · 0.80
leafGetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected