Package step.core.variables
Class SimpleStringMap
java.lang.Object
step.core.variables.SimpleStringMap
- Direct Known Subclasses:
CSVReaderDataPool.CSVRowWrapper
,SQLTableDataPool.SQLRowWrapper
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
SimpleStringMap
public SimpleStringMap()
-
-
Method Details
-
size
public abstract int size() -
isEmpty
public abstract boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<String,
String>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
String>
-
get
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
toString
-