Searched defs:equals (Results 1 - 25 of 1030) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javac/
H A DInterfaceOverrideObject.java33 public boolean equals(GSSNameSpi name); method in interface:GSSNameSpi
38 mechElement.equals(mechElement);
/openjdk7/jdk/src/share/classes/java/security/acl/
H A DPermission.java45 public boolean equals(Object another); method in interface:Permission
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DVoidValue.java43 boolean equals(Object obj); method in interface:VoidValue
H A DBooleanValue.java53 boolean equals(Object obj); method in interface:BooleanValue
H A DByteValue.java52 boolean equals(Object obj); method in interface:ByteValue
H A DCharValue.java53 boolean equals(Object obj); method in interface:CharValue
H A DDoubleValue.java53 boolean equals(Object obj); method in interface:DoubleValue
H A DFloatValue.java53 boolean equals(Object obj); method in interface:FloatValue
H A DIntegerValue.java53 boolean equals(Object obj); method in interface:IntegerValue
H A DLongValue.java53 boolean equals(Object obj); method in interface:LongValue
H A DShortValue.java53 boolean equals(Object obj); method in interface:ShortValue
/openjdk7/jdk/test/java/io/Serializable/finalFields/
H A DFinalFields.java38 public boolean equals(Object obj) { method in class:Foo
68 if (! (f1.equals(f1copy) && f2.equals(f2copy)))
/openjdk7/jdk/test/java/net/InetAddress/
H A DMyPrincipal.java43 public boolean equals(Object o) { method in class:MyPrincipal
54 if (this.getName().equals(that.getName()))
/openjdk7/jdk/test/java/security/UnresolvedPermission/
H A DDebugPermission0.java34 public boolean equals(Object obj) { method in class:DebugPermission0
/openjdk7/jdk/src/share/classes/sun/security/acl/
H A DAllPermissionsImpl.java47 public boolean equals(Permission another) { method in class:AllPermissionsImpl
/openjdk7/jdk/src/share/classes/java/lang/annotation/
H A DAnnotation.java54 * <tt>Float.valueOf(x).equals(Float.valueOf(y))</tt>.
60 * <tt>Double.valueOf(x).equals(Double.valueOf(y))</tt>.
66 * are considered equal if <tt>x.equals(y)</tt>. (Note that this
70 * are considered equal if <tt>Arrays.equals(x, y)</tt>, for the
71 * appropriate overloading of {@link java.util.Arrays#equals}.
77 boolean equals(Object obj); method in interface:Annotation
/openjdk7/jdk/src/share/classes/java/security/
H A DPrincipal.java50 public boolean equals(Object another); method in interface:Principal
/openjdk7/jdk/src/share/classes/java/security/spec/
H A DECFieldFp.java83 public boolean equals(Object obj) { method in class:ECFieldFp
86 return (p.equals(((ECFieldFp)obj).p));
/openjdk7/jdk/src/share/classes/java/sql/
H A DRowId.java84 boolean equals(Object obj); method in interface:RowId
/openjdk7/jdk/src/share/classes/java/text/
H A DRuleBasedCollationKey.java75 public boolean equals(Object target) { method in class:RuleBasedCollationKey
77 if (target == null || !getClass().equals(target.getClass())) {
81 return key.equals(other.key);
88 * x.equals(y) is true. This allows language-sensitive comparison in a hash table.
/openjdk7/jdk/src/share/classes/java/util/
H A DAbstractSet.java42 * for <tt>equals</tt> and <tt>hashCode</tt>.<p>
72 * this set. This ensures that the <tt>equals</tt> method works
85 public boolean equals(Object o) { method in class:AbstractSet
107 * This ensures that <tt>s1.equals(s2)</tt> implies that
117 * @see Object#equals(Object)
118 * @see Set#equals(Object)
H A DComparator.java39 * <tt>S</tt> is said to be <i>consistent with equals</i> if and only if
41 * <tt>e1.equals(e2)</tt> for every <tt>e1</tt> and <tt>e2</tt> in
45 * ordering inconsistent with equals to order a sorted set (or sorted map).
48 * ordering imposed by <tt>c</tt> on <tt>S</tt> is inconsistent with equals,
51 * map), which is defined in terms of <tt>equals</tt>.<p>
54 * {@code (a.equals(b) && c.compare(a, b) != 0)}
80 * equals</i>, we mean that the quotient for the ordering is the equivalence
81 * relation defined by the objects' {@link Object#equals(Object)
82 * equals(Object)} method(s):<pre>
83 * {(x, y) such that x.equals(
167 boolean equals(Object obj); method in interface:Comparator
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsNameParser.java48 public boolean equals(Object obj) { method in class:DnsNameParser
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DNTSidDomainPrincipal.java96 public boolean equals(Object o) { method in class:NTSidDomainPrincipal
106 return super.equals(o);
H A DNTSidGroupPrincipal.java91 public boolean equals(Object o) { method in class:NTSidGroupPrincipal
101 return super.equals(o);

Completed in 92 milliseconds

1234567891011>>