Package com.pnfsoftware.jeb.util.format
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.
Definition of a delimiter.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisDelimiter(char c) Determine if a character delimits tokens.
-
Method Details
-
isDelimiter
boolean isDelimiter(char c) Determine if a character delimits tokens.- Parameters:
c- character to test- Returns:
- true if the character is a delimiter
-