Package | Description |
---|---|
com.mongodb.util |
Contains classes that can be used everywhere in the driver, and have no specific domain.
|
org.bson |
Contains the base BSON classes.
|
org.bson.util |
Contains helper classes for working with the BSON protocol.
|
Class and Description |
---|
ClassMap
Maps Class objects to values.
|
Class and Description |
---|
ClassMap
Maps Class objects to values.
|
Class and Description |
---|
AbstractCopyOnWriteMap
Abstract base class for COW
Map implementations that delegate to an internal map. |
AbstractCopyOnWriteMap.CollectionView |
AbstractCopyOnWriteMap.EntrySet |
AbstractCopyOnWriteMap.KeySet |
AbstractCopyOnWriteMap.Values |
AbstractCopyOnWriteMap.View
Provides access to the views of the underlying key, value and entry collections.
|
AbstractCopyOnWriteMap.View.Type
The different types of
AbstractCopyOnWriteMap.View available |
CopyOnWriteMap
A thread-safe variant of
Map in which all mutative operations (the "destructive" operations described by Map put, remove and so on) are implemented by making a fresh copy of the underlying map. |
CopyOnWriteMap.Builder
Build a
CopyOnWriteMap and specify all the options. |
Function |