Package net.sf.jasperreports.engine.util
Class CharPredicateCache
- java.lang.Object
-
- net.sf.jasperreports.engine.util.CharPredicateCache
-
public class CharPredicateCache extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CharPredicateCache.Result
-
Constructor Summary
Constructors Constructor Description CharPredicateCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharPredicateCache.Result
getCached(int codepoint)
void
set(int codepoint, boolean result)
-
-
-
Method Detail
-
getCached
public CharPredicateCache.Result getCached(int codepoint)
-
set
public void set(int codepoint, boolean result)
-
-