(final int pre, final boolean text)
| 274 | } |
| 275 | |
| 276 | @Override |
| 277 | public long textItr(final int pre, final boolean text) { |
| 278 | final long value = textRef(pre); |
| 279 | return Inline.inlined(value) ? Inline.unpackLong(value) : toLong(txt(value, text)); |
| 280 | } |
| 281 | |
| 282 | @Override |
| 283 | public double textDbl(final int pre, final boolean text) { |
nothing calls this directly
no test coverage detected