Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EntrySetSerializedForm (0.14 sec)

  1. 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)
Back to top