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

Method set

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

Set the bits. @param holder the int data containing the bits we're interested in @return the value of holder with the specified bits set to 1

(final int holder)

Source from the content-addressed store, hash-verified

240 */
241
242 public int set(final int holder)
243 {
244 return holder | _mask;
245 }
246
247 /**
248 * Set the bits.

Callers 3

setShortMethod · 0.95
setByteMethod · 0.95
setBooleanMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected