Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ equal
Method
equal
classpath/java/util/ArrayList.java:64–66 ·
view source on GitHub ↗
(Object a, Object b)
Source
from the content-addressed store, hash-verified
62
}
63
64
private
static
boolean equal(Object a, Object b) {
65
return
(a == null && b == null) || (a != null && a.equals(b));
66
}
67
68
public
int
size() {
69
return
size;
Callers
4
contains
Method · 0.95
indexOf
Method · 0.95
lastIndexOf
Method · 0.95
remove
Method · 0.95
Calls
1
equals
Method · 0.65
Tested by
no test coverage detected