- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ImmutableKeySet (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava/src/com/google/common/collect/ImmutableMap.java
ImmutableSet<K> result = keySet; return (result == null) ? keySet = createKeySet() : result; } /* * This could have a good default implementation of `return new ImmutableKeySet<K, V>(this)`, but * ProGuard can't figure out how to eliminate that default when RegularImmutableMap overrides it. */ abstract ImmutableSet<K> createKeySet(); UnmodifiableIterator<K> keyIterator() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 16:16:42 GMT 2026 - 44.7K bytes - Click Count (0)