Méthode | Description | |
---|---|---|
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 | ||
HashCollisionNode ( AtomicReference |
||
Without ( AtomicReference |
||
Without ( int shift, int hash, object key ) : INode |
Méthode | Description | |
---|---|---|
EditAndSet ( AtomicReference |
||
EditAndSet ( AtomicReference |
||
EnsureEditable ( AtomicReference |
||
EnsureEditable ( AtomicReference |
||
FindIndex ( object key ) : int |
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 HashCollisionNode ( AtomicReference |
||
edit | AtomicReference |
|
hash | int | |
count | int | |
Résultat | System |
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 |