Searched defs:hashCode (Results 276 - 300 of 847) sorted by relevance

<<11121314151617181920>>

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DStubIORImpl.java59 private int hashCode; field in class:StubIORImpl
68 hashCode = 0 ;
159 public synchronized int hashCode() method in class:StubIORImpl
161 if (hashCode == 0) {
165 hashCode = hashCode * 37 + typeData[i];
169 hashCode = hashCode * 37 + profileTags[i];
171 hashCode = hashCode * 3
[all...]
H A DWireObjectKeyTemplate.java67 public int hashCode() method in class:WireObjectKeyTemplate
70 // have the same hashCode.
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/iiop/
H A DIIOPProfileTemplateImpl.java79 public int hashCode() method in class:IIOPProfileTemplateImpl
81 return super.hashCode() ^ giopVersion.hashCode() ^ primary.hashCode() ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DStubDelegateImpl.java96 public int hashCode(javax.rmi.CORBA.Stub self) method in class:StubDelegateImpl
99 return ior.hashCode() ;
119 // no need to call init() because of calls to hashCode() below
122 if (other.hashCode() != self.hashCode()) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/legacy/connection/
H A DEndPointInfoImpl.java82 public int hashCode() { method in class:EndPointInfoImpl
83 return type.hashCode() ^ hostname.hashCode() ^ port;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBVersionImpl.java82 public int hashCode() method in class:ORBVersionImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DCorbaContactInfoListImpl.java131 // REVISIT - hashCode(org.omg.CORBA.Object self)
138 public synchronized int hashCode() method in class:CorbaContactInfoListImpl
140 return targetIOR.hashCode();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DJDKClassLoader.java159 public int hashCode() { method in class:JDKClassLoader.JDKClassLoaderCache.CacheKey
161 return className.hashCode();
163 return className.hashCode() ^ loader.hashCode();
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DContactInfo.java228 public int hashCode(); method in interface:ContactInfo
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orb/
H A DParserImplTableBase.java98 public int hashCode() method in class:ParserImplTableBase.MapEntry
100 return key.hashCode() ^ value.hashCode() ;
/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DStub.java79 public int hashCode() { method in class:Stub
86 return stubDelegate.hashCode(this);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/
H A DWindbgAMD64Thread.java76 public int hashCode() { method in class:WindbgAMD64Thread
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/
H A DWindbgIA64Thread.java86 public int hashCode() { method in class:WindbgIA64Thread
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/
H A DWindbgX86Thread.java76 public int hashCode() { method in class:WindbgX86Thread
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DBooleanValueImpl.java48 public int hashCode() { method in class:BooleanValueImpl
H A DByteValueImpl.java48 public int hashCode() { method in class:ByteValueImpl
H A DCharValueImpl.java48 public int hashCode() { method in class:CharValueImpl
H A DFloatValueImpl.java48 public int hashCode() { method in class:FloatValueImpl
H A DIntegerValueImpl.java48 public int hashCode() { method in class:IntegerValueImpl
H A DLocalVariableImpl.java63 public int hashCode() { method in class:LocalVariableImpl
67 return (int)method.hashCode() + slot();
H A DLocationImpl.java74 public int hashCode() { method in class:LocationImpl
78 return method().hashCode() + (int)codeIndex();
H A DLongValueImpl.java48 public int hashCode() { method in class:LongValueImpl
H A DShortValueImpl.java48 public int hashCode() { method in class:ShortValueImpl
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DStackValue.java101 public int hashCode() { method in class:StackValue
103 return handleValue != null ? handleValue.hashCode() : 5;
/openjdk7/jdk/src/share/classes/javax/print/
H A DPrintService.java486 public int hashCode(); method in interface:PrintService

Completed in 86 milliseconds

<<11121314151617181920>>