Interface FixedSizeMap<K,V>

All Superinterfaces:
Cloneable, InternalIterable<V>, Iterable<V>, Map<K,V>, MapIterable<K,V>, MutableMap<K,V>, MutableMapIterable<K,V>, RichIterable<V>, UnsortedMapIterable<K,V>

public interface FixedSizeMap<K,V> extends MutableMap<K,V>
A FixedSizeMap is a map that may be mutated, but cannot grow or shrink in size.