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.hengtong.library.db.enty.TAArrayList.java

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

From source file cn.xdf.thinkutils.db2.entity.ArrayListEx.java

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

From source file com.alading.library.util.db.entity.TAArrayList.java

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

From source file velo.resource.general.HttpMethods.java

public class HttpMethods<E> extends ArrayList<HttpMethod> implements Cloneable, Serializable {

}

From source file org.springframework.social.twitter.api.SimilarPlaces.java

/**
 * Represents the results of a similar places search. 
 * Includes places that match the search criteria and a {@link PlacePrototype} that can be used to create a new place.
 * @author Craig Walls
 */
@SuppressWarnings("serial")

From source file org.xchain.impl.CommandList.java

/**
 * Almost an exact port of the class org.apache.commons.chain.impl.ChainBase, except the
 * nested chains are represented with a java.util.ArrayList instead of an array.
 *
 * @author Craig R. McClanahan
 * @author Christian Trimble

From source file com.tek271.reverseProxy.model.Mappings.java

public class Mappings extends ArrayList<Mapping> {

    private static final long serialVersionUID = 1L;

    public static Mappings create(Mapping... mappings) {
        Mappings r = new Mappings();

From source file com.echopf.ECHOList.java

/**
 * {@.en Composes a list with paginate data.}
 * {@.ja ????????}
 */
public class ECHOList<S extends ECHODataObject<S>> extends ArrayList<S> {

From source file pe.chalk.telegram.type.file.photo.Photo.java

/**
 * @author ChalkPE <chalkpe@gmail.com>
 * @since 2016-02-03
 */
public class Photo extends ArrayList<PhotoSize> {
    private Photo(final JSONArray json) {

From source file ru.elifantiev.yandex.api.money.YandexMoneyOperationHistory.java

public class YandexMoneyOperationHistory extends ArrayList<YandexMoneyOperation> {

    int nextRecord = 0;

    YandexMoneyOperationHistory(JSONObject response) {