Class RegexTermEnum

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class RegexTermEnum
    extends FilteredTermEnum
    Subclass of FilteredTermEnum for enumerating all terms that match the specified regular expression term using the specified regular expression implementation.

    Term enumerations are always ordered by Term.compareTo(). Each term in the enumeration is greater than all that precede it.