Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ equal
Method
equal
classpath/java/util/LinkedList.java:35–37 ·
view source on GitHub ↗
(Object a, Object b)
Source
from the content-addressed store, hash-verified
33
}
34
35
private
static
boolean equal(Object a, Object b) {
36
return
(a == null && b == null) || (a != null && a.equals(b));
37
}
38
39
private
void
addFirst(Cell<T> c) {
40
++ size;
Callers
3
find
Method · 0.95
indexOf
Method · 0.95
lastIndexOf
Method · 0.95
Calls
1
equals
Method · 0.65
Tested by
no test coverage detected