public class LongRange extends ASeq implements Counted, IChunkedSeq, IReduce
| Modifier and Type | Method and Description |
|---|---|
IChunk |
chunkedFirst() |
ISeq |
chunkedMore() |
ISeq |
chunkedNext() |
int |
count() |
static ISeq |
create(long end) |
static ISeq |
create(long start,
long end) |
static ISeq |
create(long start,
long end,
long 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, 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, waitempty, equivreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic static ISeq create(long end)
public static ISeq create(long start, long end)
public static ISeq create(long start, long end, long step)
public 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 int count()
public Object reduce(IFn f, Object val)
reduce in interface IReduceInitCopyright © 2019. All rights reserved.