MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / cursor

Method cursor

Nom_Fits/src/main/java/nom/tam/fits/Header.java:1843–1845  ·  view source on GitHub ↗

Return the iterator that represents the current position in the header. This provides a connection between editing headers through Header add/append/update methods, and via Cursors, which can be used side-by-side while maintaining desired card ordering. For the reverse direction ( translating iterat

()

Source from the content-addressed store, hash-verified

1841 * @see #iterator()
1842 */
1843 private Cursor<String, HeaderCard> cursor() {
1844 return cards.cursor();
1845 }
1846
1847 /**
1848 * Move the cursor to the end of the header. Subsequently, all <code>addValue()</code> calls will add new cards to

Callers 8

addLineMethod · 0.95
findCardMethod · 0.95
insertCommentStyleMethod · 0.95
seekHeadMethod · 0.95
seekTailMethod · 0.95
nextCardMethod · 0.95
prevCardMethod · 0.95
positionAfterIndexMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected