Uses of Class
jnr.constants.ConstantSet
-
Packages that use ConstantSet Package Description jnr.constants jnr.constants.platform -
-
Uses of ConstantSet in jnr.constants
Fields in jnr.constants with type parameters of type ConstantSet Modifier and Type Field Description private static java.util.concurrent.ConcurrentMap<java.lang.String,ConstantSet>ConstantSet. constantSetsMethods in jnr.constants that return ConstantSet Modifier and Type Method Description static ConstantSetConstantSet. getConstantSet(java.lang.String name)Gets aConstantSetprivate static ConstantSetConstantSet. loadConstantSet(java.lang.String name) -
Uses of ConstantSet in jnr.constants.platform
Fields in jnr.constants.platform declared as ConstantSet Modifier and Type Field Description private ConstantSetConstantResolver. constantsMethods in jnr.constants.platform that return ConstantSet Modifier and Type Method Description private ConstantSetConstantResolver. getConstants()
-