Class PersistentMap.DeletedKey
- java.lang.Object
-
- jadex.binary.persistent.collections.PersistentMap.DeletedKey
-
- Enclosing class:
- PersistentMap<K,V>
protected static class PersistentMap.DeletedKey extends java.lang.ObjectMarker for deleted entries.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.ObjectkeyThe key.
-
Constructor Summary
Constructors Constructor Description DeletedKey()Creates the marker.DeletedKey(java.lang.Object key)Creates the marker.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetKey()Gets the key.voidsetKey(java.lang.Object key)Sets the key.
-