static class PersistentQueue.Seq extends ASeq
Modifier and Type | Field and Description |
---|---|
(package private) ISeq |
f |
(package private) ISeq |
rseq |
Constructor and Description |
---|
PersistentQueue.Seq(IPersistentMap meta,
ISeq f,
ISeq rseq) |
PersistentQueue.Seq(ISeq f,
ISeq rseq) |
Modifier and Type | Method and Description |
---|---|
int |
count() |
java.lang.Object |
first() |
ISeq |
next() |
PersistentQueue.Seq |
withMeta(IPersistentMap meta) |
add, add, addAll, addAll, clear, cons, contains, containsAll, empty, equals, equiv, get, hashCode, hasheq, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, more, remove, remove, removeAll, retainAll, seq, set, size, subList, toArray, toArray, toString
PersistentQueue.Seq(IPersistentMap meta, ISeq f, ISeq rseq)
public java.lang.Object first()
public ISeq next()
public int count()
count
in interface IPersistentCollection
count
in class ASeq
public PersistentQueue.Seq withMeta(IPersistentMap meta)