Class CaseInsensitiveByteTrieNode<T>

java.lang.Object
ghidra.util.search.trie.ByteTrieNode<T>
ghidra.util.search.trie.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.