public class RevisionOffset extends Object
| Constructor and Description |
|---|
RevisionOffset(long revision,
long[] offsets)
Creates a new instance of RevisionOffset.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long[] |
getOffsets() |
long |
getRevision() |
int |
hashCode() |
String |
toString() |
public RevisionOffset(long revision,
long[] offsets)
revision - the revision numberoffsets - array of copied page offsetsCopyright © 2012–2019 Apache Mavibot Project Parent. All rights reserved.