MCPcopy 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

containsMethod · 0.95
indexOfMethod · 0.95
lastIndexOfMethod · 0.95
removeMethod · 0.95

Calls 1

equalsMethod · 0.65

Tested by

no test coverage detected