Class Pair<K,V>

java.lang.Object
org.apache.sysds.runtime.matrix.data.Pair<K,V>

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

    • Pair

      public Pair()
    • Pair

      public Pair(K k, V v)
  • Method Details

    • setKey

      public final void setKey(K k)
    • setValue

      public final void setValue(V v)
    • set

      public final void set(K k, V v)
    • getKey

      public final K getKey()
    • getValue

      public final V getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object