Searched refs:SortedDoubleBinding (Results 1 - 4 of 4) 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.java6 * $Id: SortedDoubleBinding.java,v 12.6 2008/02/07 17:12:25 mark Exp $
24 * {@link SortedDoubleBinding} are different and incompatible. They are not
26 * <li>An instance of {@link DoubleBinding}, not {@link SortedDoubleBinding},
28 * to use {@link SortedDoubleBinding}, {@link TupleBinding#getPrimitiveBinding}
41 public class SortedDoubleBinding extends TupleBinding { class in inherits:TupleBinding
/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 DTupleBindingTest.java27 import com.sleepycat.bind.tuple.SortedDoubleBinding;
271 SortedDoubleBinding.doubleToEntry(123.123, entry);
273 assertTrue(123.123 == SortedDoubleBinding.entryToDouble(entry));
275 new SortedDoubleBinding().objectToEntry(new Double(123.123), entry);
277 forMoreCoverageTest(new SortedDoubleBinding(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile280 $(JAVA_SLEEPYCAT)/bind/tuple/SortedDoubleBinding.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in275 $(JAVA_SLEEPYCAT)/bind/tuple/SortedDoubleBinding.java \

Completed in 167 milliseconds