org.mule.registry
Class RegistryMap
java.lang.Object
java.util.AbstractMap
org.apache.commons.collections.map.AbstractHashedMap
org.mule.util.CaseInsensitiveHashMap
org.mule.registry.RegistryMap
- All Implemented Interfaces:
- java.io.Serializable, java.util.Map, IterableMap
public class RegistryMap
- extends CaseInsensitiveHashMap
Provides a HashMap
view of values stored in the registry
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap |
data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values |
Method Summary |
java.lang.Object |
get(java.lang.Object key)
|
Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap |
addEntry, addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, clear, containsKey, containsValue, convertKey, createEntry, createEntrySetIterator, createKeySetIterator, createValuesIterator, destroyEntry, doReadObject, doWriteObject, ensureCapacity, entryHashCode, entryKey, entryNext, entrySet, entryValue, equals, getEntry, hashCode, hashIndex, init, isEmpty, isEqualValue, keySet, mapIterator, put, putAll, remove, removeEntry, removeMapping, reuseEntry, size, toString, updateEntry, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
RegistryMap
public RegistryMap(Registry registry)
RegistryMap
public RegistryMap(int i,
Registry registry)
RegistryMap
public RegistryMap(int i,
float v,
Registry registry)
RegistryMap
public RegistryMap(java.util.Map map,
Registry registry)
get
public java.lang.Object get(java.lang.Object key)
- Specified by:
get
in interface java.util.Map
- Overrides:
get
in class AbstractHashedMap
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.