Save This Page
Home » openjdk-7 » java » util » regex » [javadoc | source]
java.util.regex
class: UCISequenceSet [javadoc | source]
java.lang.Object
   java.util.regex.AbstractSet
      java.util.regex.LeafSet
         java.util.regex.UCISequenceSet
Node accepting substrings in unicode case insensitive manner.
Fields inherited from java.util.regex.LeafSet:
charCount
Fields inherited from java.util.regex.AbstractSet:
TYPE_LEAF,  TYPE_FSET,  TYPE_QUANT,  TYPE_DOTSET,  next,  counter,  isSecondPassVisited,  index
Constructor:
 UCISequenceSet(StringBuffer substring) 
Method from java.util.regex.UCISequenceSet Summary:
accepts,   getName
Methods from java.util.regex.LeafSet:
accepts,   charCount,   hasConsumed,   matches
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
Method from java.util.regex.UCISequenceSet Detail:
 public int accepts(int strIndex,
    CharSequence testString) 
 public String getName()