clojure.lang
Interface ITransientMap

All Superinterfaces:
Counted, ILookup, ITransientAssociative, ITransientCollection

public interface ITransientMap
extends ITransientAssociative, Counted


Method Summary
 ITransientMap assoc(Object key, Object val)
           
 IPersistentMap persistent()
           
 ITransientMap without(Object key)
           
 
Methods inherited from interface clojure.lang.ITransientCollection
conj
 
Methods inherited from interface clojure.lang.ILookup
valAt, valAt
 
Methods inherited from interface clojure.lang.Counted
count
 

Method Detail

assoc

ITransientMap assoc(Object key,
                    Object val)
Specified by:
assoc in interface ITransientAssociative

without

ITransientMap without(Object key)

persistent

IPersistentMap persistent()
Specified by:
persistent in interface ITransientCollection


Copyright © 2014. All Rights Reserved.