(int shift, int hash, Object key, Object val, Box addedLeaf)
| 379 | |
| 380 | static interface INode extends Serializable { |
| 381 | INode assoc(int shift, int hash, Object key, Object val, Box addedLeaf); |
| 382 | |
| 383 | INode without(int shift, int hash, Object key); |
| 384 |
no outgoing calls
no test coverage detected