Class Pair<K,V>

java.lang.Object
org.qubership.profiler.io.Pair<K,V>

public class Pair<K,V> extends Object
  • Constructor Details

    • Pair

      public Pair(K key, V value)
  • Method Details

    • getKey

      public K getKey()
    • getValue

      public V getValue()
    • of

      public static <K, V> Pair<K,V> of(K key, V value)