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

Method indexFor

output/java_guava/1.4.19/Striped.java:123–123  ·  view source on GitHub ↗

Returns the index to which the given key is mapped, so that getAt(indexFor(key)) == get(key).

(Object key)

Source from the content-addressed store, hash-verified

121
122
123 abstract int indexFor(Object key);
124
125 /**
126 * Returns the total number of stripes in this instance.

Callers 1

bulkGetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected