Package net.quasardb.qdb.batch
Class DoubleEntry
java.lang.Object
net.quasardb.qdb.batch.DoubleEntry
A double in the database.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DoubleEntry
-
-
Method Details
-
ofAlias
-
put
public void put(double content) Create a new double with the specified content. Fails if the double already exists.- Parameters:
content
- The double value to be stored.
-
update
public void update(double content) Replaces the content of the double.- Parameters:
content
- The double value to be stored.
-