Searched refs:unmodifiableOrNull (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DMaps.java3100 @Nullable private static <K, V> Entry<K, V> unmodifiableOrNull(@Nullable Entry<K, V> entry) { method in class:Maps
3126 return unmodifiableOrNull(delegate.lowerEntry(key));
3136 return unmodifiableOrNull(delegate.floorEntry(key));
3146 return unmodifiableOrNull(delegate.ceilingEntry(key));
3156 return unmodifiableOrNull(delegate.higherEntry(key));
3166 return unmodifiableOrNull(delegate.firstEntry());
3171 return unmodifiableOrNull(delegate.lastEntry());
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMaps.java2397 @Nullable private static <K, V> Entry<K, V> unmodifiableOrNull(@Nullable Entry<K, V> entry) { method in class:Maps
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 126 milliseconds