Searched refs:addHashCode (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/beans/finder/
H A DSignature.java140 code = addHashCode(code, this.type);
141 code = addHashCode(code, this.name);
145 code = addHashCode(code, arg);
163 private static int addHashCode(int code, Object object) { method in class:Signature

Completed in 49 milliseconds