public class OffsetInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
endIndex |
boolean |
isEndOffset |
int |
offset |
int |
pos |
int |
startIndex |
| Constructor and Description |
|---|
OffsetInfo(int pos,
int offset,
boolean isEndOffset,
int startIndex) |
OffsetInfo(int pos,
int offset,
boolean isEndOffset,
int startIndex,
int endIndex) |
public final int pos
public final int offset
public final boolean isEndOffset
public final int startIndex
public final int endIndex
Copyright © 2020. All rights reserved.