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.SerializableThis class is used to serialize ImmutableRangeMap instances. Serializes theImmutableRangeMap.asMapOfRanges()form.
-
-
Field Summary
Fields Modifier and Type Field Description private ImmutableMap<Range<K>,V>mapOfRangesprivate static longserialVersionUID
-
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.ObjectcreateRangeMap()(package private) java.lang.ObjectreadResolve()
-
-
-
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)
-
-