|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jacorb.notification.util.DefaultWildcardMap
public class DefaultWildcardMap
| Field Summary | |
|---|---|
static int |
DEFAULT_TOPLEVEL_SIZE
|
| Constructor Summary | |
|---|---|
DefaultWildcardMap()
|
|
DefaultWildcardMap(int topLevelSize)
|
|
| Method Summary | |
|---|---|
void |
clear()
clear this map |
java.lang.Object |
getNoExpansion(java.lang.Object key)
Returns the value to which this map maps the specified key. |
java.lang.Object[] |
getWithExpansion(java.lang.Object key)
Returns the value to which this map maps the specified key. |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
The operation put associates the specified value with the specified key in
this map. |
java.lang.Object |
remove(java.lang.Object key)
remove the specified key from this Map. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_TOPLEVEL_SIZE
| Constructor Detail |
|---|
public DefaultWildcardMap(int topLevelSize)
public DefaultWildcardMap()
| Method Detail |
|---|
public void clear()
WildcardMap
clear in interface WildcardMappublic java.lang.Object remove(java.lang.Object key)
WildcardMap
remove in interface WildcardMap
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
WildcardMapput 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 WildcardMapkey - key with which String representation the specified value is to be associated.value - value to be associated with the specified key.
public java.lang.Object getNoExpansion(java.lang.Object key)
WildcardMap
getNoExpansion in interface WildcardMapkey - key whose associated value is to be returned
public java.lang.Object[] getWithExpansion(java.lang.Object key)
WildcardMap
getWithExpansion in interface WildcardMapkey - key whose associated value is to be returned
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||