clojure.lang
Interface IPersistentList

All Superinterfaces:
IPersistentCollection, IPersistentStack, Seqable, Sequential
All Known Implementing Classes:
PersistentList, PersistentQueue

public interface IPersistentList
extends Sequential, IPersistentStack


Method Summary
 
Methods inherited from interface clojure.lang.IPersistentStack
peek, pop
 
Methods inherited from interface clojure.lang.IPersistentCollection
cons, count, empty, equiv
 
Methods inherited from interface clojure.lang.Seqable
seq
 



Copyright © 2016. All Rights Reserved.