|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Resolver
A resolver for Objects bound to a key. A resolver provides a set of read only key bindings. This means that key it is not possible to clear a key binding (remove the object bound to the key) or to replace a key binding (set a new object bound to the key).
| Method Summary | |
|---|---|
boolean |
containsKey(Object key)
Allows checking whether there is currently an object bound to the key. |
Object |
get(Object key)
Returns the object currently bound to the key or false if no object is currently bound to the key |
Set<String> |
keySet()
Returns the set of key that can be resolved using this resolver. |
| Method Detail |
|---|
boolean containsKey(Object key)
key - the key to check
Object get(Object key)
key - the key of the object to retrieve.
Set<String> keySet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||