Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ isVarArgs
Method
isVarArgs
java/jakarta/el/Util.java:637–639 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
635
int
varArgsCount, boolean bridge) implements Comparable<MatchResult> {
636
637
public
boolean isVarArgs() {
638
return
varArgs;
639
}
640
641
public
int
getExactCount() {
642
return
exactCount;
Callers
3
compareTo
Method · 0.95
equals
Method · 0.95
hashCode
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected