public class Range extends ASeq implements IChunkedSeq, IReduce
| Modifier and Type | Method and Description |
|---|---|
IChunk |
chunkedFirst() |
ISeq |
chunkedMore() |
ISeq |
chunkedNext() |
static ISeq |
create(Object end) |
static ISeq |
create(Object start,
Object end) |
static ISeq |
create(Object start,
Object end,
Object step) |
Object |
first() |
void |
forceChunk() |
Iterator |
iterator() |
ISeq |
next() |
Object |
reduce(IFn f) |
Object |
reduce(IFn f,
Object val) |
Obj |
withMeta(IPersistentMap meta) |
add, add, addAll, addAll, clear, cons, contains, containsAll, count, empty, equals, equiv, get, hashCode, hasheq, indexOf, isEmpty, lastIndexOf, listIterator, listIterator, more, remove, remove, removeAll, retainAll, seq, set, size, subList, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcount, empty, equivreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic Obj withMeta(IPersistentMap meta)
public void forceChunk()
public IChunk chunkedFirst()
chunkedFirst in interface IChunkedSeqpublic ISeq chunkedNext()
chunkedNext in interface IChunkedSeqpublic ISeq chunkedMore()
chunkedMore in interface IChunkedSeqpublic Object reduce(IFn f, Object val)
reduce in interface IReduceInitCopyright © 2018. All rights reserved.