Class KeyToRowSetMap
- java.lang.Object
-
- org.pentaho.di.trans.steps.switchcase.KeyToRowSetMap
-
- Direct Known Subclasses:
ContainsKeyToRowSetMap
public class KeyToRowSetMap extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KeyToRowSetMap()
protected
KeyToRowSetMap(Map<Object,Set<org.pentaho.di.core.RowSet>> map)
Support custom runtime implementation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsKey(Object key)
protected Set<Map.Entry<Object,Set<org.pentaho.di.core.RowSet>>>
entrySet()
protected Set<org.pentaho.di.core.RowSet>
get(Object key)
boolean
isEmpty()
protected Set<Object>
keySet()
protected void
put(Object key, org.pentaho.di.core.RowSet rowSet)
-