Class HashDictionary.SetRequest

java.lang.Object
ion.Meta.Request
HashDictionary<TKey,TValue>.ModifyElementRequest
ion.SyncCollections.HashDictionary.SetRequest
Enclosing class:
HashDictionary<TKey,TValue>

protected final class HashDictionary.SetRequest extends HashDictionary<TKey,TValue>.ModifyElementRequest
  • Field Details

    • value

      public final TValue value
  • Constructor Details

    • SetRequest

      public SetRequest(TKey key, TValue value)