public interface ISeq extends IPersistentCollection
Modifier and Type | Method and Description |
---|---|
ISeq |
cons(java.lang.Object o) |
java.lang.Object |
first() |
ISeq |
more() |
ISeq |
next() |
count, empty, equiv
java.lang.Object first()
ISeq next()
ISeq more()
ISeq cons(java.lang.Object o)
cons
in interface IPersistentCollection