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 calling get(Object)
.
- Since:
- 7.0.0
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class java.util.AbstractMap |
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
AbstractRequestVariableResolver.GetOnlyMap
protected AbstractRequestVariableResolver.GetOnlyMap()
entrySet
public Set<Map.Entry<K,V>> entrySet()
- Specified by:
entrySet
in interface Map<K,V>
- Specified by:
entrySet
in class AbstractMap<K,V>
get
public abstract V get(Object key)
- Specified by:
get
in interface Map<K,V>
- Overrides:
get
in class AbstractMap<K,V>
Lumisportal 7.0.0.121130 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.