Searched refs:compareTo (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/repquote/
H A DRepQuoteExample.java116 if (argv[i].compareTo("-C") == 0) {
118 } else if (argv[i].compareTo("-h") == 0) {
122 } else if (argv[i].compareTo("-M") == 0) {
124 } else if (argv[i].compareTo("-m") == 0) {
141 } else if (argv[i].compareTo("-n") == 0) {
144 } else if (argv[i].compareTo("-f") == 0 ||
145 argv[i].compareTo("-o") == 0) {
163 } else if (argv[i].compareTo("-p") == 0) {
166 } else if (argv[i].compareTo("-v") == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DCustomKeyOrderExample.java58 public int compareTo(ReverseOrder o) { method in class:CustomKeyOrderExample.ReverseOrder
59 return o.value.compareTo(value);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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
121 public int compareTo(FieldInfo o) { method in class:FieldInfo
122 return name.compareTo(o.name);
H A DPersistComparator.java67 return k1.compareTo(k2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DAssociateTest.java124 if(DATABASETEST_SAMPLE_DATA[i].compareTo(keystring) == 0)
129 if(datastring.compareTo(expecteddata) != 0)
159 if(tmpstr.compareTo(new String(secdata.getData())) != 0)
183 if(tmpstr.compareTo(new String(secdata.getData())) != 0)
H A DAppendRecnoTest.java114 if(gotString.compareTo(EXPECTED_ENTRIES[itemcount-1]) != 0)
H A DEncryptTest.java121 if(toFind.compareTo(new String(buf, i, toFind.length())) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DOperationTest.java620 public int compareTo(Key o) { method in class:OperationTest.CompositeSequenceEntity1.Key
639 public int compareTo(Key o) { method in class:OperationTest.CompositeSequenceEntity2.Key
H A DBindingTest.java1180 public int compareTo(ComparableKey o) { method in class:BindingTest.ComparableKey
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java263 return f1.name.compareTo(f2.name);

Completed in 114 milliseconds