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

Method clear

src/java/org/apache/poi/util/IntList.java:237–240  ·  view source on GitHub ↗

Removes all of the elements from this list. This list will be empty after this call returns (unless it throws an exception).

()

Source from the content-addressed store, hash-verified

235 */
236
237 public void clear()
238 {
239 _limit = 0;
240 }
241
242 /**
243 * Returns true if this list contains the specified element. More

Callers 15

testClearMethod · 0.95
testIsEmptyMethod · 0.95
setChildRecordsMethod · 0.45
endTableGroupMethod · 0.45
endElementMethod · 0.45
startElementMethod · 0.45
getAndClearLogMethod · 0.45
testClearMethod · 0.45
testSetBooleanMethod · 0.45
testKeySetMethod · 0.45
testValuesMethod · 0.45
testEntrySetMethod · 0.45

Calls

no outgoing calls

Tested by 15

testClearMethod · 0.76
testIsEmptyMethod · 0.76
endTableGroupMethod · 0.36
endElementMethod · 0.36
startElementMethod · 0.36
getAndClearLogMethod · 0.36
testClearMethod · 0.36
testSetBooleanMethod · 0.36
testKeySetMethod · 0.36
testValuesMethod · 0.36
testEntrySetMethod · 0.36
testConstructorsMethod · 0.36