Uses of Class
org.aesh.readline.action.KeyMappingTrie.MatchResult
Packages that use KeyMappingTrie.MatchResult
-
Uses of KeyMappingTrie.MatchResult in org.aesh.readline.action
Methods in org.aesh.readline.action that return KeyMappingTrie.MatchResultModifier and TypeMethodDescriptionKeyMappingTrie.match(int[] buffer) Matches the input buffer against the trie.KeyMappingTrie.matchSingleByte(int code) Fast path for single-byte matching.