private static class ImmutableSortedMap.SerializedForm extends ImmutableMap.SerializedForm
| Modifier and Type | Field and Description |
|---|---|
private java.util.Comparator<java.lang.Object> |
comparator |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
SerializedForm(ImmutableSortedMap<?,?> sortedMap) |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.Object |
readResolve() |
createMapprivate final java.util.Comparator<java.lang.Object> comparator
private static final long serialVersionUID
SerializedForm(ImmutableSortedMap<?,?> sortedMap)
java.lang.Object readResolve()
readResolve in class ImmutableMap.SerializedForm