Package | Description |
---|---|
clojure.lang |
Modifier and Type | Class and Description |
---|---|
static class |
APersistentMap.KeySeq |
static class |
APersistentMap.ValSeq |
static class |
APersistentVector.RSeq |
(package private) static class |
APersistentVector.Seq |
class |
ArraySeq |
static class |
ArraySeq.ArraySeq_boolean |
static class |
ArraySeq.ArraySeq_byte |
static class |
ArraySeq.ArraySeq_char |
static class |
ArraySeq.ArraySeq_double |
static class |
ArraySeq.ArraySeq_float |
static class |
ArraySeq.ArraySeq_int |
static class |
ArraySeq.ArraySeq_long |
class |
ASeq |
class |
ChunkedCons |
class |
Cons |
class |
EnumerationSeq |
class |
IteratorSeq |
class |
LazySeq |
(package private) static class |
PersistentArrayMap.Seq |
(package private) static class |
PersistentHashMap.ArrayNode.Seq |
(package private) static class |
PersistentHashMap.NodeSeq |
class |
PersistentList |
(package private) static class |
PersistentList.EmptyList |
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
|
(package private) static class |
PersistentQueue.Seq |
(package private) static class |
PersistentStructMap.Seq |
static class |
PersistentTreeMap.Seq |
static class |
PersistentVector.ChunkedSeq |
class |
Range |
class |
StringSeq |
Modifier and Type | Method and Description |
---|---|
Obj |
StringSeq.withMeta(IPersistentMap meta) |
Obj |
Range.withMeta(IPersistentMap meta) |
Obj |
PersistentVector.ChunkedSeq.withMeta(IPersistentMap meta) |
Obj |
PersistentTreeMap.Seq.withMeta(IPersistentMap meta) |
Obj |
PersistentStructMap.Seq.withMeta(IPersistentMap meta) |
Obj |
PersistentHashMap.ArrayNode.Seq.withMeta(IPersistentMap meta) |
Obj |
PersistentHashMap.NodeSeq.withMeta(IPersistentMap meta) |
Obj |
PersistentArrayMap.Seq.withMeta(IPersistentMap meta) |
abstract Obj |
Obj.withMeta(IPersistentMap meta) |
Obj |
LazySeq.withMeta(IPersistentMap meta) |
Obj |
ChunkedCons.withMeta(IPersistentMap meta) |