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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DSimpleClientId.java42 final private int myHash; field in class:SimpleClientId
64 myHash = super.hashCode()
92 return myHash;
H A DDigestClientId.java62 final private int myHash; field in class:DigestClientId
86 myHash = super.hashCode() + pHash;
94 return myHash == other.myHash
101 return myHash;
H A DClientId.java63 final private int myHash; field in class:ClientId
105 // The SocketFactory field is not used in the myHash
109 myHash = version + port
123 return myHash == other.myHash
137 return myHash;

Completed in 50 milliseconds