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.MatchingCharacterPattern.Matching.NOT_YETRe-usable result for "not yet" half-matchesMethods in com.googlecode.lanterna.input that return CharacterPattern.MatchingModifier and TypeMethodDescriptionprivate CharacterPattern.MatchingInputDecoder.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.