Example usage for java.util ArrayList subclass-usage

List of usage examples for java.util ArrayList subclass-usage

Introduction

In this page you can find the example usage for java.util ArrayList subclass-usage.

Usage

From source file com.github.tomakehurst.wiremock.extension.responsetemplating.UrlPath.java

public class UrlPath extends ArrayList<String> {

    private final String originalPath;

    public UrlPath(String url) {
        originalPath = URI.create(url).getPath();

From source file com.addthis.bundle.value.DefaultArray.java

public class DefaultArray extends ArrayList<ValueObject> implements ValueArray {

    @JsonCreator
    protected DefaultArray() {
        super();
    }

From source file com.thoughtworks.go.domain.AllConfigErrors.java

public class AllConfigErrors extends ArrayList<ConfigErrors> {
    public AllConfigErrors(List<ConfigErrors> errors) {
        addAll(errors);
    }

    public AllConfigErrors() {

From source file net.systran.platform.geographic.client.model.Position.java

/**
 * Position defined by latitude and longitude
 **/
@ApiModel(description = "Position defined by latitude and longitude")
public class Position extends ArrayList<Double> {

From source file ea.compoment.db.entity.NVArrayList.java

/**
 * @Description: NameValuePair,
 * @author: ethanchiu@126.com
 * @date: 2013-6-21
 */
public class NVArrayList extends ArrayList<NameValuePair> {

From source file FastStack.java

public class FastStack<T> extends ArrayList<T> {

    public void push(T o) {
        add(o);
    }

From source file com.changhong.util.db.entity.CHArrayList.java

/**
 * @Title TAArrayList NameValuePair
 * @Package com.changhong.util.db.entity
 * @Description NameValuePair
 * @version V1.0
 */

From source file com.ta.util.db.entity.TAArrayList.java

/**
 * @Title TAArrayList NameValuePair
 * @Package com.ta.util.db.entity
 * @Description NameValuePair
 * @author 
 * @date 2013-1-20

From source file edu.msu.nscl.olog.Logs.java

/**
 * Logs (collection) object that can be represented as XML/JSON in payload data.
 *
 * @author Eric Berryman taken from Ralph Lange <Ralph.Lange@bessy.de>
 */
@XmlRootElement(name = "logs")

From source file com.witness.utils.db.entity.TAArrayList.java

/**
 * @Title TAArrayList NameValuePair
 * @Package com.ta.util.db.entity
 * @Description NameValuePair
 * @author Danger
 * @date 2013-1-20