Returns the stripe at the specified index. Valid indexes are 0, inclusively, to size(), exclusively. @param index the index of the stripe to return; must be in [0...size()) @return the stripe at the specified index
(int index)
| 110 | * @return the stripe at the specified index |
| 111 | */ |
| 112 | public abstract L getAt(int index); |
| 113 | |
| 114 | /** |
| 115 | * Returns the index to which the given key is mapped, so that getAt(indexFor(key)) == get(key). |