Class FixedSizeMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
org.meeuw.configuration.FixedSizeMap<K,V>
All Implemented Interfaces:
Map<K,V>

public class FixedSizeMap<K,V> extends AbstractMap<K,V>
A simple Map implementation which allows for changing mappings, but not adding or deleting them. This is used when representing configurations.
Since:
0.4
Author:
Michiel Meeuwissen