public final class ClearRange
extends java.lang.Object
| Constructor and Description |
|---|
ClearRange() |
| Modifier and Type | Method and Description |
|---|---|
int |
end()
Get the end value.
|
int |
start()
Get the start value.
|
ClearRange |
withEnd(int end)
Set the end value.
|
ClearRange |
withStart(int start)
Set the start value.
|
public int start()
public ClearRange withStart(int start)
start - the start value to set.public int end()
public ClearRange withEnd(int end)
end - the end value to set.