- java.lang.Object
-
- develop.toolkit.base.struct.ThreeValues<T,S,U>
-
- 所有已实现的接口:
Serializable
public class ThreeValues<T,S,U> extends Object implements Serializable
三个值的结构体- 作者:
- qiushui on 2019-02-21.
- 另请参阅:
- 序列化表格
-
-
方法详细资料
-
of
public static <T,S,U> ThreeValues<T,S,U> of(T firstValue, S secondValue, U thirdValue)
带值初始化
-
-