public class CachingWildcardMap extends Object implements WildcardMap
Constructor and Description |
---|
CachingWildcardMap() |
CachingWildcardMap(int cacheSize,
WildcardMap delegate) |
Modifier and Type | Method and Description |
---|---|
void |
clear()
clear this map
|
Object |
getNoExpansion(Object key)
Returns the value to which this map maps the specified key.
|
Object[] |
getWithExpansion(Object key)
Returns the value to which this map maps the specified key.
|
Object |
put(Object key,
Object value)
The operation
put associates the specified value with the specified key in
this map. |
Object |
remove(Object key)
remove the specified key from this Map.
|
public CachingWildcardMap()
public CachingWildcardMap(int cacheSize, WildcardMap delegate)
public void clear()
WildcardMap
clear
in interface WildcardMap
public Object remove(Object key)
WildcardMap
remove
in interface WildcardMap
public Object put(Object key, Object value)
WildcardMap
put
associates the specified value with the specified key in
this map. The String representation of the Key toString()
is used. If the map previously contained a mapping for this key, the old value is replaced by
the specified value.put
in interface WildcardMap
key
- key with which String representation the specified value is to be associated.value
- value to be associated with the specified key.public Object[] getWithExpansion(Object key)
WildcardMap
getWithExpansion
in interface WildcardMap
key
- key whose associated value is to be returnedpublic Object getNoExpansion(Object key)
WildcardMap
getNoExpansion
in interface WildcardMap
key
- key whose associated value is to be returnedCopyright © 2016 JacORB. All rights reserved.