See: Description
| Interface | Description |
|---|---|
| PersistentMap<K,V,SelfType extends PersistentMap<K,V,SelfType>> |
A persistent map data structure.
|
| PersistentSet<E> |
A persistent set data structure.
|
| Class | Description |
|---|---|
| PMap<K,V,SelfType extends PMap<K,V,SelfType>> |
An implementation of
PersistentMap using Map. |
| PSet<E> |
A implementation of
PersistentSet using Set. |
Licenced under the Apache License, Version 2.0