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)
| 114 | |
| 115 | |
| 116 | public abstract L getAt(int index); |
| 117 | |
| 118 | /** |
| 119 | * Returns the index to which the given key is mapped, so that getAt(indexFor(key)) == get(key). |