Package dev.galasa.cicsts
Class CicstsHashMap
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
String>
CICS TS wrapper class to HashMap to provide additional
functionality for use with CECI, CEMT and CEDA
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkParameterEquals
(@NotNull String parameter, @NotNull String value) boolean
isParameterEquals
(@NotNull String parameter, @NotNull String value) Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
CicstsHashMap
public CicstsHashMap()
-
-
Method Details
-
isParameterEquals
-
checkParameterEquals
public void checkParameterEquals(@NotNull @NotNull String parameter, @NotNull @NotNull String value) throws CicstsManagerException - Throws:
CicstsManagerException
-