- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for StandardKeySet (0.04 sec)
-
guava/src/com/google/common/collect/ForwardingMap.java
* ForwardingMap#keySet} to forward to this implementation or a subclass thereof. * * @since 10.0 */ protected class StandardKeySet extends Maps.KeySet<K, V> { /** Constructor for use by subclasses. */ public StandardKeySet() { super(ForwardingMap.this); } } /** * A sensible, albeit inefficient, definition of {@link #containsKey} in terms of the {@code
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Aug 06 17:32:30 UTC 2025 - 9.8K bytes - Viewed (0)