Class GlobDictionary

  • All Implemented Interfaces:
    Predicate<CharSequence>

    public class GlobDictionary
    extends Object
    implements Predicate<CharSequence>
    This dictionary implementation is a middle ground between the complexity of regular expressions and sheer speed of plain text matching. It offers case sensitive and case insensitive matching, as well as globs (wildcards matching any character sequence).