Class Pair<K,V>

java.lang.Object
redempt.crunch.data.Pair<K,V>

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

    • Pair

      public Pair(K first, V second)
  • Method Details

    • getFirst

      public K getFirst()
    • getSecond

      public V getSecond()