Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
move
Method · 0.95
removeAt
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected