|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface extends the Java Set class. It provides support for properties to be retrieved by their property name.
| Method Summary | |
java.lang.Object |
get(java.lang.Object key)
Returns the property bag keyed by the parameter. |
| Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
public java.lang.Object get(java.lang.Object key)
Returns the property bag keyed by the parameter.
If there is no such key, null will be returned.
key - The key of the property bag to be returned.
null if the property bag
doesn't exist
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||