|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamedSet | |
|---|---|
| org.apache.tapestry5.internal.util | |
| Uses of NamedSet in org.apache.tapestry5.internal.util |
|---|
| Methods in org.apache.tapestry5.internal.util that return NamedSet | ||
|---|---|---|
static
|
NamedSet.create()
Convienience method for creating a new, empty set. |
|
| Methods in org.apache.tapestry5.internal.util with parameters of type NamedSet | ||
|---|---|---|
static
|
NamedSet.get(NamedSet<T> set,
String name)
Convienience method for getting a value from a set that may be null. |
|
static Set<String> |
NamedSet.getNames(NamedSet<?> set)
Gets the names in the set, returning an empty set if the NamedSet is null. |
|
static
|
NamedSet.getValues(NamedSet<T> set)
Returns the values in the set, returning an empty set if the NamedSet is null. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||