Module org.eclipse.jgit
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
-
Method Details
-
loadAll
Load map of all key value pairs- Returns:
- map of all key value pairs to cache in the tree
-