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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Value>loadAll()Load map of all key value pairs
-