MCPcopy Create free account
hub / github.com/questdb/questdb / equals

Method equals

core/src/main/java/io/questdb/std/DoubleList.java:131–134  ·  view source on GitHub ↗
(Object that)

Source from the content-addressed store, hash-verified

129 }
130
131 @Override
132 public boolean equals(Object that) {
133 return this == that || that instanceof DoubleList && equals((DoubleList) that);
134 }
135
136 public void erase() {
137 pos = 0;

Callers

nothing calls this directly

Calls 3

compareMethod · 0.95
getQuickMethod · 0.95
getQuickMethod · 0.65

Tested by

no test coverage detected