类 KeyValue<K,V>

java.lang.Object
tech.mhuang.pacebox.core.map.KeyValue<K,V>

public class KeyValue<K,V> extends Object
  • 构造器详细资料

    • KeyValue

      public KeyValue()
  • 方法详细资料

    • getKey

      public K getKey()
    • setKey

      public void setKey(K key)
    • getValue

      public V getValue()
    • setValue

      public void setValue(V value)
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object