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

Method entrySet

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

Returns a view of the contents of this multiset, grouped into {@code Multiset.Entry} instances, each providing an element of the multiset and the count of that element. This set contains exactly one entry for each distinct element in the multiset (thus it always has the same size as the {@link #elem

()

Source from the content-addressed store, hash-verified

261 * @return a set of entries representing the data of this multiset
262 */
263 Set<Entry<E>> entrySet();
264
265 /**
266 * An unmodifiable element-count pair for a multiset. The {@link Multiset#entrySet} method returns

Callers 15

loadAllMethod · 0.65
putAllMethod · 0.65
putAllMethod · 0.65
copyOfMethod · 0.65
putAllMethod · 0.65
replaceAllMethod · 0.65
iteratorMethod · 0.65
iteratorMethod · 0.65
setValueMethod · 0.65
entrySetIteratorMethod · 0.65
EntrySetClass · 0.65

Calls

no outgoing calls

Tested by 15

entryIteratorMethod · 0.52
iterateWithEntrySetMethod · 0.52
testInvalidateMethod · 0.52
checkValidStateMethod · 0.52
checkEmptyMethod · 0.52
testBulkLoad_extraMethod · 0.52
testBulkLoad_clobberMethod · 0.52
testEntrySet_clearMethod · 0.52