public class Pair extends Object
This duplicates the C++ class std::pair<double, double>.
std::pair<double, double>
double
first
second
Pair(double first, double second)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public double first
public double second
public Pair(double first, double second)
Copyright © 2017. All Rights Reserved.