Class CaseInsensitiveByteTrie<T>

  • Type Parameters:
    T - the item storage type
    All Implemented Interfaces:
    ByteTrieIfc<T>

    public class CaseInsensitiveByteTrie<T>
    extends ByteTrie<T>
    CaseInsensitiveByteTrie is a byte-based trie specifically designed to implement the Aho-Corasick string search algorithm, matching alphabetic characters ignoring case.