MCPcopy Index your code
hub / github.com/questdb/questdb / erase

Method erase

core/src/main/java/io/questdb/std/ObjHashSet.java:164–166  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

162 }
163
164 private void erase(int index) {
165 ((Object[]) keys)[index] = noEntryKey;
166 }
167
168 private int idx(T key) {
169 return key == null ? 0 : (Hash.spread(key.hashCode()) & mask);

Callers 2

moveMethod · 0.95
removeAtMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected