| Package | Description | 
|---|---|
| com.allanbank.mongodb.bson.builder.impl | Provides the implementations for builders to aid in constructing BSON 
  Documents. | 
| com.allanbank.mongodb.bson.element | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | AbstractBuilder.BuilderElementA temporary Element to stand in for a element being constructed with a
 builder. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ArrayElementA wrapper for a BSON array. | 
| class  | BinaryElementA wrapper for a BSON binary. | 
| class  | BooleanElementA wrapper for a BSON boolean. | 
| class  | DBPointerElementDeprecated. 
 See BSON Specification. | 
| class  | DocumentElementWraps a single BSON document that may contain nested documents. | 
| class  | DoubleElementA wrapper for a BSON double. | 
| class  | IntegerElementA wrapper for a BSON (signed 32-bit) integer. | 
| class  | JavaScriptElementA wrapper for a BSON JavaScript. | 
| class  | JavaScriptWithScopeElementA wrapper for a BSON JavaScript with Scope. | 
| class  | LongElementA wrapper for a BSON (signed 64-bit) integer or long. | 
| class  | MaxKeyElementA wrapper for a BSON maximum key element. | 
| class  | MinKeyElementA wrapper for a BSON minimum key element. | 
| class  | MongoTimestampElementA wrapper for a BSON (signed 64-bit) Mongo timestamp as 4 byte increment and
 4 byte timestamp. | 
| class  | NullElementA wrapper for a BSON null. | 
| class  | ObjectIdElementA wrapper for a BSON Object Id. | 
| class  | RegularExpressionElementA wrapper for a BSON regular expression. | 
| class  | StringElementA wrapper for a BSON string. | 
| class  | SymbolElementA wrapper for a BSON symbol. | 
| class  | TimestampElementA wrapper for a BSON timestamp as the milliseconds since the epoch. | 
| class  | UuidElementUuidElement provides a helper element for handling UUID  BinaryElementsub-types. | 
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.