Searched refs:hashCode (Results 251 - 275 of 1062) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DResponseAPDU.java175 public int hashCode() { method in class:ResponseAPDU
176 return Arrays.hashCode(apdu);
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DMixer.java308 public final int hashCode() { method in class:Mixer.Info
309 return super.hashCode();
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontLineMetrics.java97 public final int hashCode() { method in class:FontLineMetrics
98 return cm.hashCode();
H A DPhysicalFont.java48 public int hashCode() { method in class:PhysicalFont
49 return fullName.hashCode();
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DPixelInterleavedSampleModel.java168 public int hashCode() { method in class:PixelInterleavedSampleModel
169 return super.hashCode() ^ 0x1;
/openjdk7/jdk/src/share/classes/java/lang/
H A DEnum.java151 public final int hashCode() { method in class:Enum
152 return super.hashCode();
/openjdk7/jdk/src/share/classes/java/rmi/dgc/
H A DVMID.java91 public int hashCode() { method in class:VMID
92 return uid.hashCode();
/openjdk7/jdk/src/share/classes/java/text/
H A DAttributedCharacterIterator.java125 public final int hashCode() { method in class:AttributedCharacterIterator.Attribute
126 return super.hashCode();
/openjdk7/jdk/src/share/classes/javax/naming/
H A DBinaryRefAddr.java150 public int hashCode() { method in class:BinaryRefAddr
151 int hash = addrType.hashCode();
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DEnumerated.java169 public int hashCode() { method in class:Enumerated
171 return hashString.hashCode() ;
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DPrincipalImpl.java118 public int hashCode(){ method in class:PrincipalImpl
119 return add[0].hashCode();
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/pool/
H A DConnectionDesc.java77 public int hashCode() { method in class:ConnectionDesc
78 return conn.hashCode();
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DNTDomainPrincipal.java145 public int hashCode() { method in class:NTDomainPrincipal
146 return this.getName().hashCode();
H A DNTSid.java155 public int hashCode() { method in class:NTSid
156 return sid.hashCode();
H A DNTUserPrincipal.java139 public int hashCode() { method in class:NTUserPrincipal
140 return this.getName().hashCode();
H A DSolarisNumericGroupPrincipal.java213 public int hashCode() { method in class:SolarisNumericGroupPrincipal
214 return toString().hashCode();
H A DSolarisNumericUserPrincipal.java179 public int hashCode() { method in class:SolarisNumericUserPrincipal
180 return name.hashCode();
H A DUnixNumericGroupPrincipal.java216 public int hashCode() { method in class:UnixNumericGroupPrincipal
217 return toString().hashCode();
H A DUnixNumericUserPrincipal.java175 public int hashCode() { method in class:UnixNumericUserPrincipal
176 return name.hashCode();
H A DUnixPrincipal.java140 public int hashCode() { method in class:UnixPrincipal
141 return name.hashCode();
H A DX500Principal.java167 public int hashCode() { method in class:X500Principal
168 return thisX500Name.hashCode();
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DExceptionSpec.java88 public int hashCode() { method in class:ExceptionSpec
89 return refSpec.hashCode();
H A DPatternReferenceTypeSpec.java69 public int hashCode() { method in class:PatternReferenceTypeSpec
70 return classId.hashCode();
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DExceptionSpec.java78 public int hashCode() { method in class:ExceptionSpec
83 result = (37 * result) + refSpec.hashCode();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DMirrorImpl.java58 public int hashCode() { method in class:MirrorImpl
59 return vm.hashCode();

Completed in 80 milliseconds

<<11121314151617181920>>