Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTSDB/asynchbase
/ indexOf
Method
indexOf
src/SingletonList.java:178–181 ·
view source on GitHub ↗
(final Object o)
Source
from the content-addressed store, hash-verified
176
}
177
178
@Override
179
public
int
indexOf(
final
Object o) {
180
return
o.equals(element) ? 0 : -1;
181
}
182
183
@Override
184
public
int
lastIndexOf(Object o) {
Callers
nothing calls this directly
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected