com.ibm.text
Interface UnicodeFilter
- All Known Implementing Classes:
- UnicodeSet
- public interface UnicodeFilter
UnicodeFilter
defines a protocol for selecting a
subset of the full range (U+0000 to U+FFFF) of Unicode characters.
Currently, filters are used in conjunction with classes like Transliterator
to only process selected characters through a
transformation.
UnicodeFilterLogic
Method Summary |
boolean |
contains(char c)
Returns true for characters that are in the selected
subset. |
contains
public boolean contains(char c)
- Returns true for characters that are in the selected
subset. In other words, if a character is to be
filtered, then contains() returns
false.
Copyright (c) 1998-2000 IBM Corporation and others.