{@inheritDoc} @since 2018/11/14
()
| 175 | * @since 2018/11/14 |
| 176 | */ |
| 177 | @Override |
| 178 | public String toString() |
| 179 | { |
| 180 | Reference<String> ref = this._string; |
| 181 | String rv; |
| 182 | |
| 183 | if (ref == null || null == (rv = ref.get())) |
| 184 | this._string = new WeakReference<>( |
| 185 | (rv = Byte.toString(this._value))); |
| 186 | |
| 187 | return rv; |
| 188 | } |
| 189 | |
| 190 | /** |
| 191 | * Decodes a byte value from the string in the same form as |