public final class Tuple3<A,B,C>
extends Object
三元组
- 作者:
- wjybxx
date 2023/3/31
-
-
方法概要
boolean
int
static <A,
B,
C> Tuple3<A,B,C>
of(A first,
B second,
C third)
-
构造器详细资料
-
Tuple3
public Tuple3(A first,
B second,
C third)
-
方法详细资料
-
of
public static <A,
B,
C> Tuple3<A,B,C> of(A first,
B second,
C third)
-
-
-
-
-
-
-