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

Method getAt

output/java_guava/1.4.17/Striped.java:116–116  ·  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

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

Callers 2

bulkGetMethod · 0.95
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected