Méthode | Description | |
---|---|---|
ArrayNode ( AtomicReference |
||
Assoc ( AtomicReference |
||
Assoc ( int shift, int hash, object key, object val, clojure.lang.Box addedLeaf ) : INode | ||
Find ( int shift, int hash, object key ) : IMapEntry | ||
Find ( int shift, int hash, object key, object notFound ) : object | ||
GetNodeSeq ( ) : ISeq | ||
Without ( AtomicReference |
||
Without ( int shift, int hash, object key ) : INode |
Méthode | Description | |
---|---|---|
EditAndSet ( AtomicReference |
||
EnsureEditable ( AtomicReference |
||
pack ( AtomicReference |
public ArrayNode ( AtomicReference |
||
edit | AtomicReference |
|
count | int | |
array | INode | |
Résultat | System |
public Assoc ( AtomicReference |
||
edit | AtomicReference |
|
shift | int | |
hash | int | |
key | object | |
val | object | |
addedLeaf | clojure.lang.Box | |
Résultat | INode |
public Assoc ( int shift, int hash, object key, object val, clojure.lang.Box addedLeaf ) : INode | ||
shift | int | |
hash | int | |
key | object | |
val | object | |
addedLeaf | clojure.lang.Box | |
Résultat | INode |
public Find ( int shift, int hash, object key ) : IMapEntry | ||
shift | int | |
hash | int | |
key | object | |
Résultat | IMapEntry |
public Find ( int shift, int hash, object key, object notFound ) : object | ||
shift | int | |
hash | int | |
key | object | |
notFound | object | |
Résultat | object |
public Without ( AtomicReference |
||
edit | AtomicReference |
|
shift | int | |
hash | int | |
key | object | |
removedLeaf | clojure.lang.Box | |
Résultat | INode |
public Without ( int shift, int hash, object key ) : INode | ||
shift | int | |
hash | int | |
key | object | |
Résultat | INode |