Package com.google.common.collect
Class ImmutableRangeMap.SerializedForm<K extends Comparable<?>,V>
java.lang.Object
com.google.common.collect.ImmutableRangeMap.SerializedForm<K,V>
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ImmutableRangeMap<K extends Comparable<?>,
V>
private static class ImmutableRangeMap.SerializedForm<K extends Comparable<?>,V>
extends Object
implements Serializable
This class is used to serialize ImmutableRangeMap instances. Serializes the
ImmutableRangeMap.asMapOfRanges()
form.-
Field Details
-
mapOfRanges
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SerializedForm
SerializedForm(ImmutableMap<Range<K>, V> mapOfRanges)
-
-
Method Details