clojure.lang
Class ArraySeq.ArraySeq_double
java.lang.Object
clojure.lang.Obj
clojure.lang.ASeq
clojure.lang.ArraySeq.ArraySeq_double
- All Implemented Interfaces:
- Counted, IHashEq, IMeta, IndexedSeq, IObj, IPersistentCollection, IReduce, ISeq, Seqable, Sequential, java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
- Enclosing class:
- ArraySeq
public static class ArraySeq.ArraySeq_double
- extends ASeq
- implements IndexedSeq, IReduce
- See Also:
- Serialized Form
Field Summary |
double[] |
array
|
Methods inherited from class clojure.lang.ASeq |
add, add, addAll, addAll, clear, cons, contains, containsAll, empty, equals, equiv, get, hashCode, hasheq, isEmpty, iterator, listIterator, listIterator, more, remove, remove, removeAll, retainAll, seq, set, size, subList, toArray, toArray, toString |
Methods inherited from class clojure.lang.Obj |
meta |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface clojure.lang.ISeq |
cons, more |
Methods inherited from interface clojure.lang.Seqable |
seq |
array
public final double[] array
first
public java.lang.Object first()
- Specified by:
first
in interface ISeq
next
public ISeq next()
- Specified by:
next
in interface ISeq
count
public int count()
- Specified by:
count
in interface Counted
- Specified by:
count
in interface IPersistentCollection
- Overrides:
count
in class ASeq
index
public int index()
- Specified by:
index
in interface IndexedSeq
withMeta
public ArraySeq.ArraySeq_double withMeta(IPersistentMap meta)
- Specified by:
withMeta
in interface IObj
- Specified by:
withMeta
in class Obj
reduce
public java.lang.Object reduce(IFn f)
- Specified by:
reduce
in interface IReduce
reduce
public java.lang.Object reduce(IFn f,
java.lang.Object start)
- Specified by:
reduce
in interface IReduce
indexOf
public int indexOf(java.lang.Object o)
- Specified by:
indexOf
in interface java.util.List
- Overrides:
indexOf
in class ASeq
lastIndexOf
public int lastIndexOf(java.lang.Object o)
- Specified by:
lastIndexOf
in interface java.util.List
- Overrides:
lastIndexOf
in class ASeq
Copyright © 2012. All Rights Reserved.