MCPcopy Index your code
hub / github.com/apache/tomcat / equals

Method equals

java/org/apache/tomcat/util/buf/ByteChunk.java:675–681  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

673 // -------------------- equals --------------------
674
675 @Override
676 public boolean equals(Object obj) {
677 if (obj instanceof ByteChunk) {
678 return equals((ByteChunk) obj);
679 }
680 return false;
681 }
682
683
684 /**

Callers 1

Calls 6

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

Tested by 1