private static class ImmutableRangeMap.SerializedForm<K extends java.lang.Comparable<?>,V>
extends java.lang.Object
implements java.io.Serializable
ImmutableRangeMap.asMapOfRanges()
form.Modifier and Type | Field and Description |
---|---|
private ImmutableMap<Range<K>,V> |
mapOfRanges |
private static long |
serialVersionUID |
Constructor and Description |
---|
SerializedForm(ImmutableMap<Range<K>,V> mapOfRanges) |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Object |
createRangeMap() |
(package private) java.lang.Object |
readResolve() |
private final ImmutableMap<Range<K extends java.lang.Comparable<?>>,V> mapOfRanges
private static final long serialVersionUID
SerializedForm(ImmutableMap<Range<K>,V> mapOfRanges)