| Package | Description |
|---|---|
| clojure.lang |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistentList |
class |
PersistentQueue
conses onto rear, peeks/pops from front
See Okasaki's Batched Queues
This differs in that it uses a PersistentArrayList as the rear, which is in-order,
so no reversing or suspensions required for persistent use
|
| Modifier and Type | Method and Description |
|---|---|
static IPersistentList |
PersistentList.create(java.util.List init) |
IPersistentList |
PersistentList.pop() |