Searched refs:writeSortedDouble (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/bind/tuple/
H A DSortedDoubleBinding.java52 output.writeSortedDouble(((Number) object).doubleValue());
82 outputToEntry(DoubleBinding.sizedOutput().writeSortedDouble(val),
H A DTupleOutput.java62 * <li>{@link TupleOutput#writeSortedDouble}</li>
284 * #writeSortedDouble}.</p>
338 public final TupleOutput writeSortedDouble(double val) { method in class:TupleOutput
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DEntityOutput.java72 TupleOutput writeSortedDouble(double val); method in interface:EntityOutput
H A DSimpleFormat.java603 output.writeSortedDouble(((Number) o).doubleValue());
633 output.writeSortedDouble(a[i]);
653 output.writeSortedDouble(field.getDouble(o));
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced3.java96 output.writeSortedDouble(d);
105 output.writeSortedDouble(dw.doubleValue());
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleFormatTest.java815 out.writeSortedDouble((double) val);
861 out.writeSortedDouble(0);
862 out.writeSortedDouble(1);
863 out.writeSortedDouble(-1);
H A DTupleOrderingTest.java460 out.writeSortedDouble(DATA[i]);

Completed in 205 milliseconds