Метод | Описание | |
---|---|---|
assoc ( int shift, int hash, object key, object val, clojure.lang.Box addedLeaf ) : INode | ||
find ( int hash, object key ) : INode | ||
getHash ( ) : int | ||
nodeSeq ( ) : ISeq | ||
without ( int hash, object key ) : INode |
Метод | Описание | |
---|---|---|
FullNode ( INode nodes, int shift ) : System | ||
bitpos ( int hash, int shift ) : int |
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 |
public find ( int hash, object key ) : INode | ||
hash | int | |
key | object | |
Результат | INode |
public without ( int hash, object key ) : INode | ||
hash | int | |
key | object | |
Результат | INode |