Searched refs:readSortedDouble (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DSortedDoubleBinding.java46 return new Double(input.readSortedDouble());
70 return entryToInput(entry).readSortedDouble();
H A DTupleInput.java63 * <li>{@link TupleInput#readSortedDouble}</li>
284 * #readSortedDouble}.</p>
345 public final double readSortedDouble() method in class:TupleInput
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DEntityInput.java91 double readSortedDouble(); method in interface:EntityInput
H A DRawAbstractInput.java191 public double readSortedDouble() { method in class:RawAbstractInput
H A DWidenerInput.java293 return input.readSortedDouble();
501 public double readSortedDouble() { method in class:WidenerInput
H A DSimpleFormat.java598 return Double.valueOf(input.readSortedDouble());
622 a[i] = input.readSortedDouble();
646 field.setDouble(o, input.readSortedDouble());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced3.java122 d = input.readSortedDouble();
131 dw = Double.valueOf(input.readSortedDouble());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleFormatTest.java819 assertTrue(Double.isNaN(in.readSortedDouble()));
821 assertEquals((double) val, in.readSortedDouble(), 0);
866 assertEquals(0, in.readSortedDouble(), 0);
867 assertEquals(1, in.readSortedDouble(), 0);
868 assertEquals(-1, in.readSortedDouble(), 0);

Completed in 119 milliseconds