MCPcopy Create free account
hub / github.com/andylamp/BPlusTree / SearchResult

Class SearchResult

src/main/java/ds/bplus/bptree/SearchResult.java:14–76  ·  view source on GitHub ↗

Wrapper to result the search results with ease, since we need to store multiple information in our results which are: -- the leaf that the (K, V) might reside -- the index where is the key that is less or matches our key -- finally a convenient boolean flag to indicate the search result (T/F)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected