public class Range extends Object
Range(Integer min, Integer max)
Integer
getMax()
getMin()
boolean
match(int val)
void
setRange(Integer min, Integer max)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Range(Integer min, Integer max)
public Integer getMin()
public Integer getMax()
public void setRange(Integer min, Integer max)
public boolean match(int val)
public String toString()
toString
Object
Copyright © 2018. All rights reserved.