Package lumis.portal.el
Class AbstractRequestVariableResolver.GetOnlyMap<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- lumis.portal.el.AbstractRequestVariableResolver.GetOnlyMap<K,V>
-
- Type Parameters:
K
- the key type.V
- the value type.
- All Implemented Interfaces:
Map<K,V>
- Enclosing class:
- AbstractRequestVariableResolver
protected abstract static class AbstractRequestVariableResolver.GetOnlyMap<K,V> extends AbstractMap<K,V>
A map base class that is to be used only for callingget(Object)
.- Since:
- 7.0.0
-
-
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 Modifier Constructor Description protected
GetOnlyMap()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<K,V>>
entrySet()
abstract V
get(Object key)
-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-