Class PairOfDoubleOrDArr

    • Constructor Detail

      • PairOfDoubleOrDArr

        public PairOfDoubleOrDArr​(Either.OfTwo<Double,​double[]> first,
                                  Either.OfTwo<Double,​double[]> second)
        Constructs a PairOfDoubleOrDArr with the specified first and second elements.
        Parameters:
        first - the first element of the pair, an instance of Either.OfTwo
        second - the second element of the pair, an instance of Either.OfTwo