Package com.google.common.collect
Class ImmutableMapValues.SerializedForm<V>
- java.lang.Object
-
- com.google.common.collect.ImmutableMapValues.SerializedForm<V>
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ImmutableMapValues<K,V>
private static class ImmutableMapValues.SerializedForm<V> extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ImmutableMap<?,V>
map
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SerializedForm(ImmutableMap<?,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<?,V> map
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SerializedForm
SerializedForm(ImmutableMap<?,V> map)
-
-