Set the bits. @param holder the short data containing the bits we're interested in @return the value of holder with the specified bits set to 1
(final short holder)
| 254 | */ |
| 255 | |
| 256 | public short setShort(final short holder) |
| 257 | { |
| 258 | return ( short ) set(holder); |
| 259 | } |
| 260 | |
| 261 | /** |
| 262 | * Set the bits. |