Save This Page
Home » openjdk-7 » java » util » regex » [javadoc | source]
java.util.regex
class: CIDecomposedCharSet [javadoc | source]
java.lang.Object
   java.util.regex.AbstractSet
      java.util.regex.JointSet
         java.util.regex.DecomposedCharSet
            java.util.regex.CIDecomposedCharSet
Represents case insensitive canonical decomposition of Unicode character. Is used when CANON_EQ flag of Pattern class is specified.
Fields inherited from java.util.regex.JointSet:
children,  fSet,  groupIndex
Fields inherited from java.util.regex.AbstractSet:
TYPE_LEAF,  TYPE_FSET,  TYPE_QUANT,  TYPE_DOTSET,  next,  counter,  isSecondPassVisited,  index
Constructor:
 public CIDecomposedCharSet(int[] decomp,
    int decomposedCharLength) 
Methods from java.util.regex.DecomposedCharSet:
codePointAt,   first,   getName,   getNext,   hasConsumed,   matches,   setNext
Methods from java.util.regex.JointSet:
first,   getGroup,   getName,   getNext,   hasConsumed,   matches,   processSecondPass,   setNext
Methods from java.util.regex.AbstractSet:
find,   findBack,   first,   getName,   getNext,   getQualifiedName,   getType,   hasConsumed,   matches,   processBackRefReplacement,   processSecondPass,   setNext,   setType,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait