Searched defs:hashCode (Results 151 - 175 of 847) sorted by relevance

1234567891011>>

/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/type/
H A DTypeMirrorImpl.java73 public int hashCode() { method in class:TypeMirrorImpl
74 return Types.hashCode(type);
/openjdk7/langtools/src/share/classes/javax/lang/model/type/
H A DTypeMirror.java82 * Obeys the general contract of {@link Object#hashCode Object.hashCode}.
86 int hashCode(); method in interface:TypeMirror
/openjdk7/jdk/src/share/classes/sun/security/jgss/spi/
H A DGSSNameSpi.java71 * @return a hashCode value
73 public int hashCode(); method in interface:GSSNameSpi
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/rcache/
H A DAuthTime.java74 public int hashCode() { method in class:AuthTime
/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DEncryptedPrivateKeyInfo.java165 public int hashCode() { method in class:EncryptedPrivateKeyInfo
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DKeyCache.java74 public int hashCode() { method in class:KeyCache.IdentityWrapper
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSessionId.java88 public int hashCode () method in class:SessionId
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DBigInt.java195 public int hashCode() { method in class:BigInt
196 return hexify().hashCode();
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertificatePolicyId.java106 public int hashCode() { method in class:CertificatePolicyId
107 return id.hashCode();
H A DGeneralName.java217 public int hashCode() { method in class:GeneralName
218 return name.hashCode();
H A DKeyIdentifier.java136 public int hashCode () { method in class:KeyIdentifier
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DIntExpression.java60 public int hashCode() { method in class:IntExpression
/openjdk7/jdk/test/java/rmi/server/RemoteObject/notExtending/
H A DNotExtending.java27 * implement hashCode() and equals() methods so that instances
51 setHashValue(stub.hashCode());
59 public int hashCode() { method in class:NotExtending
61 * Test fails with a RuntimeException if the hashCode() method is
67 "hashCode() invoked before hashValue initialized");
89 * Verify that hashCode() is not invoked before it is
93 System.err.println("Server exported without invoking hashCode().");
/openjdk7/jdk/test/java/security/Permission/
H A DToString.java68 public int hashCode() { method in class:ToString.SimplePermission
/openjdk7/jdk/test/java/util/Collections/
H A DReverseOrder.java59 public int hashCode() { return val; } method in class:Foo
H A DViewSynch.java74 public int hashCode() {return x.hashCode();} method in class:Int
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DFooDateFormat.java58 public int hashCode() { method in class:FooDateFormat
59 return sdf.hashCode();
/openjdk7/jdk/test/javax/management/proxy/
H A DProxyObjectMethodsTest.java86 if (simple0.hashCode() != simple1.hashCode() ||
87 simple.hashCode() == simple0.hashCode()) {
88 throw new RuntimeException("The method hashCode does not work correctly.");
126 if (test0.hashCode() != 123) {
127 throw new RuntimeException("The method hashCode is not done remotely as expected.");
174 public int hashCode(); method in interface:ProxyObjectMethodsTest.TestMBean
188 public int hashCode() { method in class:ProxyObjectMethodsTest.Test
/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAccessFile/
H A DNonJMXPrincipalsTest.java87 public int hashCode() { method in class:NonJMXPrincipalsTest.OtherPrincipal
88 return name.hashCode();
/openjdk7/jdk/src/share/classes/sun/print/
H A DSunAlternateMedia.java66 public int hashCode() { method in class:SunAlternateMedia
67 return media.hashCode();
/openjdk7/jdk/src/share/classes/sun/reflect/generics/reflectiveObjects/
H A DGenericArrayTypeImpl.java93 public int hashCode() { method in class:GenericArrayTypeImpl
96 genericComponentType.hashCode();
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DWeakRef.java37 * construction). The hashCode() and equals() methods are overridden so
100 * We cannot use the value from the object's hashCode() method, since
102 * and it is trying to implement hashCode() and equals() so that it
119 public int hashCode() { method in class:WeakRef
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DFileKey.java51 public int hashCode() { method in class:FileKey
/openjdk7/langtools/test/tools/javac/
H A DObject1.java36 public native int hashCode(); method in class:Object
H A DObject2.java36 public native int hashCode(); method in class:Object

Completed in 45 milliseconds

1234567891011>>