MCPcopy Create free account
hub / github.com/apache/tomcat / equals

Method equals

java/org/apache/tomcat/util/buf/CharChunk.java:462–468  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

460 // -------------------- equals --------------------
461
462 @Override
463 public boolean equals(Object obj) {
464 if (obj instanceof CharChunk) {
465 return equals((CharChunk) obj);
466 }
467 return false;
468 }
469
470
471 /**

Callers

nothing calls this directly

Calls 5

lengthMethod · 0.80
charAtMethod · 0.80
getCharsMethod · 0.80
getLengthMethod · 0.65
getStartMethod · 0.45

Tested by

no test coverage detected