private static class ImmutableSortedMap.SerializedForm<K,V> extends ImmutableMap.SerializedForm<K,V>
Modifier and Type | Field and Description |
---|---|
private java.util.Comparator<? super K> |
comparator |
private static long |
serialVersionUID |
Constructor and Description |
---|
SerializedForm(ImmutableSortedMap<K,V> sortedMap) |
Modifier and Type | Method and Description |
---|---|
(package private) ImmutableSortedMap.Builder<K,V> |
makeBuilder(int size)
Returns a builder that builds the unserialized type.
|
legacyReadResolve, readResolve
private final java.util.Comparator<? super K> comparator
private static final long serialVersionUID
SerializedForm(ImmutableSortedMap<K,V> sortedMap)
ImmutableSortedMap.Builder<K,V> makeBuilder(int size)
ImmutableMap.SerializedForm
makeBuilder
in class ImmutableMap.SerializedForm<K,V>