|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InfoException | |
|---|---|
| org.marketcetera.ors.info | Information stores. |
| Uses of InfoException in org.marketcetera.ors.info |
|---|
| Methods in org.marketcetera.ors.info that throw InfoException | ||
|---|---|---|
|
ReadInfo.getValueIfInstanceOf(String key,
Class<T> cls)
Returns the value associated with the given key in the receiver's map, provided one is set and is either null or an object of the given class. |
|
Object |
ReadInfo.getValueIfNonNull(String key)
Returns the value associated with the given key in the receiver's map, provided one is set and is not null. |
|
|
ReadInfo.getValueIfNonNullInstanceOf(String key,
Class<T> cls)
Returns the value associated with the given key in the receiver's map, provided one is set and is non-null and an object of the given class. |
|
Object |
ReadInfo.getValueIfSet(String key)
Returns the value associated with the given key in the receiver's map, provided one (which may be null) is set. |
|
void |
ReadWriteInfo.removeValueIfSet(String key)
Removes the value associated with the given key in the receiver's map. |
|
void |
ReadWriteInfo.setValueIfUnset(String key,
Object value)
Sets the value associated with the given key to the given value in the receiver's map. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||