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 Summary

    Modifier and Type
    Method
    Description
    Load map of all key value pairs
  • Method Details

    • loadAll

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