mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
Update hutool-core/src/main/java/org/dromara/hutool/core/tuple/ImmutableTriple.java
This commit is contained in:
parent
d6981a1a78
commit
cf4e64a49b
@ -10,7 +10,7 @@ import java.util.Objects;
|
|||||||
* @param <M> 中值类型
|
* @param <M> 中值类型
|
||||||
* @param <R> 右值类型
|
* @param <R> 右值类型
|
||||||
* @author kirno7
|
* @author kirno7
|
||||||
* @since 6.0.3
|
* @since 6.0.0
|
||||||
*/
|
*/
|
||||||
public class ImmutableTriple<L, M, R> implements Serializable {
|
public class ImmutableTriple<L, M, R> implements Serializable {
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user