T - public class MapperList<T> extends Mapper<T>
Mapper objects. Applies each mapper in the list to an input
stream of T objects in order.| Constructor and Description |
|---|
MapperList()
Constructs an empty list of mappers.
|
MapperList(List<Mapper<T>> mappers)
Constructs a new list of mappers from the given list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addMapper(Mapper<T> mapper)
Adds a mapper to the end of the list.
|
protected Iterable<T> |
doMap(Iterable<T> objects) |
Iterable<Mapper<T>> |
getMappers() |
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.