Class CharArrayIterator

java.lang.Object
org.apache.lucene.analysis.util.CharArrayIterator
All Implemented Interfaces:
Cloneable, CharacterIterator

public abstract class CharArrayIterator extends Object implements CharacterIterator
A CharacterIterator used internally for use with BreakIterator
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
  • Field Details

    • HAS_BUGGY_BREAKITERATORS

      public static final boolean HAS_BUGGY_BREAKITERATORS
      True if this JRE has a buggy BreakIterator implementation
  • Constructor Details

    • CharArrayIterator

      public CharArrayIterator()
  • Method Details