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.