Méthode | Description | |
---|---|---|
LeafNode ( int hash, object key, object val ) : System | ||
assoc ( int shift, int hash, object key, object val, clojure.lang.Box addedLeaf ) : INode | ||
find ( int hash, object key ) : INode | ||
getHash ( ) : int | ||
key ( ) : object | ||
nodeSeq ( ) : ISeq | ||
val ( ) : object | ||
without ( int hash, object key ) : INode |
public LeafNode ( int hash, object key, object val ) : System | ||
hash | int | |
key | object | |
val | object | |
Résultat | System |
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 hash, object key ) : INode | ||
hash | int | |
key | object | |
Résultat | INode |
public without ( int hash, object key ) : INode | ||
hash | int | |
key | object | |
Résultat | INode |