()
| 56 | } |
| 57 | |
| 58 | public ISeq next(){ |
| 59 | if(state._rest == state) |
| 60 | synchronized(state) |
| 61 | { |
| 62 | if(state._rest == state) |
| 63 | { |
| 64 | first(); |
| 65 | state._rest = create(iter); |
| 66 | } |
| 67 | } |
| 68 | return (ISeq) state._rest; |
| 69 | } |
| 70 | |
| 71 | public IteratorSeq withMeta(IPersistentMap meta){ |
| 72 | if(meta() == meta) |