类 TwoValues<T,​S>

    • 构造器详细资料

      • TwoValues

        public TwoValues()
    • 方法详细资料

      • of

        public static <T,​S> TwoValues<T,​S> of​(T firstValue,
                                                          S secondValue)
        带值初始化
        类型参数:
        T -
        S -
        参数:
        firstValue -
        secondValue -
        返回: