MCPcopy 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

findMethod · 0.95
indexOfMethod · 0.95
lastIndexOfMethod · 0.95

Calls 1

equalsMethod · 0.65

Tested by

no test coverage detected