| Package | Description |
|---|---|
| clojure.lang |
Clojure language implementation.
|
| Modifier and Type | Field and Description |
|---|---|
static PersistentHashSet |
PersistentHashSet.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static PersistentHashSet |
PersistentHashSet.create(ISeq items) |
static PersistentHashSet |
PersistentHashSet.create(List init) |
static PersistentHashSet |
PersistentHashSet.create(Object... init) |
static PersistentHashSet |
PersistentHashSet.createWithCheck(ISeq items) |
static PersistentHashSet |
PersistentHashSet.createWithCheck(List init) |
static PersistentHashSet |
PersistentHashSet.createWithCheck(Object... init) |
PersistentHashSet |
PersistentHashSet.withMeta(IPersistentMap meta) |
Copyright © 2018. All rights reserved.