Uses of Class
net.sf.jasperreports.engine.util.CharPredicateCache.Result
-
Packages that use CharPredicateCache.Result Package Description net.sf.jasperreports.engine.util Contains utility classes for the core library. -
-
Uses of CharPredicateCache.Result in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util that return CharPredicateCache.Result Modifier and Type Method Description CharPredicateCache.Result
CharPredicateCache. getCached(int codepoint)
static CharPredicateCache.Result
CharPredicateCache.Result. valueOf(String name)
Returns the enum constant of this type with the specified name.static CharPredicateCache.Result[]
CharPredicateCache.Result. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-