MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / equals

Method equals

src/SingletonList.java:142–148  ·  view source on GitHub ↗
(final Object other)

Source from the content-addressed store, hash-verified

140 }
141
142 @Override
143 public boolean equals(final Object other) {
144 if (other == null || !(other instanceof SingletonList)) {
145 return false;
146 }
147 return element.equals(((SingletonList) other).element);
148 }
149
150 @Override
151 public int hashCode() {

Callers 3

containsMethod · 0.45
indexOfMethod · 0.45
lastIndexOfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected