Interface IKeyValuePair<K,V>

Type Parameters:
K - is the type of the key of a IKeyValuePair.
V - is the type of the value of a IKeyValuePair.
All Known Implementing Classes:
KeyValuePair

public interface IKeyValuePair<K,V>
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getKey

      K getKey()
    • getStoredValue

      V getStoredValue()