clojure.lang
Interface IndexedSeq

All Superinterfaces:
Counted, IPersistentCollection, ISeq, Seqable, Sequential
All Known Implementing Classes:
APersistentVector.RSeq, ArraySeq, ArraySeq.ArraySeq_boolean, ArraySeq.ArraySeq_byte, ArraySeq.ArraySeq_char, ArraySeq.ArraySeq_double, ArraySeq.ArraySeq_float, ArraySeq.ArraySeq_int, ArraySeq.ArraySeq_long, ArraySeq.ArraySeq_short, StringSeq

public interface IndexedSeq
extends ISeq, Sequential, Counted


Method Summary
 int index()
           
 
Methods inherited from interface clojure.lang.ISeq
cons, first, more, next
 
Methods inherited from interface clojure.lang.IPersistentCollection
count, empty, equiv
 
Methods inherited from interface clojure.lang.Seqable
seq
 
Methods inherited from interface clojure.lang.Counted
count
 

Method Detail

index

int index()


Copyright © 2015. All Rights Reserved.