(int shift, int hash, Object key)
| 383 | INode without(int shift, int hash, Object key); |
| 384 | |
| 385 | IMapEntry find(int shift, int hash, Object key); |
| 386 | |
| 387 | Object find(int shift, int hash, Object key, Object notFound); |
| 388 |
no outgoing calls
no test coverage detected