Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
length
Method · 0.80
charAt
Method · 0.80
getChars
Method · 0.80
getLength
Method · 0.65
getStart
Method · 0.45
Tested by
no test coverage detected