Package | Description |
---|---|
clojure.lang |
Modifier and Type | Field and Description |
---|---|
static PersistentHashMap |
PersistentHashMap.EMPTY |
Modifier and Type | Method and Description |
---|---|
static PersistentHashMap |
PersistentHashMap.create(IPersistentMap meta,
java.lang.Object... init) |
static PersistentHashMap |
PersistentHashMap.create(ISeq items) |
static PersistentHashMap |
PersistentHashMap.create(java.lang.Object... init) |
static PersistentHashMap |
PersistentHashMap.createWithCheck(ISeq items) |
static PersistentHashMap |
PersistentHashMap.createWithCheck(java.lang.Object... init) |
PersistentHashMap |
PersistentHashMap.withMeta(IPersistentMap meta) |
Constructor and Description |
---|
PersistentHashMap.TransientHashMap(PersistentHashMap m) |