Interface TokenExtractor.IDelimiterFinder

Enclosing class:
TokenExtractor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TokenExtractor.IDelimiterFinder
Definition of a delimiter.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isDelimiter(char c)
     
  • Method Details

    • isDelimiter

      boolean isDelimiter(char c)