Home
last modified time | relevance | path

Searched refs:asMapEntrySet (Results 1 – 6 of 6) 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
102 Collection<V> valueCollection = Iterables.getOnlyElement(asMapEntrySet).getValue(); in testAsMapEntrySetReflectsPutSameKey()
117 Set<Entry<K, Collection<V>>> asMapEntrySet = multimap().asMap().entrySet(); in testAsMapEntrySetReflectsPutDifferentKey() local
119 assertEquals(2, asMapEntrySet.size()); in testAsMapEntrySetReflectsPutDifferentKey()
128 Set<Entry<K, Collection<V>>> asMapEntrySet = multimap().asMap().entrySet(); in testAsMapEntrySetRemovePropagatesToMultimap() local
129 Entry<K, Collection<V>> asMapEntry0 = Iterables.getOnlyElement(asMapEntrySet); in testAsMapEntrySetRemovePropagatesToMultimap()
131 assertTrue(asMapEntrySet.remove(asMapEntry0)); in testAsMapEntrySetRemovePropagatesToMultimap()
142 Set<Entry<K, Collection<V>>> asMapEntrySet = multimap().asMap().entrySet(); in testAsMapEntrySetIteratorRemovePropagatesToMultimap() local
143 Iterator<Entry<K, Collection<V>>> asMapEntryItr = asMapEntrySet.iterator(); in testAsMapEntrySetIteratorRemovePropagatesToMultimap()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DSynchronized.java1142 transient Set<Map.Entry<K, Collection<V>>> asMapEntrySet;
1159 if (asMapEntrySet == null) {
1160 asMapEntrySet = new SynchronizedAsMapEntries<K, V>(
1163 return asMapEntrySet;
/external/guava/guava/src/com/google/common/collect/
DSynchronized.java1155 transient Set<Map.Entry<K, Collection<V>>> asMapEntrySet;
1172 if (asMapEntrySet == null) {
1173 asMapEntrySet = new SynchronizedAsMapEntries<K, V>(
1176 return asMapEntrySet;
/external/vogar/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...