MCPcopy Create free account
hub / github.com/antlr/codebuff / getAt

Method getAt

corpus/java/training/guava/util/concurrent/Striped.java:112–112  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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).

Callers 2

bulkGetMethod · 0.95
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected