JBoss MetaData Repository 2.2.0.SP1
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
clear()
Clear node.
|
V |
get(K key)
Get value under key.
|
V |
put(K key,
V value)
Put value under key.
|
V |
remove(K key)
Remove value under key.
|
-
-
Method Detail
-
put
V put(K key,
V value)
Put value under key.
- Parameters:
key
- the keyvalue
- the value
- Returns:
- old value if exists
-
get
V get(K key)
Get value under key.
- Parameters:
key
- the key
- Returns:
- old value if exists
-
remove
V remove(K key)
Remove value under key.
- Parameters:
key
- the key
- Returns:
- removed value
-
clear
void clear()
Clear node.
JBoss MetaData Repository 2.2.0.SP1
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.