C# Class clojure.lang.PersistentHashMap.ArrayNode

Inheritance: INode
Afficher le fichier Open project: richhickey/clojure-clr

Méthodes publiques

Méthode Description
ArrayNode ( AtomicReference edit, int count, INode array ) : System
Assoc ( AtomicReference edit, int shift, int hash, object key, object val, clojure.lang.Box addedLeaf ) : INode
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 edit, int shift, int hash, object key, clojure.lang.Box removedLeaf ) : INode
Without ( int shift, int hash, object key ) : INode

Private Methods

Méthode Description
EditAndSet ( AtomicReference edit, int i, INode n ) : ArrayNode
EnsureEditable ( AtomicReference edit ) : ArrayNode
pack ( AtomicReference edit, int idx ) : INode

Method Details

ArrayNode() public méthode

public ArrayNode ( AtomicReference edit, int count, INode array ) : System
edit AtomicReference
count int
array INode
Résultat System

Assoc() public méthode

public Assoc ( AtomicReference edit, int shift, int hash, object key, object val, clojure.lang.Box addedLeaf ) : INode
edit AtomicReference
shift int
hash int
key object
val object
addedLeaf clojure.lang.Box
Résultat INode

Assoc() public méthode

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

Find() public méthode

public Find ( int shift, int hash, object key ) : IMapEntry
shift int
hash int
key object
Résultat IMapEntry

Find() public méthode

public Find ( int shift, int hash, object key, object notFound ) : object
shift int
hash int
key object
notFound object
Résultat object

GetNodeSeq() public méthode

public GetNodeSeq ( ) : ISeq
Résultat ISeq

Without() public méthode

public Without ( AtomicReference edit, int shift, int hash, object key, clojure.lang.Box removedLeaf ) : INode
edit AtomicReference
shift int
hash int
key object
removedLeaf clojure.lang.Box
Résultat INode

Without() public méthode

public Without ( int shift, int hash, object key ) : INode
shift int
hash int
key object
Résultat INode