Interface KeyValuePair<K,V>

All Known Implementing Classes:
KeyValuePairImpl

public interface KeyValuePair<K,V>
Represents a Key-Value Pair
Since:
v4.4
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getKey

      K getKey()
    • getValue

      V getValue()