Uses of Class
com.kenai.constantine.ConstantSet
-
Packages that use ConstantSet Package Description com.kenai.constantine com.kenai.constantine.platform -
-
Uses of ConstantSet in com.kenai.constantine
Fields in com.kenai.constantine with type parameters of type ConstantSet Modifier and Type Field Description private static java.util.concurrent.ConcurrentMap<java.lang.String,ConstantSet>ConstantSet. constantSetsDeprecated.Methods in com.kenai.constantine that return ConstantSet Modifier and Type Method Description static ConstantSetConstantSet. getConstantSet(java.lang.String name)Deprecated.Gets a ConstantSet -
Uses of ConstantSet in com.kenai.constantine.platform
Fields in com.kenai.constantine.platform declared as ConstantSet Modifier and Type Field Description private ConstantSetConstantResolver. constantsDeprecated.Methods in com.kenai.constantine.platform that return ConstantSet Modifier and Type Method Description private ConstantSetConstantResolver. getConstants()Deprecated.
-