Interface ImmutableMap<K,V>

Type Parameters:
K - The type of key contained in the map.
V - The type of value contained in the map.
All Superinterfaces:
Map<K,V>

public interface ImmutableMap<K,V> extends Map<K,V>
A marker interface indicating that the map is immutable.
Author:
Garret Wilson