/*
* @(#)OutputCollector.java 2013-3-23 下午23:33:33
*
* Copyright (c) 2011-2013 Makersoft.org all rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
*
*/
package org.makersoft.shards.strategy.mapreduce;
import java.util.ArrayList;
import java.util.List;
/**
*/
public class OutputCollector<E> extends ArrayList<E> implements List<E>{
private static final long serialVersionUID = 7479660171920638651L;
}