Searched refs:hashCode (Results 1 - 25 of 1549) sorted by path

1234567891011>>

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DCodeSetComponentInfo.java70 public int hashCode() method in class:CodeSetComponentInfo.CodeSetComponent
138 public int hashCode() method in class:CodeSetComponentInfo
140 return forCharData.hashCode() ^ forWCharData.hashCode() ;
H A DOSFCodeSetRegistry.java123 public int hashCode() { method in class:OSFCodeSetRegistry.Entry
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/io/
H A DObjectStreamClass.java1373 * mapping from Class -> ObjectStreamClass mappings. The hashCode
1380 int hash = cl.hashCode();
1418 int hash = desc.ofClass.hashCode();
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/ior/
H A DFreezableList.java61 public int hashCode() method in class:FreezableList
63 return delegate.hashCode() ;
H A DGenericIdentifiable.java79 public int hashCode() method in class:GenericIdentifiable
H A DIORImpl.java117 public synchronized int hashCode() method in class:IORImpl
120 cachedHashValue = (super.hashCode() ^ typeId.hashCode());
H A DIORTemplateImpl.java68 public int hashCode() method in class:IORTemplateImpl
70 return super.hashCode() ^ oktemp.hashCode() ;
H A DObjectAdapterIdBase.java56 public int hashCode() method in class:ObjectAdapterIdBase
62 result = 37*result + str.hashCode() ;
H A DObjectIdImpl.java46 public int hashCode() method in class:ObjectIdImpl
H A DObjectKeyImpl.java59 public int hashCode() method in class:ObjectKeyImpl
61 return oktemp.hashCode() ^ id.hashCode() ;
H A DObjectKeyTemplateBase.java120 public int hashCode() method in class:ObjectKeyTemplateBase
126 result = 37*result + version.hashCode() ;
127 result = 37*result + orbid.hashCode() ;
128 result = 37*result + oaid.hashCode() ;
H A DObjectReferenceFactoryImpl.java89 public int hashCode() method in class:ObjectReferenceFactoryImpl
91 return iorTemplates.hashCode() ;
H A DObjectReferenceTemplateImpl.java90 public int hashCode() method in class:ObjectReferenceTemplateImpl
92 return iorTemplate.hashCode() ;
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.
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/ior/iiop/
H A DAlternateIIOPAddressComponentImpl.java56 public int hashCode() method in class:AlternateIIOPAddressComponentImpl
58 return addr.hashCode() ;
H A DCodeSetsComponentImpl.java56 public int hashCode() method in class:CodeSetsComponentImpl
58 return csci.hashCode() ;
H A DIIOPAddressBase.java75 public int hashCode() method in class:IIOPAddressBase
77 return getHost().hashCode() ^ getPort() ;
H A DIIOPProfileImpl.java121 public int hashCode() method in class:IIOPProfileImpl
123 return oid.hashCode() ^ proftemp.hashCode() ^ oktemp.hashCode() ;
H A DIIOPProfileTemplateImpl.java78 public int hashCode() method in class:IIOPProfileTemplateImpl
80 return super.hashCode() ^ giopVersion.hashCode() ^ primary.hashCode() ;
H A DJavaCodebaseComponentImpl.java54 public int hashCode() method in class:JavaCodebaseComponentImpl
56 return URLs.hashCode() ;
H A DJavaSerializationComponent.java85 public int hashCode() { method in class:JavaSerializationComponent
H A DMaxStreamFormatVersionComponentImpl.java65 public int hashCode() method in class:MaxStreamFormatVersionComponentImpl
H A DORBTypeComponentImpl.java54 public int hashCode() method in class:ORBTypeComponentImpl
H A DRequestPartitioningComponentImpl.java59 public int hashCode() method in class:RequestPartitioningComponentImpl

Completed in 140 milliseconds

1234567891011>>