Package ghidra.util.search.trie
-
Interface Summary Interface Description ByteTrieIfc<T> ByteTrieNodeIfc<T> Op<T> Operation interface for clients to visit nodes in a ByteTrie. -
Class Summary Class Description ByteTrie<T> ByteTrie is a byte-based trie specifically designed to implement the Aho-Corasick string search algorithm.ByteTrieNode<T> Class to represent a (possibly non-terminal!) node within the ByteTrie.CaseInsensitiveByteTrie<T> CaseInsensitiveByteTrie is a byte-based trie specifically designed to implement the Aho-Corasick string search algorithm, matching alphabetic characters ignoring case.CaseInsensitiveByteTrieNode<T> Class to represent a (possibly non-terminal!) node within the CaseInsensitiveByteTrie.SearchResult<P,T> A search result container class used with ByteTrie.