public class Range extends Object
Range()
Range(double start, double end)
double
getEnd()
getStart()
void
setEnd(double end)
setStart(double start)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Range()
public Range(double start, double end)
public double getStart()
public void setStart(double start)
public double getEnd()
public void setEnd(double end)
public String toString()
toString
Object
Copyright © 2020–2025. All rights reserved.