public class Range
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
end1 |
int |
end2 |
int |
start1 |
int |
start2 |
Constructor and Description |
---|
Range(int start1,
int end1,
int start2,
int end2) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isEmpty() |
java.lang.String |
toString() |
public final int start1
public final int end1
public final int start2
public final int end2
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isEmpty()