MCPcopy
hub / github.com/google/gson / equals

Method equals

src/main/java/com/google/gson/reflect/TypeToken.java:286–289  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

284 }
285
286 @Override public final boolean equals(Object o) {
287 return o instanceof TypeToken<?>
288 && $Gson$Types.equals(type, ((TypeToken<?>) o).type);
289 }
290
291 @Override public final String toString() {
292 return $Gson$Types.typeToString(type);

Callers 4

isAssignableFromMethod · 0.45
typeEqualsMethod · 0.45
matchesMethod · 0.45
valueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected