clojure.lang
Interface IPersistentStack

All Superinterfaces:
IPersistentCollection, Seqable
All Known Subinterfaces:
IPersistentList, IPersistentVector
All Known Implementing Classes:
AMapEntry, APersistentVector, APersistentVector.SubVector, MapEntry, PersistentList, PersistentQueue, PersistentVector

public interface IPersistentStack
extends IPersistentCollection


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

Method Detail

peek

Object peek()

pop

IPersistentStack pop()


Copyright © 2014. All Rights Reserved.