Uses of Class
org.bson.BsonDouble
-
Packages that use BsonDouble Package Description org.bson Contains the base BSON classes.org.bson.codecs This package contains all the default BSON codecs. -
-
Uses of BsonDouble in org.bson
Methods in org.bson that return BsonDouble Modifier and Type Method Description BsonDouble
BsonValue. asDouble()
Gets this value as a BsonDouble if it is one, otherwise throws exceptionBsonDouble
BsonDocument. getDouble(Object key)
Gets the value of the key if it is a BsonDouble, or throws if not.BsonDouble
BsonDocument. getDouble(Object key, BsonDouble defaultValue)
If the document does not contain the given key, return the given default value.Methods in org.bson with parameters of type BsonDouble Modifier and Type Method Description int
BsonDouble. compareTo(BsonDouble o)
BsonDouble
BsonDocument. getDouble(Object key, BsonDouble defaultValue)
If the document does not contain the given key, return the given default value. -
Uses of BsonDouble in org.bson.codecs
Methods in org.bson.codecs that return BsonDouble Modifier and Type Method Description BsonDouble
BsonDoubleCodec. decode(BsonReader reader, DecoderContext decoderContext)
Methods in org.bson.codecs that return types with arguments of type BsonDouble Modifier and Type Method Description Class<BsonDouble>
BsonDoubleCodec. getEncoderClass()
Methods in org.bson.codecs with parameters of type BsonDouble Modifier and Type Method Description void
BsonDoubleCodec. encode(BsonWriter writer, BsonDouble value, EncoderContext encoderContext)
-