Class ImmutableRangeMap<K extends Comparable<?>,V>

java.lang.Object
com.google.common.collect.ImmutableRangeMap<K,V>
All Implemented Interfaces:
RangeMap<K,V>, Serializable

@GwtIncompatible public class ImmutableRangeMap<K extends Comparable<?>,V> extends Object implements RangeMap<K,V>, Serializable
A RangeMap whose contents will never change, with many other important properties detailed at ImmutableCollection.
Since:
14.0
Author:
Louis Wasserman
See Also: