(int shift, int hash, Object key)
| 381 | INode assoc(int shift, int hash, Object key, Object val, Box addedLeaf); |
| 382 | |
| 383 | INode without(int shift, int hash, Object key); |
| 384 | |
| 385 | IMapEntry find(int shift, int hash, Object key); |
| 386 |
no outgoing calls
no test coverage detected