public class Range extends Object implements Comparable<Range>
| Constructor and Description |
|---|
Range(int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Range other) |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isInRange(int val) |
Copyright © 2018. All rights reserved.