|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedSet | |
---|---|
org.apache.tapestry5.internal.util | [INTERNAL USE ONLY] various utility classes; API subject to change. |
Uses of NamedSet in org.apache.tapestry5.internal.util |
---|
Methods in org.apache.tapestry5.internal.util that return NamedSet | ||
---|---|---|
static
|
NamedSet.create()
Convenience 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)
Convenience 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 |