Interface IAdded<TKey,TValue>

All Superinterfaces:
IDictionaryChanged, ion.Meta.IEvent
All Known Subinterfaces:
IAddedDictionary<TKey,TValue,TDictionary>

public interface IAdded<TKey,TValue> extends IDictionaryChanged
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from interface ion.SyncCollections.Events.Dictionary.IDictionaryChanged

    getDictionary

    Methods inherited from interface ion.Meta.IEvent

    getRaiseTime
  • Method Details

    • getKey

      TKey getKey()
    • getValue

      TValue getValue()