java.lang.Object
java.util.AbstractMap<K,V>
org.meeuw.configuration.FixedSizeMap<K,V>
- All Implemented Interfaces:
Map<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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
FixedSizeMap
-
-
Method Details