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