Package | Description |
---|---|
org.bson.util |
Contains helper classes for working with the BSON protocol.
|
Modifier and Type | Field and Description |
---|---|
private AbstractCopyOnWriteMap.View.Type |
CopyOnWriteMap.Builder.viewType |
Modifier and Type | Method and Description |
---|---|
static AbstractCopyOnWriteMap.View.Type |
AbstractCopyOnWriteMap.View.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractCopyOnWriteMap.View.Type[] |
AbstractCopyOnWriteMap.View.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractCopyOnWriteMap(N map,
AbstractCopyOnWriteMap.View.Type viewType)
Create a new
CopyOnWriteMap with the supplied Map to initialize the values. |
CopyOnWriteMap(AbstractCopyOnWriteMap.View.Type viewType)
Create a new empty
CopyOnWriteMap . |
CopyOnWriteMap(java.util.Map<? extends K,? extends V> map,
AbstractCopyOnWriteMap.View.Type viewType)
Create a new
CopyOnWriteMap with the supplied Map to initialize the values. |
Hash(java.util.Map<? extends K,? extends V> map,
AbstractCopyOnWriteMap.View.Type viewType) |
Linked(java.util.Map<? extends K,? extends V> map,
AbstractCopyOnWriteMap.View.Type viewType) |