Package com.google.common.collect
Class ImmutableMapEntrySet.EntrySetSerializedForm<K,V>
java.lang.Object
com.google.common.collect.ImmutableMapEntrySet.EntrySetSerializedForm<K,V>
- All Implemented Interfaces:
Serializable
- Enclosing class:
ImmutableMapEntrySet<K,
V>
private static class ImmutableMapEntrySet.EntrySetSerializedForm<K,V>
extends Object
implements Serializable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final ImmutableMap
<K, V> private static final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
map
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
EntrySetSerializedForm
EntrySetSerializedForm(ImmutableMap<K, V> map)
-
-
Method Details
-
readResolve
Object readResolve()
-