|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISDKList
This interface extends the Java List 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.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
|---|
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 | ||||||||