public class CtrlAndCharacterPattern extends Object implements CharacterPattern
CharacterPattern.Matching
Constructor and Description |
---|
CtrlAndCharacterPattern() |
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.
|
public CharacterPattern.Matching match(List<Character> seq)
CharacterPattern
match
in interface CharacterPattern
seq
- of characters to checkMatching
Copyright © 2016. All rights reserved.