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