|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReadOnlyNamedValues<TValue>
Generic read only access to any name/value pair based containers where the names are strings and the values can be any type.
| Method Summary | |
|---|---|
java.util.Collection<java.lang.String> |
getNames()
Returns all names (maybe empty but never null). |
TValue |
getValue(java.lang.String name)
Returns the value associated with the given name. |
boolean |
isEmpty()
Returns true if the receiver does not contain any data. |
| Method Detail |
|---|
boolean isEmpty()
java.util.Collection<java.lang.String> getNames()
TValue getValue(java.lang.String name)
name - The identifier for which the associated value must be returned (must not be null).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||