MCPcopy Index your code
hub / github.com/antlr/codebuff / getElement

Method getElement

corpus/java/training/guava/collect/Multiset.java:247–247  ·  view source on GitHub ↗

Returns the multiset element corresponding to this entry. Multiple calls to this method always return the same instance. @return the element corresponding to this entry

()

Source from the content-addressed store, hash-verified

245 * @return the element corresponding to this entry
246 */
247 E getElement();
248
249 /**
250 * Returns the count of the associated element in the underlying multiset.

Callers 15

snapshotMethod · 0.65
removeMethod · 0.65
copyOfSortedEntriesMethod · 0.65
SerializedFormMethod · 0.65
getElementOrThrowMethod · 0.65
getElementOrNullMethod · 0.65
nextMethod · 0.65
copyIntoArrayMethod · 0.65
containsMethod · 0.65
SerializedFormMethod · 0.65
addAllMethod · 0.65
getElementMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected