Interface Pair<K,V>

Type Parameters:
V - the Java type of the contained value

@Immutable public interface Pair<K,V>
Immutable pair of a key and a value
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    key()
     
     
  • Method Details

    • key

      K key()
      Returns:
      the property key
    • value

      V value()
      Returns:
      the property value