Class KeyToRowSetMap

java.lang.Object
org.pentaho.di.trans.steps.switchcase.KeyToRowSetMap
Direct Known Subclasses:
ContainsKeyToRowSetMap

public class KeyToRowSetMap extends Object
  • Field Details

    • map

      protected Map<Object,Set<org.pentaho.di.core.RowSet>> map
  • Constructor Details

    • KeyToRowSetMap

      protected KeyToRowSetMap()
    • KeyToRowSetMap

      protected KeyToRowSetMap(Map<Object,Set<org.pentaho.di.core.RowSet>> map)
      Support custom runtime implementation.
      Parameters:
      map -
  • Method Details

    • get

      protected Set<org.pentaho.di.core.RowSet> get(Object key)
    • put

      protected void put(Object key, org.pentaho.di.core.RowSet rowSet)
    • containsKey

      public boolean containsKey(Object key)
    • isEmpty

      public boolean isEmpty()
    • keySet

      protected Set<Object> keySet()
    • entrySet

      protected Set<Map.Entry<Object,Set<org.pentaho.di.core.RowSet>>> entrySet()