Returns the index to which the given key is mapped, so that getAt(indexFor(key)) == get(key).
(Object key)
| 115 | * Returns the index to which the given key is mapped, so that getAt(indexFor(key)) == get(key). |
| 116 | */ |
| 117 | abstract int indexFor(Object key); |
| 118 | |
| 119 | /** |
| 120 | * Returns the total number of stripes in this instance. |