Package | Description |
---|---|
clojure.lang |
Modifier and Type | Class and Description |
---|---|
class |
APersistentSet |
class |
PersistentHashSet |
class |
PersistentTreeSet |
Modifier and Type | Field and Description |
---|---|
(package private) IPersistentSet |
Compiler.ObjExpr.varCallsites |
(package private) IPersistentSet |
Compiler.ObjExpr.volatiles |
Modifier and Type | Method and Description |
---|---|
IPersistentSet |
PersistentTreeSet.cons(java.lang.Object o) |
IPersistentSet |
PersistentHashSet.cons(java.lang.Object o) |
IPersistentSet |
PersistentTreeSet.disjoin(java.lang.Object key) |
IPersistentSet |
PersistentHashSet.disjoin(java.lang.Object key) |
IPersistentSet |
IPersistentSet.disjoin(java.lang.Object key) |
static IPersistentSet |
RT.set(java.lang.Object... init) |
Modifier and Type | Method and Description |
---|---|
void |
Compiler.ObjExpr.emitLetFnInits(GeneratorAdapter gen,
Compiler.ObjExpr objx,
IPersistentSet letFnLocals) |
static Compiler.Expr |
Compiler.SetExpr.parse(Compiler.C context,
IPersistentSet form) |
static boolean |
APersistentSet.setEquals(IPersistentSet s1,
java.lang.Object obj) |