public class Range<T extends Number> extends Object
This class is immutable and thread safe.
Range(T min, T max)
boolean
equals(Object obj)
T
getMax()
getMin()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Range(T min, T max)
public T getMax()
public T getMin()
public String toString()
toString
Object
public boolean equals(Object obj)
equals
public int hashCode()
hashCode
Copyright © 2016. All rights reserved.