Closed dormaayan closed 5 years ago
@dormaayan what should recod(x,y) do?
@ameeramer It should define a record of x and y.
THIS IS BUGGY
@Override public boolean equals(Object obj) { if (obj.hashCode() == this.hashCode() && obj == this) return true;
PLEASE FIX THIS
no tests for the fix
this list could be used e.g., for representing a set of data points to draw in an xy graph, e.g., x is time and y is weight. the series is the list of data points.