org.apache.aries.blueprint.namespace
Class NamespaceHandlerRegistryImpl.LRUMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl.LRUMap<K,V>
- All Implemented Interfaces:
- Map<K,V>
- Enclosing class:
- NamespaceHandlerRegistryImpl
public static class NamespaceHandlerRegistryImpl.LRUMap<K,V>
- extends AbstractMap<K,V>
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, putAll, remove, size, toString, values |
get
public V get(Object key)
- Specified by:
get
in interface Map<K,V>
- Overrides:
get
in class AbstractMap<K,V>
put
public V put(K key,
V value)
- Specified by:
put
in interface Map<K,V>
- Overrides:
put
in class AbstractMap<K,V>
entrySet
public Set<Map.Entry<K,V>> entrySet()
- Specified by:
entrySet
in interface Map<K,V>
- Specified by:
entrySet
in class AbstractMap<K,V>
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.