()
| 928 | } |
| 929 | |
| 930 | selectedNode() { |
| 931 | if (!this.listBlock) { |
| 932 | return null |
| 933 | } |
| 934 | return this.listBlock.childSet.getChildren()[this.index] |
| 935 | } |
| 936 | |
| 937 | increment(): NodeCursor { |
| 938 | return new NodeCursor(this.listBlock, this.index + 1) |
no test coverage detected