MCPcopy Create free account
hub / github.com/BaseXdb/basex / minValue

Method minValue

basex-core/src/main/java/org/basex/util/MinHeap.java:71–74  ·  view source on GitHub ↗

returns the value of the smallest key from this heap. @return value of the smallest key

()

Source from the content-addressed store, hash-verified

69 * @return value of the smallest key
70 */
71 @SuppressWarnings("unchecked")
72 private V minValue() {
73 return (V) vals[1];
74 }
75
76 /**
77 * Size of this heap.

Callers 1

removeMinMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected