clojure.lang
Interface ITransientVector

All Superinterfaces:
Counted, ILookup, Indexed, ITransientAssociative, ITransientCollection

public interface ITransientVector
extends ITransientAssociative, Indexed


Method Summary
 ITransientVector assocN(int i, Object val)
           
 ITransientVector pop()
           
 
Methods inherited from interface clojure.lang.ITransientAssociative
assoc
 
Methods inherited from interface clojure.lang.ITransientCollection
conj, persistent
 
Methods inherited from interface clojure.lang.ILookup
valAt, valAt
 
Methods inherited from interface clojure.lang.Indexed
nth, nth
 
Methods inherited from interface clojure.lang.Counted
count
 

Method Detail

assocN

ITransientVector assocN(int i,
                        Object val)

pop

ITransientVector pop()


Copyright © 2015. All Rights Reserved.