Interface MapGenerator<K,​V>


  • public interface MapGenerator<K,​V>
    MapGenerator is an interface for producing a set of Map data of a certain type.
    • Method Detail

      • getMap

        java.util.Map<K,​V> getMap()
        Return the generated Map
        Returns:
        the map