Searched refs:equals (Results 1 - 25 of 95) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DReplicationHostAddress.java62 public boolean equals(Object o){ method in class:ReplicationHostAddress
64 return this.toString().equals(((ReplicationHostAddress)o).toString());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/serial/test/
H A DMarshalledObject.java36 public boolean equals(Object o) { method in class:MarshalledObject
41 return this.data.equals(other.data) &&
42 this.primaryKey.equals(other.primaryKey) &&
43 this.indexKey1.equals(other.indexKey1) &&
44 this.indexKey2.equals(other.indexKey2);
87 if ("1".equals(keyName)) {
94 } else if ("2".equals(keyName)) {
108 if ("1".equals(keyName)) {
115 } else if ("2".equals(keyName)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DMapEntryParameter.java61 * java.util.Map.Entry#equals}.
65 public boolean equals(Object other) { method in class:MapEntryParameter
74 : key.equals(e.getKey())) &&
76 : value.equals(e.getValue()));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/evolve/
H A DEntityConverter.java64 * and given object, and if the {@link Converter#equals} superclass method
68 public boolean equals(Object other) { method in class:EntityConverter
71 return deletedKeys.equals(o.deletedKeys) &&
72 super.equals(other);
H A DMutation.java60 public boolean equals(Object other) { method in class:Mutation
63 return className.equals(o.className) &&
65 ((fieldName != null) ? fieldName.equals(o.fieldName)
H A DRenamer.java80 * object, and if the {@link Mutation#equals} method returns true.
83 public boolean equals(Object other) { method in class:Renamer
86 return newName.equals(o.newName) &&
87 super.equals(other);
H A DConversion.java47 * <p>The {@code Conversion} class must implement the standard equals method.
48 * See {@link #equals} for more information.</p>
83 * public boolean equals(Object o) {
151 * public boolean equals(Object o) {
238 * public boolean equals(Object o) {
301 * public boolean equals(Object o) {
364 * public boolean equals(Object o) {
418 * The standard {@code equals} method that must be implemented by
425 * implement the {@code equals} method.</p>
427 * <p>If the {@code equals} metho
437 boolean equals(Object other); method in interface:Conversion
[all...]
H A DConverter.java76 /* Require explicit implementation of the equals method. */
79 Method m = cls.getMethod("equals", Object.class);
82 ("Conversion class does not implement the equals method " +
83 "explicitly (Object.equals is not sufficient): " +
100 * given object, and if the {@link Mutation#equals} superclass method
104 public boolean equals(Object other) { method in class:Converter
107 return conversion.equals(o.conversion) &&
108 super.equals(other);
H A DMutations.java164 public boolean equals(Object other) { method in class:Mutations
167 return renamers.equals(o.renamers) &&
168 deleters.equals(o.deleters) &&
169 converters.equals(o.converters);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/serial/
H A DTestSerial.java49 public boolean equals(Object object) { method in class:TestSerial
54 : (!o.other.equals(this.other))) {
62 : (!o.s.equals(this.s))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DPrimaryKeyMetadata.java47 public boolean equals(Object other) { method in class:PrimaryKeyMetadata
50 return super.equals(o) &&
H A DSecondaryKeyMetadata.java98 public boolean equals(Object other) { method in class:SecondaryKeyMetadata
101 return super.equals(o) &&
H A DFieldMetadata.java63 public boolean equals(Object other) { method in class:FieldMetadata
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Doptions.c46 char *equals; local
95 if(!(equals = strchr(name, '=')))
103 for(t=equals-1; t>name && isspace(*t); t--)
106 *equals = '\0';
107 value = equals+1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Doptions.c72 char *equals; local
121 if(!(equals = strchr(name, '=')))
129 for(t=equals-1; t>name && isspace(*t); t--)
132 *equals = '\0';
133 value = equals+1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Doptions.c46 char *equals; local
95 if(!(equals = strchr(name, '=')))
103 for(t=equals-1; t>name && isspace(*t); t--)
106 *equals = '\0';
107 value = equals+1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DItem.java237 return i.strVal1.equals(strVal1);
239 return i.strVal1.equals(strVal1)
240 && i.strVal2.equals(strVal2);
245 return i.strVal1.equals(strVal1)
246 && i.strVal2.equals(strVal2)
247 && i.strVal3.equals(strVal3);
H A DClassReader.java384 if (attrName.equals("SourceFile")) {
386 } else if (attrName.equals("Deprecated")) {
388 } else if (attrName.equals("Synthetic")) {
390 } else if (attrName.equals("Annotation")) {
392 } else if (attrName.equals("Enum")) {
394 } else if (attrName.equals("InnerClasses")) {
396 } else if (attrName.equals("Signature")) {
398 } else if (attrName.equals("SourceDebugExtension")) {
401 } else if (attrName.equals("EnclosingMethod")) {
408 } else if (attrName.equals("RuntimeVisibleAnnotation
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DMarshalledObject.java97 if ("1".equals(keyName)) {
104 } else if ("2".equals(keyName)) {
118 if ("1".equals(keyName)) {
125 } else if ("2".equals(keyName)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTestEntity.java25 public boolean equals(Object o) { method in class:TestEntity
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DShipment.java87 if (keyName.equals(PART_KEY)) {
90 } else if (keyName.equals(SUPPLIER_KEY)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DShipment.java103 if (keyName.equals(PART_KEY)) {
106 } else if (keyName.equals(SUPPLIER_KEY)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DLockExample.java103 if (opbuf.equals("get")) {
118 !lockbuf.equals("read") &&
119 !lockbuf.equals("write"));
122 if (len <= 1 || lockbuf.equals("read"))
180 if (argv[i].equals("-h")) {
184 } else if (argv[i].equals("-m")) {
193 } else if (argv[i].equals("-u")) {
H A DSequenceExample.java35 if (argv[i].equals("-r"))
37 else if (argv[i].equals("-?"))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DFieldInfo.java23 * <p>Note that the equals(), compareTo() and hashCode() methods only use the
63 if (fieldName.equals(field.getName())) {
126 public boolean equals(Object other) { method in class:FieldInfo
129 return name.equals(o.name);

Completed in 137 milliseconds

1234