Interface CharMatcher

All Known Implementing Classes:
CharMatcher.Basic, CharMatcher.ByUnicodeCategory

public interface CharMatcher
A class to match character code points.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  CharMatcher.Basic  
    static class  CharMatcher.Builder  
    static class  CharMatcher.ByUnicodeCategory  
  • Method Summary

    Modifier and Type Method Description
    boolean isTokenChar​(int c)
    Returns true if, and only if, the provided character matches this character class.
  • Method Details

    • isTokenChar

      boolean isTokenChar​(int c)
      Returns true if, and only if, the provided character matches this character class.