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 Detail

      • op

        void op​(ByteTrieNodeIfc<T> node)
        Perform an operation on a node.
        Parameters:
        node - the current node