Uses of Class
org.codehaus.spice.salt.lang.EnumSet

Packages that use EnumSet
org.codehaus.spice.salt.lang   
 

Uses of EnumSet in org.codehaus.spice.salt.lang
 

Methods in org.codehaus.spice.salt.lang that return EnumSet
static EnumSet EnumSet.createFrom(Class clazz)
          Create an EnumSet for specified Class including all integer constants.
static EnumSet EnumSet.createFrom(Class clazz, String patternString)
          Create an EnumSet for specified Class including all integer constants that match specified pattern.
static EnumSet EnumSet.createFrom(Class clazz, String patternString, boolean deep)
          Create an EnumSet for specified Class including all integer constants that match specified pattern and scanning superclass if deep is true.
 



Copyright © 1999-2006 Codehaus. All Rights Reserved.