Searched defs:equals (Results 226 - 250 of 1034) sorted by relevance

1234567891011>>

/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAttributeValues.java208 public boolean equals(Object o) method in class:AttributeValues.DelayedNormalizationValue
219 return getNormalizedValue().equals(
229 return value.equals(attrValue.getValue());
359 public boolean equals(Object o) method in class:AttributeValues.PreNormalizedValue
370 return normalizedValue.equals(
380 return value.equals(attrValue.getValue());
H A DCacheEntry.java181 public boolean equals(Object o) method in class:CacheEntry
199 return ((e.entryID == entryID) && (e.entry.equals(entry)));
H A DModification.java198 public boolean equals(Object o) method in class:Modification
216 return attribute.equals(m.attribute);
H A DSortKey.java318 public boolean equals(Object o) method in class:SortKey
342 if(!attributeType.equals(s.attributeType))
351 if(!orderingRule.equals(s.orderingRule))
356 else if(!orderingRule.equals(
364 if(!attributeType.getOrderingMatchingRule().equals(
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java102 public boolean equals(Object o) method in class:PreferredConnection
104 boolean equals = false;
111 equals = type == p.getType() &&
117 equals = true;
119 return equals;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexDescriptor.java131 public boolean equals(Object o) method in class:IndexDescriptor
133 boolean equals = o == this;
134 if (!equals)
136 equals = o instanceof IndexDescriptor;
137 if (equals)
140 equals = index.getName().equalsIgnoreCase(getName()) &&
142 index.getTypes().equals(getTypes()) &&
145 if (equals)
150 equals = getBackend().getBackendID().equals(
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DChecker.java68 // in the equals() method on DN.decode((String) o1....
83 if (((methodName.startsWith("get") && (methodName.length() > 3) && (!returnType.equals(void.class))) || (methodName.startsWith("is") && (methodName.length() > 2) && (returnType.equals(boolean.class)))) && (method.getParameterTypes().length == 0)) {
105 public static boolean equals(Object o1, Object o2) { method in class:Checker
114 if (!o2.getClass().equals(c1)) {
130 if (!equals(r1, r2)) {
184 if (!equals(l1.toArray()[i], l2.toArray()[i])) {
190 return equals(((JAXBElement) o1).getValue(), ((JAXBElement) o2).getValue());
199 if (!DN.decode((String) o1).equals(DN.decode((String) o2))) {
215 if (!o1.equals(o
[all...]
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java103 public boolean equals(Object o) method in class:PreferredConnection
105 boolean equals = false;
112 equals = type == p.getType() &&
118 equals = true;
120 return equals;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexDescriptor.java130 public boolean equals(Object o) method in class:IndexDescriptor
132 boolean equals = o == this;
133 if (!equals)
135 equals = o instanceof IndexDescriptor;
136 if (equals)
139 equals = index.getName().equalsIgnoreCase(getName()) &&
141 index.getTypes().equals(getTypes()) &&
144 if (equals)
149 equals = getBackend().getBackendID().equals(
[all...]
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java102 public boolean equals(Object o) method in class:PreferredConnection
104 boolean equals = false;
111 equals = type == p.getType() &&
117 equals = true;
119 return equals;
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DChecker.java68 // in the equals() method on DN.decode((String) o1....
83 if (((methodName.startsWith("get") && (methodName.length() > 3) && (!returnType.equals(void.class))) || (methodName.startsWith("is") && (methodName.length() > 2) && (returnType.equals(boolean.class)))) && (method.getParameterTypes().length == 0)) {
105 public static boolean equals(Object o1, Object o2) { method in class:Checker
114 if (!o2.getClass().equals(c1)) {
130 if (!equals(r1, r2)) {
184 if (!equals(l1.toArray()[i], l2.toArray()[i])) {
190 return equals(((JAXBElement) o1).getValue(), ((JAXBElement) o2).getValue());
199 if (!DN.decode((String) o1).equals(DN.decode((String) o2))) {
215 if (!o1.equals(o
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DChecker.java67 // in the equals() method on DN.decode((String) o1....
82 if (((methodName.startsWith("get") && (methodName.length() > 3) && (!returnType.equals(void.class))) || (methodName.startsWith("is") && (methodName.length() > 2) && (returnType.equals(boolean.class)))) && (method.getParameterTypes().length == 0)) {
104 public static boolean equals(Object o1, Object o2) { method in class:Checker
113 if (!o2.getClass().equals(c1)) {
129 if (!equals(r1, r2)) {
183 if (!equals(l1.toArray()[i], l2.toArray()[i])) {
189 return equals(((JAXBElement) o1).getValue(), ((JAXBElement) o2).getValue());
198 if (!DN.decode((String) o1).equals(DN.decode((String) o2))) {
214 if (!o1.equals(o
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DLogLevel.java187 public boolean equals(Object ox) { method in class:LogLevel
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DDirectoryRMIServerSocketFactory.java165 public boolean equals(Object obj) method in class:DirectoryRMIServerSocketFactory
175 return (getClass().equals(that.getClass()) && checkParameters(that));
188 if (!sslSocketFactory.equals(that.sslSocketFactory))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A DRSInfo.java114 public boolean equals(Object obj) method in class:RSInfo
129 (serverUrl.equals(rsInfo.getServerUrl())))));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DAttrValueHistorical.java60 * Object are said equals when their values matches.
65 public boolean equals(Object obj) method in class:AttrValueHistorical
70 return (value.equals(objVal.getAttributeValue()));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAbstractAttribute.java86 public final boolean equals(Object o) method in class:AbstractAttribute
96 if (!getAttributeType().equals(a.getAttributeType()))
239 if (no.equals(noption))
H A DAttributeValues.java208 public boolean equals(Object o) method in class:AttributeValues.DelayedNormalizationValue
219 return getNormalizedValue().equals(attrValue.getNormalizedValue());
228 return value.equals(attrValue.getValue());
351 public boolean equals(Object o) method in class:AttributeValues.PreNormalizedValue
362 return normalizedValue.equals(attrValue.getNormalizedValue());
371 return value.equals(attrValue.getValue());
H A DCacheEntry.java181 public boolean equals(Object o) method in class:CacheEntry
199 return ((e.entryID == entryID) && (e.entry.equals(entry)));
H A DModification.java198 public boolean equals(Object o) method in class:Modification
216 return attribute.equals(m.attribute);
H A DSortKey.java318 public boolean equals(Object o) method in class:SortKey
342 if(!attributeType.equals(s.attributeType))
351 if(!orderingRule.equals(s.orderingRule))
356 else if(!orderingRule.equals(
364 if(!attributeType.getOrderingMatchingRule().equals(
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DTag.java136 public final boolean equals(Object obj) { method in class:Tag
143 return other.name.equals(this.name);
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DLogLevel.java186 public boolean equals(Object ox) { method in class:LogLevel
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DDirectoryRMIServerSocketFactory.java164 public boolean equals(Object obj) method in class:DirectoryRMIServerSocketFactory
174 return (getClass().equals(that.getClass()) && checkParameters(that));
187 if (!sslSocketFactory.equals(that.sslSocketFactory))
/forgerock/opendj2-hg/src/server/org/opends/server/replication/common/
H A DRSInfo.java117 public boolean equals(Object obj) method in class:RSInfo

Completed in 334 milliseconds

1234567891011>>