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. constantSets
Deprecated.Methods in com.kenai.constantine that return ConstantSet Modifier and Type Method Description static ConstantSet
ConstantSet. 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 ConstantSet
ConstantResolver. constants
Deprecated.Methods in com.kenai.constantine.platform that return ConstantSet Modifier and Type Method Description private ConstantSet
ConstantResolver. getConstants()
Deprecated.
-