protected static class PersistentMap.DeletedKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
key
The key.
|
Constructor and Description |
---|
DeletedKey()
Creates the marker.
|
DeletedKey(java.lang.Object key)
Creates the marker.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getKey()
Gets the key.
|
void |
setKey(java.lang.Object key)
Sets the key.
|