Indicates if the specified value is inlined. @param value value @return result of check
(final long value)
| 135 | * @return result of check |
| 136 | */ |
| 137 | public static boolean compressed(final long value) { |
| 138 | return (value & COMPRESS) != 0; |
| 139 | } |
| 140 | |
| 141 | /** |
| 142 | * Checks if a specified bit is set. |