Package ghidra.util.search.trie
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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte
transformByte(byte v)
-
Methods inherited from class ghidra.util.search.trie.ByteTrieNode
getChild, getId, getItem, getValue, isTerminal, length, toString
-
-
-
-
Method Detail
-
transformByte
protected byte transformByte(byte v)
- Overrides:
transformByte
in classByteTrieNode<T>
-
-