Searched defs:safeRemove (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DCollections2.java123 static boolean safeRemove(Collection<?> collection, @Nullable Object object) { method in class:Collections2
H A DMaps.java2510 static <V> V safeRemove(Map<?, V> map, Object key) { method in class:Maps
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMaps.java2481 static <V> V safeRemove(Map<?, V> map, Object key) { method in class:Maps

Completed in 99 milliseconds