Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
testWriteWithByteBuffer
Method · 0.95
Calls
6
length
Method · 0.80
charAt
Method · 0.80
getChars
Method · 0.80
getLength
Method · 0.65
getBytes
Method · 0.45
getStart
Method · 0.45
Tested by
1
testWriteWithByteBuffer
Method · 0.76