public final class PageRangeDiff extends PageRange
Modifier | Constructor and Description |
---|---|
protected |
PageRangeDiff(long start,
long end,
boolean isCleared)
Creates an instance of the
class. |
Modifier and Type | Method and Description |
---|---|
boolean |
isCleared()
Indicates whether the page range was cleared.
|
protected void |
setIsCleared(boolean isCleared)
Sets the ending offset.
|
getEndOffset, getStartOffset, setEndOffset, setStartOffset, toString
protected PageRangeDiff(long start, long end, boolean isCleared)
PageRangeDiff
class.start
- A long
which represents the starting offset.end
- A long
which represents the ending offset.isCleared
- True
if the page range is a cleared range, false
otherwise.public boolean isCleared()
True
if the page range is a cleared range, false
otherwise.protected void setIsCleared(boolean isCleared)
isCleared
- True
if the page range is a cleared range, false
otherwise.Copyright © 2019. All rights reserved.