Uses of Class
com.googlecode.lanterna.input.CharacterPattern.Matching
Packages that use CharacterPattern.Matching
-
Uses of CharacterPattern.Matching in com.googlecode.lanterna.input
Fields in com.googlecode.lanterna.input declared as CharacterPattern.MatchingModifier and TypeFieldDescriptionstatic final CharacterPattern.Matching
CharacterPattern.Matching.NOT_YET
Re-usable result for "not yet" half-matchesMethods in com.googlecode.lanterna.input that return CharacterPattern.MatchingModifier and TypeMethodDescriptionprivate CharacterPattern.Matching
InputDecoder.getBestMatch
(List<Character> characterSequence) Given a list of characters, determine whether it exactly matches any known KeyStroke, and whether a longer sequence can possibly match.