Home
last modified time | relevance | path

Searched defs:asMapEntrySet (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapAsMapTester.java101 Set<Entry<K, Collection<V>>> asMapEntrySet = multimap().asMap().entrySet(); in testAsMapEntrySetReflectsPutSameKey() local
117 Set<Entry<K, Collection<V>>> asMapEntrySet = multimap().asMap().entrySet(); in testAsMapEntrySetReflectsPutDifferentKey() local
128 Set<Entry<K, Collection<V>>> asMapEntrySet = multimap().asMap().entrySet(); in testAsMapEntrySetRemovePropagatesToMultimap() local
142 Set<Entry<K, Collection<V>>> asMapEntrySet = multimap().asMap().entrySet(); in testAsMapEntrySetIteratorRemovePropagatesToMultimap() local