Package | Description |
---|---|
org.bson.util |
Contains helper classes for working with the BSON protocol.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CopyOnWriteMap<K,V>
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. |
(package private) static class |
CopyOnWriteMap.Hash<K,V>
Uses
HashMap instances as its internal storage. |
(package private) static class |
CopyOnWriteMap.Linked<K,V>
Uses
LinkedHashMap instances as its internal storage. |
Modifier and Type | Method and Description |
---|---|
(package private) abstract <K,V,M extends java.util.Map<K,V>> |
AbstractCopyOnWriteMap.View.Type.get(AbstractCopyOnWriteMap<K,V,M> host) |