(IPersistentMap meta)
| 79 | } |
| 80 | |
| 81 | public PersistentTreeSet withMeta(IPersistentMap meta){ |
| 82 | if(meta() == meta) |
| 83 | return this; |
| 84 | return new PersistentTreeSet(meta, impl); |
| 85 | } |
| 86 | |
| 87 | public Comparator comparator(){ |
| 88 | return ((Sorted)impl).comparator(); |