Package | Description |
---|---|
clojure.lang |
Clojure language implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
APersistentSet |
class |
PersistentHashSet |
class |
PersistentTreeSet |
Modifier and Type | Field and Description |
---|---|
static IPersistentSet |
LispReader.ConditionalReader.RESERVED_FEATURES |
Modifier and Type | Method and Description |
---|---|
IPersistentSet |
PersistentHashSet.cons(Object o) |
IPersistentSet |
PersistentTreeSet.cons(Object o) |
IPersistentSet |
IPersistentSet.disjoin(Object key) |
IPersistentSet |
PersistentHashSet.disjoin(Object key) |
IPersistentSet |
PersistentTreeSet.disjoin(Object key) |
static IPersistentSet |
RT.set(Object... init) |
Modifier and Type | Method and Description |
---|---|
void |
Compiler.ObjExpr.emitLetFnInits(GeneratorAdapter gen,
Compiler.ObjExpr objx,
IPersistentSet letFnLocals) |
static clojure.lang.Compiler.Expr |
Compiler.SetExpr.parse(Compiler.C context,
IPersistentSet form) |
static boolean |
APersistentSet.setEquals(IPersistentSet s1,
Object obj) |
Copyright © 2018. All rights reserved.