Indicates if the specified value is inlined. @param value value @return result of check
(final long value)
| 134 | * @return result of check |
| 135 | */ |
| 136 | public static boolean inlined(final long value) { |
| 137 | return (value & INLINE) != 0; |
| 138 | } |
| 139 | |
| 140 | /** |
| 141 | * Extracts an inlined string. |