Interface TernarySearchTree.Loader<Value>

  • Type Parameters:
    Value - type of values
    Enclosing class:
    TernarySearchTree<Value>

    public static interface TernarySearchTree.Loader<Value>
    Loader to load key-value pairs to be cached in the tree
    • Method Detail

      • loadAll

        Map<String,​Value> loadAll()
        Load map of all key value pairs
        Returns:
        map of all key value pairs to cache in the tree