Package com.github.fungal.api.deployment
Class Map
java.lang.Object
com.github.fungal.api.deployment.Map
Represents a map
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Map
Constructor- Parameters:
keyClass- The key classvalueClass- The value class
-
-
Method Details
-
getEntry
Get the entries- Returns:
- The value
-
getClazz
Get the class- Returns:
- The value
-
setClazz
Set the class- Parameters:
value- The value
-
getKeyClass
Get the key class- Returns:
- The value
-
getValueClass
Get the value class- Returns:
- The value
-