feat: 添加更多工具方法

This commit is contained in:
2022-11-04 00:51:23 +08:00
parent 0b0c34a930
commit 6904a9121c

View File

@@ -17,7 +17,7 @@ public class Pair<K, V> implements Serializable {
private final K key;
/**
* Value of this this <code>Pair</code>.
* Value of this <code>Pair</code>.
*/
@NotNull
private final V value;