C# Класс clojure.lang.PersistentHashMap.HashCollisionNode

Represents a leaf node corresponding to multiple map entries, all with keys that have the same hash value.
Наследование: INode
Показать файл Открыть проект

Открытые методы

Метод Описание
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
HashCollisionNode ( AtomicReference edit, int hash, int count ) : System
Without ( AtomicReference edit, int shift, int hash, Object key, clojure.lang.Box removedLeaf ) : INode
Without ( int shift, int hash, object key ) : INode

Приватные методы

Метод Описание
EditAndSet ( AtomicReference edit, int i, Object a ) : HashCollisionNode
EditAndSet ( AtomicReference edit, int i, Object a, int j, Object b ) : HashCollisionNode
EnsureEditable ( AtomicReference edit ) : HashCollisionNode
EnsureEditable ( AtomicReference edit, int count, Object array ) : HashCollisionNode
FindIndex ( object key ) : int

Описание методов

Assoc() публичный Метод

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
Результат INode

Assoc() публичный Метод

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
Результат INode

Find() публичный Метод

public Find ( int shift, int hash, object key ) : IMapEntry
shift int
hash int
key object
Результат IMapEntry

Find() публичный Метод

public Find ( int shift, int hash, Object key, Object notFound ) : Object
shift int
hash int
key Object
notFound Object
Результат Object

GetNodeSeq() публичный Метод

public GetNodeSeq ( ) : ISeq
Результат ISeq

HashCollisionNode() публичный Метод

public HashCollisionNode ( AtomicReference edit, int hash, int count ) : System
edit AtomicReference
hash int
count int
Результат System

Without() публичный Метод

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
Результат INode

Without() публичный Метод

public Without ( int shift, int hash, object key ) : INode
shift int
hash int
key object
Результат INode