(final int pre, final boolean text)
| 121 | public void flush(final boolean all) { } |
| 122 | |
| 123 | @Override |
| 124 | public byte[] text(final int pre, final boolean text) { |
| 125 | return (text ? texts : values).key((int) textRef(pre)); |
| 126 | } |
| 127 | |
| 128 | @Override |
| 129 | public long textItr(final int pre, final boolean text) { |