Class KeyToRowSetMap

    • Field Detail

      • map

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

      • KeyToRowSetMap

        protected KeyToRowSetMap()
      • KeyToRowSetMap

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

      • 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()