Class Pair<K,​V>

java.lang.Object
com.linkedin.dagli.fasttext.anonymized.Pair<K,​V>

public class Pair<K,​V>
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Pair​(K key, V value)  
  • Method Summary

    Modifier and Type Method Description
    K getKey()  
    V getValue()  
    void setKey​(K key)  
    void setValue​(V value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Pair

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

    • getKey

      public K getKey()
    • getValue

      public V getValue()
    • setKey

      public void setKey​(K key)
    • setValue

      public void setValue​(V value)