(PersistentSet.Path<Cell<T>> path)
| 142 | private final boolean reversed; |
| 143 | |
| 144 | private MyIterator(PersistentSet.Path<Cell<T>> path) { |
| 145 | this(path, false); |
| 146 | } |
| 147 | |
| 148 | private MyIterator(PersistentSet.Path<Cell<T>> path, boolean reversed) { |
| 149 | this.path = path; |