- Enclosing class:
- Case
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The function that that takes a character and returns a tokenizer
associated with the character.
-
Method Summary
-
Method Details
-
get
Returns the tokenizer with which the specified character is associated, ornull
if there is no tokenizer associated with the character.- Parameters:
c
- The character.- Returns:
- The tokenizer associated with the character
c
, ornull
if there is no tokenizer associated withc
.
-