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
()
| 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 |
no outgoing calls
no test coverage detected