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 Type
    Method
    Description
    void
    Perform an operation on a node.
  • Method Details

    • op

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