public interface OffsetHolder
| Modifier and Type | Method and Description |
|---|---|
Offset |
getOffset() |
ReadableOffset |
getReadableOffset()
Should return the same, or a "view" of the same offset as
getOffset(). |
Offset getOffset()
ReadableOffset getReadableOffset()
getOffset(). The difference is that smaller
interface allows to return unwrapped underlying offset sometimes, e. g. FilteredOffset.baseOffset, instead of the wrapper FilteredOffset.Copyright © 2011–2017. All rights reserved.