Package | Description |
---|---|
org.corfudb.runtime.collections |
Modifier and Type | Method and Description |
---|---|
boolean |
FGMap.containsKey(Object key)
Deprecated.
Returns true if this map contains a mapping for the specified
key.
|
V |
FGMap.get(Object key)
Deprecated.
Returns the value to which the specified key is mapped,
or
null if this map contains no mapping for the key. |
V |
FGMap.put(K key,
V value)
Deprecated.
Associates the specified value with the specified key in this map
(optional operation).
|
V |
FGMap.remove(Object key)
Deprecated.
Removes the mapping for a key from this map if it is present
(optional operation).
|
Copyright © 2019 CorfuDB. All rights reserved.