All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xillium.data.ArrayListCollector Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package org.xillium.data;

import java.util.*;


/**
 * A Collector that is an ArrayList.
 */
public class ArrayListCollector extends ArrayList implements Collector {
    private static final long serialVersionUID = -2065000095890333812L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy