public class CharPredicateCache extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CharPredicateCache.Result |
| Constructor and Description |
|---|
CharPredicateCache() |
| Modifier and Type | Method and Description |
|---|---|
CharPredicateCache.Result |
getCached(int codepoint) |
void |
set(int codepoint,
boolean result) |
public CharPredicateCache.Result getCached(int codepoint)
public void set(int codepoint,
boolean result)
Copyright © 2017. All rights reserved.