Package ghidra.util.search.trie
Interface Op<T>
- Type Parameters:
T
- the client item type
public interface Op<T>
Operation interface for clients to visit nodes in a ByteTrie.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
op
(ByteTrieNodeIfc<T> node) Perform an operation on a node.
-
Method Details
-
op
Perform an operation on a node.- Parameters:
node
- the current node
-