Searched defs:equals (Results 276 - 300 of 1030) sorted by relevance

<<11121314151617181920>>

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/iiop/
H A DMaxStreamFormatVersionComponentImpl.java54 public boolean equals(Object obj) method in class:MaxStreamFormatVersionComponentImpl
H A DRequestPartitioningComponentImpl.java48 public boolean equals(Object obj) method in class:RequestPartitioningComponentImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DInternalBindingKey.java33 * equals() method and the hashCode() method for use in a hash table.
74 public boolean equals(java.lang.Object o) { method in class:InternalBindingKey
84 if (this.idLen > 0 && this.name.id.equals(that.name.id) == false) {
88 if (this.kindLen > 0 && this.name.kind.equals(that.name.kind) == false) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DParserActionBase.java44 public boolean equals( Object obj ) method in class:ParserActionBase
54 return propertyName.equals( other.propertyName ) &&
56 operation.equals( other.operation ) &&
57 fieldName.equals( other.fieldName ) ;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdThread.java50 public boolean equals(Object obj) { method in class:BsdThread
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxThread.java48 public boolean equals(Object obj) { method in class:LinuxThread
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/
H A DProcAMD64Thread.java75 public boolean equals(Object obj) { method in class:ProcAMD64Thread
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/
H A DProcSPARCThread.java75 public boolean equals(Object obj) { method in class:ProcSPARCThread
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/
H A DProcX86Thread.java80 public boolean equals(Object obj) { method in class:ProcX86Thread
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DDictionaryEntry.java73 public boolean equals(Symbol className, Oop classLoader) { method in class:DictionaryEntry
76 if (! ik.getName().equals(className)) {
80 (loader.equals(classLoader));
94 if (protectionDomain.equals(ik.getProtectionDomain())) {
99 if (protectionDomain.equals(current.protectionDomain())) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVMReg.java73 public boolean equals(Object arg) { method in class:VMReg
/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DAttributeSet.java287 * <tt>equals()</tt> method works properly across different
295 public boolean equals(Object object); method in interface:AttributeSet
301 * This ensures that <tt>t1.equals(t2)</tt> implies that
/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DResponseAPDU.java159 public boolean equals(Object obj) { method in class:ResponseAPDU
167 return Arrays.equals(this.apdu, other.apdu);
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DLineEvent.java175 //$$fb 2002-11-26: fix for 4695001: SPEC: description of equals() method contains typo
183 public final boolean equals(Object obj) { method in class:LineEvent.Type
184 return super.equals(obj);
H A DReverbType.java268 public final boolean equals(Object obj) { method in class:ReverbType
269 return super.equals(obj);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DTabSet.java110 // should this use .equals?
153 public boolean equals(Object o) { method in class:TabSet
167 (ts1 != null && !getTab(i).equals(ts.getTab(i)))) {
/openjdk7/jdk/src/share/classes/org/ietf/jgss/
H A DGSSName.java72 * if (name.equals(mechName))
73 * print("Names are equals.");
89 * @see #equals(GSSName)
180 public boolean equals(GSSName another) throws GSSException; method in interface:GSSName
185 * #equals(GSSName) equals} except that no GSSException is thrown;
191 * @see #equals(GSSName)
193 public boolean equals(Object another); method in interface:GSSName
236 * name and invoking the equals method on each name from the ACL may be
H A DOid.java153 public boolean equals(Object other) { method in class:Oid
160 return this.oid.equals(((Oid) other).oid);
162 return this.oid.equals(other);
200 if (oids[i].equals(this))
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMCanonicalizationMethod.java100 public boolean equals(Object o) { method in class:DOMCanonicalizationMethod
110 return (getAlgorithm().equals(ocm.getAlgorithm()) &&
115 return (alg.equals(CanonicalizationMethod.INCLUSIVE) ||
116 alg.equals(CanonicalizationMethod.INCLUSIVE_WITH_COMMENTS) ||
117 alg.equals(CanonicalizationMethod.EXCLUSIVE) ||
118 alg.equals(CanonicalizationMethod.EXCLUSIVE_WITH_COMMENTS) ||
119 alg.equals(DOMCanonicalXMLC14N11Method.C14N_11) ||
120 alg.equals(DOMCanonicalXMLC14N11Method.C14N_11_WITH_COMMENTS));
H A DDOMManifest.java142 public boolean equals(Object o) { method in class:DOMManifest
153 id.equals(oman.getId()));
155 return (idsEqual && references.equals(oman.getReferences()));
H A DDOMSignatureProperties.java142 public boolean equals(Object o) { method in class:DOMSignatureProperties
153 id.equals(osp.getId()));
155 return (properties.equals(osp.getProperties()) && idsEqual);
H A DDOMX509IssuerSerial.java113 public boolean equals(Object obj) { method in class:DOMX509IssuerSerial
121 return (issuerName.equals(ois.getIssuerName()) &&
122 serialNumber.equals(ois.getSerialNumber()));
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodLocator.java57 public boolean equals(Object other) { method in class:InputMethodLocator
66 if (!descriptor.getClass().equals(otherLocator.descriptor.getClass())) {
70 || loader != null && !loader.equals(otherLocator.loader)) {
74 || locale != null && !locale.equals(otherLocator.locale)) {
111 if (locales[i].equals(locale)) {
147 if (!descriptor.getClass().equals(other.descriptor.getClass())) {
151 || loader != null && !loader.equals(other.loader)) {
/openjdk7/jdk/src/share/classes/java/lang/
H A DEnum.java142 public final boolean equals(Object other) { method in class:Enum
H A DStackTraceElement.java185 * equals(a.getFileName(), b.getFileName()) &&
187 * equals(a.getClassName(), b.getClassName()) &&
188 * equals(a.getMethodName(), b.getMethodName())
190 * where {@code equals} has the semantics of {@link
191 * java.util.Objects#equals(Object, Object) Objects.equals}.
198 public boolean equals(Object obj) { method in class:StackTraceElement
204 return e.declaringClass.equals(declaringClass) &&
206 Objects.equals(methodName, e.methodName) &&
207 Objects.equals(fileNam
[all...]

Completed in 121 milliseconds

<<11121314151617181920>>