MCPcopy Create free account
hub / github.com/apache/poi / setShort

Method setShort

src/java/org/apache/poi/util/BitField.java:256–259  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

254 */
255
256 public short setShort(final short holder)
257 {
258 return ( short ) set(holder);
259 }
260
261 /**
262 * Set the bits.

Callers 3

setShortBooleanMethod · 0.95
testSetShortMethod · 0.45
testSetShortBooleanMethod · 0.45

Calls 1

setMethod · 0.95

Tested by 2

testSetShortMethod · 0.36
testSetShortBooleanMethod · 0.36