Package org.apache.commons.text
Interface CharacterPredicate
- 
- All Known Implementing Classes:
 CharacterPredicates
public interface CharacterPredicateA predicate for selecting code points. Implementations of this interface must be thread safe.- Since:
 - 1.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(int codePoint)Tests the code point with this predicate. 
 -