Package ion.SyncCollections
Class HashDictionary.RemoveRequest
- java.lang.Object
-
- ion.Meta.Request
-
- ion.SyncCollections.HashDictionary.ModifyElementRequest
-
- ion.SyncCollections.HashDictionary.RemoveRequest
-
- Enclosing class:
- HashDictionary<TKey,TValue>
protected final class HashDictionary.RemoveRequest extends HashDictionary.ModifyElementRequest
-
-
Field Summary
-
Fields inherited from class ion.SyncCollections.HashDictionary.ModifyElementRequest
key
-
-
Constructor Summary
Constructors Constructor Description RemoveRequest(TKey key)
-
Method Summary
-
Methods inherited from class ion.SyncCollections.HashDictionary.ModifyElementRequest
equals, hashCode
-
-
-
-
Constructor Detail
-
RemoveRequest
public RemoveRequest(TKey key)
-
-