Uses of Class
org.bson.BasicBSONObject

Packages that use BasicBSONObject
com.mongodb Main package with core files. 
org.bson Contains the base BSON classes and Encoder/Decoder. 
 

Uses of BasicBSONObject in com.mongodb
 

Subclasses of BasicBSONObject in com.mongodb
 class BasicDBObject
          a basic implementation of bson object that is mongo specific.
 class CommandResult
          A simple wrapper for the result of getLastError() calls and other commands
 

Uses of BasicBSONObject in org.bson
 

Methods in org.bson that return BasicBSONObject
 BasicBSONObject BasicBSONObject.append(String key, Object val)
          Add a key/value pair to this object