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