Class HashDictionary.AddRequest

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

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

    • value

      public final TValue value
  • Constructor Details

    • AddRequest

      public AddRequest(TKey key, TValue value)