MCPcopy
hub / github.com/google/guava / entries

Method entries

android/guava/src/com/google/common/collect/Multimap.java:327–327  ·  view source on GitHub ↗

Returns a view collection of all key-value pairs contained in this multimap, as {@link Entry} instances. <p>Changes to the returned collection or the entries it contains will update the underlying multimap, and vice versa. However, <i>adding</i> to the returned collection is not possible.

()

Source from the content-addressed store, hash-verified

325 * multimap, and vice versa. However, <i>adding</i> to the returned collection is not possible.
326 */
327 Collection<Entry<K, V>> entries();
328
329 /**
330 * Returns a view of this multimap as a {@code Map} from each distinct key to the nonempty

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 1

SynchronizedMultimapguava/src/com/google/common/collect/Sy

Calls

no outgoing calls