feat: 添加更多工具方法
This commit is contained in:
@@ -17,7 +17,7 @@ public class Pair<K, V> implements Serializable {
|
|||||||
private final K key;
|
private final K key;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Value of this this <code>Pair</code>.
|
* Value of this <code>Pair</code>.
|
||||||
*/
|
*/
|
||||||
@NotNull
|
@NotNull
|
||||||
private final V value;
|
private final V value;
|
||||||
|
Reference in New Issue
Block a user