Class CaseInsensitiveByteTrieNode<T>

  • Type Parameters:
    T - the user item type
    All Implemented Interfaces:
    ByteTrieNodeIfc<T>

    public class CaseInsensitiveByteTrieNode<T>
    extends ByteTrieNode<T>
    Class to represent a (possibly non-terminal!) node within the CaseInsensitiveByteTrie.