- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for KeySetSerializedForm (0.09 sec)
-
guava/src/com/google/common/collect/ImmutableMapKeySet.java
@GwtIncompatible // serialization @J2ktIncompatible @SuppressWarnings("unused") private static class KeySetSerializedForm<K> implements Serializable { final ImmutableMap<K, ?> map; KeySetSerializedForm(ImmutableMap<K, ?> map) { this.map = map; } Object readResolve() { return map.keySet(); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Nov 30 21:54:06 UTC 2023 - 2.7K bytes - Viewed (0)