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 SummaryFields Modifier and Type Field Description protected java.lang.ObjectkeyThe key.
 - 
Constructor SummaryConstructors Constructor Description DeletedKey()Creates the marker.DeletedKey(java.lang.Object key)Creates the marker.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetKey()Gets the key.voidsetKey(java.lang.Object key)Sets the key.
 
-