- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for EntrySetSerializedForm (0.07 sec)
-
guava/src/com/google/common/collect/ImmutableMapEntrySet.java
Object writeReplace() { return new EntrySetSerializedForm<>(map()); } @GwtIncompatible @J2ktIncompatible private void readObject(ObjectInputStream stream) throws InvalidObjectException { throw new InvalidObjectException("Use EntrySetSerializedForm"); } @GwtIncompatible @J2ktIncompatible private static final class EntrySetSerializedForm<K, V> implements Serializable {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 17 22:50:48 UTC 2025 - 4.3K bytes - Viewed (0)