public static final class UberspectImpl.IndexedContainer extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
get(java.lang.Object key) |
Gets a property from a container.
|
java.lang.Object |
set(java.lang.Object key,
java.lang.Object value) |
Sets a property in a container.
|
public java.lang.Object get(java.lang.Object key) throws java.lang.Exception
key
- the property keyjava.lang.Exception
- if inner invocation failspublic java.lang.Object set(java.lang.Object key, java.lang.Object value) throws java.lang.Exception
key
- the property keyvalue
- the property valuejava.lang.Exception
- if inner invocation fails