public class RandomSeq
extends clojure.lang.ASeq
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
clojure.lang.IPersistentCollection |
empty() |
Object |
first() |
clojure.lang.ISeq |
next() |
static double[] |
produce(Random random,
int count) |
clojure.lang.Obj |
withMeta(clojure.lang.IPersistentMap meta) |
add, add, addAll, addAll, clear, cons, contains, containsAll, equals, equiv, get, hashCode, hasheq, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, more, remove, remove, removeAll, retainAll, seq, set, size, subList, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic RandomSeq(Random random)
public static double[] produce(Random random, int count)
public int count()
count in interface clojure.lang.IPersistentCollectioncount in class clojure.lang.ASeqpublic clojure.lang.IPersistentCollection empty()
empty in interface clojure.lang.IPersistentCollectionempty in class clojure.lang.ASeqpublic Object first()
public clojure.lang.ISeq next()
public clojure.lang.Obj withMeta(clojure.lang.IPersistentMap meta)
withMeta in interface clojure.lang.IObjwithMeta in class clojure.lang.ObjCopyright © 2015. All rights reserved.