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