Class Entry<U,T>

java.lang.Object
edu.sustech.search.engine.github.models.Entry<U,T>

public class Entry<U,T> extends Object
  • Constructor Details

    • Entry

      @Deprecated public Entry()
      Deprecated.
      This will only be called by JsonParsers/JsonWriters
    • Entry

      public Entry(U key, T value)
  • Method Details

    • getKey

      public U getKey()
    • getValue

      public T getValue()
    • setKey

      public void setKey(U key)
    • setValue

      public void setValue(T value)
    • toString

      public String toString()
      Overrides:
      toString in class Object