Class ContainsKeyToRowSetMap
- java.lang.Object
-
- org.pentaho.di.trans.steps.switchcase.KeyToRowSetMap
-
- org.pentaho.di.trans.steps.switchcase.ContainsKeyToRowSetMap
-
public class ContainsKeyToRowSetMap extends KeyToRowSetMap
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayList<String>
list
-
Fields inherited from class org.pentaho.di.trans.steps.switchcase.KeyToRowSetMap
map
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ContainsKeyToRowSetMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsKey(Object key)
Set<org.pentaho.di.core.RowSet>
get(Object value)
protected void
put(Object key, org.pentaho.di.core.RowSet rowSet)
-
Methods inherited from class org.pentaho.di.trans.steps.switchcase.KeyToRowSetMap
entrySet, isEmpty, keySet
-
-
-
-
Method Detail
-
get
public Set<org.pentaho.di.core.RowSet> get(Object value)
- Overrides:
get
in classKeyToRowSetMap
-
put
protected void put(Object key, org.pentaho.di.core.RowSet rowSet)
- Overrides:
put
in classKeyToRowSetMap
-
containsKey
public boolean containsKey(Object key)
- Overrides:
containsKey
in classKeyToRowSetMap
-
-