- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for RegularImmutableAsList (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava/src/com/google/common/collect/ImmutableMapEntrySet.java
} @Override public void forEach(Consumer<? super Entry<K, V>> action) { entries.forEach(action); } @Override ImmutableList<Entry<K, V>> createAsList() { return new RegularImmutableAsList<>(this, entries); } // redeclare to help optimizers with b/310253115 @SuppressWarnings("RedundantOverride") @Override @J2ktIncompatible @GwtIncompatibleCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 16:16:42 GMT 2026 - 4.3K bytes - Click Count (0) -
guava/src/com/google/common/collect/ImmutableCollection.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 29 22:14:05 GMT 2026 - 18.7K bytes - Click Count (0)