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

Method entries

corpus/java/training/guava/collect/Multimap.java:345–345  ·  view source on GitHub ↗

Returns a view collection of all key-value pairs contained in this multimap, as Map.Entry instances. Changes to the returned collection or the entries it contains will update the underlying multimap, and vice versa. However, adding to the returned collection is not possible.

()

Source from the content-addressed store, hash-verified

343 * the returned collection is not possible.
344 */
345 Collection<Map.Entry<K, V>> entries();
346
347 /**
348 * Returns a view of this multimap as a {@code Map} from each distinct key

Callers 15

invertMethod · 0.65
sizeMethod · 0.65
clearMethod · 0.65
createEntriesMethod · 0.65
iteratorMethod · 0.65
removeMethod · 0.65
removeAllMethod · 0.65
retainAllMethod · 0.65
entriesMethod · 0.65
entriesMethod · 0.65
entriesMethod · 0.65
entriesMethod · 0.65

Implementers 10

SynchronizedMultimapoutput/java_guava/1.4.17/Synchronized.
ForwardingMultimapoutput/java_guava/1.4.17/ForwardingMul
SynchronizedMultimapoutput/java_guava/1.4.19/Synchronized.
ForwardingMultimapoutput/java_guava/1.4.19/ForwardingMul
SynchronizedMultimapoutput/java_guava/1.4.16/Synchronized.
ForwardingMultimapoutput/java_guava/1.4.16/ForwardingMul
SynchronizedMultimapoutput/java_guava/1.4.18/Synchronized.
ForwardingMultimapoutput/java_guava/1.4.18/ForwardingMul
SynchronizedMultimapcorpus/java/training/guava/collect/Syn
ForwardingMultimapcorpus/java/training/guava/collect/For

Calls

no outgoing calls

Tested by

no test coverage detected