List of usage examples for java.util ArrayList subclass-usage
From source file com.cup.digester.ArrayStack.java
/**
* <p>Imported copy of the <code>ArrayStack</code> class from
* Commons Collections, which was the only direct dependency from Digester.</p>
*
* <p><strong>WARNNG</strong> - This class is public solely to allow it to be
* used from subpackages of <code>org.apache.commons.digester</code>.
From source file org.immopoly.android.model.Flats.java
public class Flats extends ArrayList<Flat> { /** * Make sure when adding fields to add them in write to Parcel as well */ private static final long serialVersionUID = 4642208262846389104L;
From source file org.apache.tomcat.util.digester.ArrayStack.java
/**
* <p>Imported copy of the <code>ArrayStack</code> class from
* Commons Collections, which was the only direct dependency from Digester.</p>
*
* <p><strong>WARNNG</strong> - This class is public solely to allow it to be
* used from subpackages of <code>org.apache.commons.digester</code>.
From source file org.killbill.billing.client.model.KillBillObjects.java
@JsonIgnoreProperties(ignoreUnknown = true) public abstract class KillBillObjects<T extends KillBillObject> extends ArrayList<T> { @JsonIgnore private KillBillHttpClient killBillHttpClient;
From source file cn.nekocode.itempool.ItemPool.java
/** * Created by nekocode on 16/8/16. */ public final class ItemPool extends ArrayList<Object> { private static final AtomicInteger ID_COUNTER = new AtomicInteger(0);
From source file com.androidquery.simplefeed.data.Feed.java
public class Feed extends ArrayList<Object> { //public class Feed extends ArrayList<FeedItem>{ private static final long serialVersionUID = 1L; private String next;
From source file ca.uhn.fhir.rest.method.QualifiedParamList.java
public class QualifiedParamList extends ArrayList<String> { private static final long serialVersionUID = 1L; private String myQualifier;
From source file com.example.zzj.demorecyclerview.itempool.ItemPool.java
/** * Created by nekocode on 16/8/16. */ public final class ItemPool extends ArrayList<Object> { private static final AtomicInteger ID_COUNTER = new AtomicInteger(0);
From source file org.protempa.proposition.value.ValueList.java
/** * Represents lists of values. * * @author Andrew Post */ public class ValueList<V extends Value> extends ArrayList<V> implements Value {
From source file org.sakaiproject.nakamura.message.listener.LiteMessageRoutesImpl.java
/** * */ public class LiteMessageRoutesImpl extends ArrayList<MessageRoute> implements MessageRoutes { /**