Searched defs:numParams (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/
H A DMethodMap.java127 public Object get(Method m, int numParams) { argument
131 } else if( numParams < 0 ) {
133 ("invalid numParams = " + numParams);
138 MethodInfo methodInfo = methodInfo_[getBucket(m, numParams)];
214 private final int getBucket(Method m, int numParams) { argument
241 hashCode = (hashCode > numParams) ?
242 (hashCode - numParams) : (hashCode + numParams);

Completed in 11 milliseconds