Package com.dtolabs.rundeck.core.utils
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<K,V>getMap()Return the generated Map
-