Package | Description |
---|---|
org.apache.tapestry5.internal.util |
[INTERNAL USE ONLY] various utility classes; API subject to change.
|
Modifier and Type | Method and Description |
---|---|
static <T> NamedSet<T> |
NamedSet.create()
Convenience method for creating a new, empty set.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
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 <T> Set<T> |
NamedSet.getValues(NamedSet<T> set)
Returns the values in the set, returning an empty set if the NamedSet is null.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.