(boolean ascending)
| 93 | } |
| 94 | |
| 95 | public ISeq seq(boolean ascending){ |
| 96 | PersistentTreeMap m = (PersistentTreeMap) impl; |
| 97 | return RT.keys(m.seq(ascending)); |
| 98 | } |
| 99 | |
| 100 | public ISeq seqFrom(Object key, boolean ascending){ |
| 101 | PersistentTreeMap m = (PersistentTreeMap) impl; |