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