clojure.lang
Interface ITransientAssociative

All Superinterfaces:
ILookup, ITransientCollection
All Known Subinterfaces:
ITransientMap, ITransientVector

public interface ITransientAssociative
extends ITransientCollection, ILookup


Method Summary
 ITransientAssociative assoc(Object key, Object val)
           
 
Methods inherited from interface clojure.lang.ITransientCollection
conj, persistent
 
Methods inherited from interface clojure.lang.ILookup
valAt, valAt
 

Method Detail

assoc

ITransientAssociative assoc(Object key,
                            Object val)


Copyright © 2015. All Rights Reserved.