Schnittstelle IKeyValuePair<K,V>

Typparameter:
K - is the type of the key of a IKeyValuePair.
V - is the type of the value of a IKeyValuePair.
Alle bekannten Implementierungsklassen:
KeyValuePair

public interface IKeyValuePair<K,V>
Autor:
Silvan Wyss
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
     
     
  • Methodendetails

    • getKey

      K getKey()
    • getStoredValue

      V getStoredValue()