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