Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTSDB/asynchbase
/ lastIndexOf
Method
lastIndexOf
src/SingletonList.java:183–186 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
181
}
182
183
@Override
184
public
int
lastIndexOf(Object o) {
185
return
o.equals(element) ? 0 : -1;
186
}
187
188
@Override
189
public
ListIterator<E> listIterator() {
Callers
1
slowSearchClientIP
Method · 0.80
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected