Class KeyValuePair<K,V>

java.lang.Object
develop.toolkit.base.struct.KeyValuePair<K,V>
All Implemented Interfaces:
Serializable

public class KeyValuePair<K,V> extends Object implements Serializable
键值对结构体
Author:
qiushui on 2018-05-24.
See Also:
  • Field Details

    • key

      protected K key
    • value

      protected V value
  • Constructor Details

    • KeyValuePair

      public KeyValuePair()
  • Method Details