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

Method remove

src/java/org/apache/poi/poifs/storage/BlockList.java:54–54  ·  view source on GitHub ↗

remove and return the specified block from the list @param index the index of the specified block @return the specified block @exception IOException if the index is out of range or has already been removed

(final int index)

Source from the content-addressed store, hash-verified

52 */
53
54 public ListManagedBlock remove(final int index)
55 throws IOException;
56
57 /**

Callers 15

removeRelationMethod · 0.65
removeRowMethod · 0.65
shiftRowsMethod · 0.65
removeArrayFormulaMethod · 0.65
removeCellMethod · 0.65
removeNameMethod · 0.65
removePrintAreaMethod · 0.65
removeSheetAtMethod · 0.65
onSheetDeleteMethod · 0.65
setSheetOrderMethod · 0.65
removeCommentShapeMethod · 0.65

Implementers 1

BlockListImplsrc/java/org/apache/poi/poifs/storage/

Calls

no outgoing calls

Tested by 13

testCheckRecordOrderMethod · 0.52
runFormatTestsMethod · 0.52
testConstructorMethod · 0.52
testKeySetMethod · 0.52
testValuesMethod · 0.52
testConstructorsMethod · 0.52
testKeySetByValueMethod · 0.52
testValuesByValueMethod · 0.52
testEntrySetMethod · 0.52