Class Pair<V extends Serializable>

java.lang.Object
ecmwf.common.technical.Pair<V>
Type Parameters:
V - the value type
All Implemented Interfaces:
Serializable

public class Pair<V extends Serializable> extends Object implements Serializable
The Class Pair.
See Also:
  • Constructor Details

    • Pair

      public Pair(String l, V value)
      Instantiates a new pair.
      Parameters:
      l - the l
      value - the value
  • Method Details

    • getKey

      public String getKey()
      Gets the key.
      Returns:
      the key
    • getValue

      public V getValue()
      Gets the value.
      Returns:
      the value