java.lang.Object
develop.toolkit.base.struct.KeyValuePair<K,V>
- All Implemented Interfaces:
Serializable
键值对结构体
- Author:
- qiushui on 2018-05-24.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformatString(String separator) 美化成字符串static <K,V> KeyValuePair<K, V> 从Entry初始化static <K,V> KeyValuePair<K, V> of(K key, V value) 带值初始化static <T> KeyValuePair<T,T> of(T[] objs) toString()