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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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());
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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());
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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());
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/bind/serial/test/
H A DMarshalledObject.java37 public boolean equals(Object o) { method in class:MarshalledObject
42 return this.data.equals(other.data) &&
43 this.primaryKey.equals(other.primaryKey) &&
44 this.indexKey1.equals(other.indexKey1) &&
45 this.indexKey2.equals(other.indexKey2);
88 if ("1".equals(keyName)) {
95 } else if ("2".equals(keyName)) {
109 if ("1".equals(keyName)) {
116 } else if ("2".equals(keyName)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/bind/serial/test/
H A DMarshalledObject.java37 public boolean equals(Object o) { method in class:MarshalledObject
42 return this.data.equals(other.data) &&
43 this.primaryKey.equals(other.primaryKey) &&
44 this.indexKey1.equals(other.indexKey1) &&
45 this.indexKey2.equals(other.indexKey2);
88 if ("1".equals(keyName)) {
95 } else if ("2".equals(keyName)) {
109 if ("1".equals(keyName)) {
116 } else if ("2".equals(keyName)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/bind/serial/test/
H A DMarshalledObject.java37 public boolean equals(Object o) { method in class:MarshalledObject
42 return this.data.equals(other.data) &&
43 this.primaryKey.equals(other.primaryKey) &&
44 this.indexKey1.equals(other.indexKey1) &&
45 this.indexKey2.equals(other.indexKey2);
88 if ("1".equals(keyName)) {
95 } else if ("2".equals(keyName)) {
109 if ("1".equals(keyName)) {
116 } else if ("2".equals(keyName)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/model/
H A DPrimaryKeyMetadata.java46 public boolean equals(Object other) { method in class:PrimaryKeyMetadata
49 return super.equals(o) &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/model/
H A DPrimaryKeyMetadata.java46 public boolean equals(Object other) { method in class:PrimaryKeyMetadata
49 return super.equals(o) &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/model/
H A DPrimaryKeyMetadata.java46 public boolean equals(Object other) { method in class:PrimaryKeyMetadata
49 return super.equals(o) &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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);

Completed in 133 milliseconds

1234567891011>>