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

Method clearShort

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

Clear the bits. @param holder the short data containing the bits we're interested in @return the value of holder with the specified bits cleared (set to 0)

(final short holder)

Source from the content-addressed store, hash-verified

211 */
212
213 public short clearShort(final short holder)
214 {
215 return ( short ) clear(holder);
216 }
217
218 /**
219 * Clear the bits.

Callers 3

setShortBooleanMethod · 0.95
testClearShortMethod · 0.80
testSetShortBooleanMethod · 0.80

Calls 1

clearMethod · 0.95

Tested by 2

testClearShortMethod · 0.64
testSetShortBooleanMethod · 0.64