lumis.portal.el
Class HttpServletRequestVariableResolver.GetOnlyMap<K,V>

Package class diagram package HttpServletRequestVariableResolver.GetOnlyMap
java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by lumis.portal.el.HttpServletRequestVariableResolver.GetOnlyMap<K,V>
Type Parameters:
K - the key type.
V - the value type.
All Implemented Interfaces:
Map<K,V>
Enclosing class:
HttpServletRequestVariableResolver

protected abstract static class HttpServletRequestVariableResolver.GetOnlyMap<K,V>
extends AbstractMap<K,V>

A map base class that is to be used only for calling get(Object).

Since:
5.6.0

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
protected HttpServletRequestVariableResolver.GetOnlyMap()
           
 
Method Summary
 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
 

Constructor Detail

HttpServletRequestVariableResolver.GetOnlyMap

protected HttpServletRequestVariableResolver.GetOnlyMap()
Method Detail

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  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.