java.lang.Object
develop.toolkit.base.struct.ThreeValues<T,S,U>
- All Implemented Interfaces:
Serializable
三个值的结构体
- Author:
- qiushui on 2019-02-21.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ThreeValues<T,T, T> of(T[] objs) static <T,S, U> ThreeValues<T, S, U> of(T firstValue, S secondValue, U thirdValue) 带值初始化
-
Constructor Details
-
ThreeValues
public ThreeValues()
-
-
Method Details
-
of
带值初始化 -
of
-