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

Method iterator

src/java/org/apache/poi/ss/usermodel/CellRange.java:65–65  ·  view source on GitHub ↗

@return an Iterator over all cells in this range. Iteration starts with all cells in the first row followed by all cells in the next row, etc.

()

Source from the content-addressed store, hash-verified

63 * with all cells in the first row followed by all cells in the next row, etc.
64 */
65 Iterator<C> iterator();
66}

Callers 15

rowIteratorMethod · 0.65
cellIteratorMethod · 0.65
iteratorMethod · 0.65
onSheetDeleteMethod · 0.65
SheetIteratorMethod · 0.65
iteratorMethod · 0.65
parseContentTypesFileMethod · 0.65
EntryEnumeratorMethod · 0.65
initHyperlinksMethod · 0.65
getHyperlinkByIDMethod · 0.65
getCommentByIDMethod · 0.65

Implementers 1

SSCellRangesrc/java/org/apache/poi/ss/util/SSCell

Calls

no outgoing calls

Tested by 15

equalsMethod · 0.52
testDefaultPaletteMethod · 0.52
testMixedContinueMethod · 0.52
compareToDefaultsMethod · 0.52
testPicturesMethod · 0.52
runTestMethod · 0.52
printSystemPropertiesMethod · 0.52
testExtractMethod · 0.52
verifyChildrenMethod · 0.52
testKeySetMethod · 0.52
testValuesMethod · 0.52
testEntrySetMethod · 0.52