- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for standardContainsKey (0.13 sec)
-
guava/src/com/google/common/collect/ForwardingMap.java
* iterator} method of {@link #entrySet}. If you override {@link #entrySet}, you may wish to * override {@link #containsKey} to forward to this implementation. * * @since 7.0 */ protected boolean standardContainsKey(@Nullable Object key) { return Maps.containsKeyImpl(this, key); } /** * A sensible implementation of {@link Map#values} in terms of the following methods: {@link
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Aug 06 17:32:30 UTC 2025 - 9.8K bytes - Viewed (0)