Searched refs:safeGet (Results 1 - 16 of 16) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DAbstractTable.java68 Map<C, V> row = Maps.safeGet(rowMap(), rowKey);
74 Map<C, V> row = Maps.safeGet(rowMap(), rowKey);
75 return (row == null) ? null : Maps.safeGet(row, columnKey);
90 Map<C, V> row = Maps.safeGet(rowMap(), rowKey);
125 Map<C, V> row = Maps.safeGet(rowMap(), cell.getRowKey());
136 Map<C, V> row = Maps.safeGet(rowMap(), cell.getRowKey());
H A DConcurrentHashMultiset.java154 AtomicInteger existingCounter = Maps.safeGet(countMap, element);
219 AtomicInteger existingCounter = Maps.safeGet(countMap, element);
282 AtomicInteger existingCounter = Maps.safeGet(countMap, element);
321 AtomicInteger existingCounter = Maps.safeGet(countMap, element);
353 AtomicInteger existingCounter = Maps.safeGet(countMap, element);
409 AtomicInteger existingCounter = Maps.safeGet(countMap, element);
H A DAbstractMapBasedMultiset.java201 Count frequency = Maps.safeGet(backingMap, element);
H A DStandardTable.java25 import static com.google.common.collect.Maps.safeGet;
149 Map<C, V> map = safeGet(backingMap, rowKey);
297 ? Maps.safeGet(backingRowMap, key)
H A DMultimaps.java1598 Collection<V> values = Maps.safeGet(multimap.asMap(), element);
1608 Collection<V> values = Maps.safeGet(multimap.asMap(), element);
H A DAbstractMapBasedMultimap.java1092 Collection<V> collection = Maps.safeGet(submap, key);
H A DMaps.java2480 static <V> V safeGet(Map<?, V> map, @Nullable Object key) { method in class:Maps
2792 V value = Maps.safeGet(map(), key);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DForwardingImmutableMap.java70 return (key == null) ? null : Maps.safeGet(delegate, key);
H A DAbstractMapBasedMultiset.java198 Count frequency = Maps.safeGet(backingMap, element);
H A DMultimaps.java1509 Collection<V> values = Maps.safeGet(multimap.asMap(), element);
1519 Collection<V> values = Maps.safeGet(multimap.asMap(), element);
H A DAbstractMapBasedMultimap.java1091 Collection<V> collection = Maps.safeGet(submap, key);
H A DMaps.java2451 static <V> V safeGet(Map<?, V> map, @Nullable Object key) { method in class:Maps
2763 V value = Maps.safeGet(map(), key);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 187 milliseconds