MCPcopy Create free account
hub / github.com/cmu-db/benchbase / contains

Method contains

src/main/java/com/oltpbenchmark/util/Histogram.java:467–469  ·  view source on GitHub ↗

Returns true if this histogram contains the specified key. @param value @return

(X value)

Source from the content-addressed store, hash-verified

465 * @return
466 */
467 public boolean contains(X value) {
468 return (this.histogram.containsKey(value));
469 }
470
471 @Override
472 public boolean equals(Object o) {

Callers 15

testCompareToMethod · 0.95
testDumpSQLDialectMethod · 0.45
testSetSQLDialectMethod · 0.45
testSubstitutionMethod · 0.45
testSetSQLMethod · 0.45
testUniqueSellersMethod · 0.45
testCheckClientMethod · 0.45
testAllUsersMethod · 0.45
testPerClientMethod · 0.45
testSingleClientMethod · 0.45
testSetCurrentSizeMethod · 0.45

Calls

no outgoing calls

Tested by 15

testCompareToMethod · 0.76
testDumpSQLDialectMethod · 0.36
testSetSQLDialectMethod · 0.36
testSubstitutionMethod · 0.36
testSetSQLMethod · 0.36
testUniqueSellersMethod · 0.36
testCheckClientMethod · 0.36
testAllUsersMethod · 0.36
testPerClientMethod · 0.36
testSingleClientMethod · 0.36
testSetCurrentSizeMethod · 0.36