Uses of Class
org.apache.tapestry5.internal.util.NamedSet
Packages that use NamedSet
Package
Description
[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 NamedSetModifier and TypeMethodDescriptionstatic <T> NamedSet<T>
NamedSet.create()
Convenience method for creating a new, empty set.Methods in org.apache.tapestry5.internal.util with parameters of type NamedSetModifier and TypeMethodDescriptionstatic <T> T
Convenience method for getting a value from a set that may be null.Gets the names in the set, returning an empty set if the NamedSet is null.static <T> Set<T>
Returns the values in the set, returning an empty set if the NamedSet is null.