Package com.ibm.icu.text
Class SpoofChecker.ScriptSet
- java.lang.Object
-
- java.util.BitSet
-
- com.ibm.icu.text.SpoofChecker.ScriptSet
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
- Enclosing class:
- SpoofChecker
static class SpoofChecker.ScriptSet extends java.util.BitSet
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ScriptSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
and(int script)
void
appendStringTo(java.lang.StringBuilder sb)
boolean
isFull()
void
setAll()
java.lang.String
toString()
-
Methods inherited from class java.util.BitSet
and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, previousClearBit, previousSetBit, set, set, set, set, size, stream, toByteArray, toLongArray, valueOf, valueOf, valueOf, valueOf, xor
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-