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 enum 
     
    static final class 
     
    static class 
     
  • 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.