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 protectedContainsKeyToRowSetMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsKey(Object key)Set<org.pentaho.di.core.RowSet>get(Object value)protected voidput(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:
getin classKeyToRowSetMap
-
put
protected void put(Object key, org.pentaho.di.core.RowSet rowSet)
- Overrides:
putin classKeyToRowSetMap
-
containsKey
public boolean containsKey(Object key)
- Overrides:
containsKeyin classKeyToRowSetMap
-
-