Package com.google.common.collect
Class ImmutableMapEntrySet.EntrySetSerializedForm<K,V>
- java.lang.Object
-
- com.google.common.collect.ImmutableMapEntrySet.EntrySetSerializedForm<K,V>
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ImmutableMapEntrySet<K,V>
@GwtIncompatible private static class ImmutableMapEntrySet.EntrySetSerializedForm<K,V> extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ImmutableMap<K,V>
map
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description EntrySetSerializedForm(ImmutableMap<K,V> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Object
readResolve()
-
-
-
Field Detail
-
map
final ImmutableMap<K,V> map
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EntrySetSerializedForm
EntrySetSerializedForm(ImmutableMap<K,V> map)
-
-