clojure.lang
Interface Indexed

All Superinterfaces:
Counted
All Known Subinterfaces:
IChunk, IPersistentVector, ITransientVector
All Known Implementing Classes:
AMapEntry, APersistentVector, APersistentVector.SubVector, ArrayChunk, MapEntry, PersistentVector

public interface Indexed
extends Counted


Method Summary
 Object nth(int i)
           
 Object nth(int i, Object notFound)
           
 
Methods inherited from interface clojure.lang.Counted
count
 

Method Detail

nth

Object nth(int i)

nth

Object nth(int i,
           Object notFound)


Copyright © 2014. All Rights Reserved.