Package com.google.common.collect
Class ImmutableRangeMap.SerializedForm<K extends java.lang.Comparable<?>,V>
- java.lang.Object
-
- com.google.common.collect.ImmutableRangeMap.SerializedForm<K,V>
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ImmutableRangeMap<K extends java.lang.Comparable<?>,V>
private static class ImmutableRangeMap.SerializedForm<K extends java.lang.Comparable<?>,V> extends java.lang.Object implements java.io.Serializable
This class is used to serialize ImmutableRangeMap instances. Serializes theImmutableRangeMap.asMapOfRanges()
form.
-
-
Field Summary
Fields Modifier and Type Field Description private ImmutableMap<Range<K>,V>
mapOfRanges
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SerializedForm(ImmutableMap<Range<K>,V> mapOfRanges)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Object
createRangeMap()
(package private) java.lang.Object
readResolve()
-
-
-
Field Detail
-
mapOfRanges
private final ImmutableMap<Range<K extends java.lang.Comparable<?>>,V> mapOfRanges
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SerializedForm
SerializedForm(ImmutableMap<Range<K>,V> mapOfRanges)
-
-