clojure.lang
Interface ITransientMap
- All Superinterfaces:
- Counted, ILookup, ITransientAssociative, ITransientCollection
- All Known Implementing Classes:
- ATransientMap
public interface ITransientMap
- extends ITransientAssociative, Counted
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 © 2016. All Rights Reserved.