public class BoxRange
extends Object
-
Field Summary
Fields
private final int
private final int
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
_start
private final int _start
-
_end
private final int _end
-
Constructor Details
-
BoxRange
public BoxRange(int start,
int end)
-
Method Details
-
getStart
public int getStart()
-
getEnd
public int getEnd()
-