Interface LocalTableMap.PopulateCallback

Enclosing class:
LocalTableMap
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public static interface LocalTableMap.PopulateCallback
The TableMaps don't know how to create empty tables for themselves, if the TableMap needs to be pre-populated, it must pass this callback into the constructor. When the populateKeys call on the TableMap is invoked, the populate function is called for each of the new keys.
  • Method Summary

    Modifier and Type Method Description
    void populate​(Object key)