Package adams.flow.transformer.mapfilter
- 
Class Summary Class Description AbstractMapFilter Ancestor for map filters.PassThrough Dummy, performs no filtering.RemoveByName Filters the map by removing values which keys match the regular expression. 
| Class | Description | 
|---|---|
| AbstractMapFilter | 
 Ancestor for map filters. 
 | 
| PassThrough | 
 Dummy, performs no filtering. 
 | 
| RemoveByName | 
 Filters the map by removing values which keys match the regular expression. 
 |