()
| 435 | // Shared methods ///////////////////////////////////////////////////////// |
| 436 | |
| 437 | maxKey() { |
| 438 | return this.keys[this.keys.length - 1] |
| 439 | } |
| 440 | |
| 441 | // If key not found, returns i^failXor where i is the insertion index. |
| 442 | // Callers that don't care whether there was a match will set failXor=0. |
nothing calls this directly
no outgoing calls
no test coverage detected