Package | Description |
---|---|
clojure.lang |
Clojure language implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPersistentMap |
interface |
IPersistentVector
Copyright (c) Rich Hickey.
|
Modifier and Type | Class and Description |
---|---|
class |
AMapEntry |
class |
APersistentMap |
class |
APersistentVector |
static class |
APersistentVector.SubVector |
class |
MapEntry |
class |
PersistentArrayMap
Simple implementation of persistent map on an array
|
class |
PersistentHashMap |
class |
PersistentStructMap |
class |
PersistentTreeMap
Persistent Red Black Tree
|
class |
PersistentVector |
Modifier and Type | Method and Description |
---|---|
Associative |
Associative.assoc(Object key,
Object val) |
static Associative |
RT.assoc(Object coll,
Object key,
Object val) |
static Associative |
Var.getThreadBindings() |
Modifier and Type | Method and Description |
---|---|
static void |
Var.pushThreadBindings(Associative bindings) |
Copyright © 2021. All rights reserved.