Package | Description |
---|---|
com.opencloud.rhino.util |
Modifier and Type | Method and Description |
---|---|
static EncodableMap.BackingStore |
EncodableMap.BackingStore.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodableMap.BackingStore[] |
EncodableMap.BackingStore.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Map<K,V> |
EncodableMap.newMapInstance(EncodableMap.BackingStore backingStore)
Create a new map instance for the backing store.
|
Constructor and Description |
---|
EncodableMap(EncodableMap.BackingStore backingStore)
Create an
EncodableMap using the specified backing store. |
EncodableMap(EncodableMap.BackingStore backingStore,
Map<K,V> map)
Create an
EncodableSet using the specified backing store and map. |