Uses of Class
org.apache.tapestry5.internal.util.NamedSet

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
<T> NamedSet<T>
NamedSet.create()
          Convenience method for creating a new, empty set.
 

Methods in org.apache.tapestry5.internal.util with parameters of type NamedSet
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.
 



Copyright © 2003-2012 The Apache Software Foundation.