Package | Description |
---|---|
clojure.lang |
Modifier and Type | Interface and Description |
---|---|
interface |
IPersistentList |
interface |
IPersistentVector
Copyright (c) Rich Hickey.
|
Modifier and Type | Class and Description |
---|---|
class |
AMapEntry |
class |
APersistentVector |
class |
MapEntry |
class |
PersistentList |
class |
PersistentQueue
conses onto rear, peeks/pops from front
See Okasaki's Batched Queues
This differs in that it uses a PersistentVector as the rear, which is in-order,
so no reversing or suspensions required for persistent use
|
class |
PersistentVector |
Modifier and Type | Method and Description |
---|---|
IPersistentStack |
IPersistentStack.pop() |
IPersistentStack |
AMapEntry.pop() |