public interface CharacterPattern
Modifier and Type | Interface and Description |
---|---|
static class |
CharacterPattern.Matching
This immutable class describes a matching result.
|
Modifier and Type | Method and Description |
---|---|
CharacterPattern.Matching |
match(List<Character> seq)
Given a list of characters, determine whether it exactly matches
any known KeyStroke, and whether a longer sequence can possibly match.
|
CharacterPattern.Matching match(List<Character> seq)
seq
- of characters to checkMatching
Copyright © 2016. All rights reserved.