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 protectedKeyToRowSetMap()protectedKeyToRowSetMap(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 booleancontainsKey(Object key)protected Set<Map.Entry<Object,Set<org.pentaho.di.core.RowSet>>>entrySet()protected Set<org.pentaho.di.core.RowSet>get(Object key)booleanisEmpty()protected Set<Object>keySet()protected voidput(Object key, org.pentaho.di.core.RowSet rowSet)
-