@GwtIncompatible(value="serialization") private static class ImmutableMapEntrySet.EntrySetSerializedForm<K,V> extends java.lang.Object implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
(package private) ImmutableMap<K,V> |
map |
private static long |
serialVersionUID |
Constructor and Description |
---|
EntrySetSerializedForm(ImmutableMap<K,V> map) |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Object |
readResolve() |
final ImmutableMap<K,V> map
private static final long serialVersionUID
EntrySetSerializedForm(ImmutableMap<K,V> map)