JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
java.util.Map<
K
,
V
>
getMap
()
Return the generated Map
Method Detail
getMap
java.util.Map<
K
,
V
> getMap()
Return the generated Map
Returns:
the map
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method