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.grepcurl.random.WeightedFunctionChooser.java

public class WeightedFunctionChooser<T, R> extends ArrayList<WeightedFunction<T, R>> {

    private static final Object LOCK = new Object();
    private final ObjectGenerator _objectGenerator;
    private final AtomicBoolean _probabilitiesVerified;

From source file edu.txstate.dmlab.clusteringwiki.suffixtree.PhraseList.java

/**
 * List of Phrases able to greedily retrieve top quality phrase
 * and remove phrases no longer meeting coverage criteria
 * 
 * @author David C. Anastasiu
 *

From source file SerializableEnumeration.java

/**
 * ???
 *      
 * @author ???
 * @version $Revision: 2800 $
 */

From source file org.apache.ode.bpel.extvar.jdbc.RowSubset.java

class RowSubset extends ArrayList<Object> {
    private static final Log LOG = LogFactory.getLog(RowSubset.class);

    private static final long serialVersionUID = 1L;

    protected List<Column> _columns;

From source file importer.filters.MarkupSet.java

/**
 *
 * @author desmond
 */
public class MarkupSet extends ArrayList<Range> {
    /**

From source file uk.ac.tgac.rampart.stage.RampartStageList.java

/**
 * Created with IntelliJ IDEA.
 * User: maplesod
 * Date: 09/12/13
 * Time: 11:42
 * To change this template use File | Settings | File Templates.

From source file oxis.yologp.CommandLineMain.java

/**
 * Abstract object for when a main is runnable on the command line. The object
 * effectively provides a wrapper for command option processing utilising the
 * Apache Commons CLI library
 *
 * @author John May

From source file com.fastbootmobile.encore.service.PlaybackQueue.java

/**
 * Handles the playback of a list of songs
 */
public class PlaybackQueue extends ArrayList<Song> {
    private static final String TAG = "PlaybackQueue";
    private static final String KEY_SONGS = "songlist";

From source file org.freedesktop.mime.MagicEntry.java

@SuppressWarnings("serial")
public class MagicEntry extends ArrayList<Pattern> implements FreedesktopEntity, Comparable<MagicEntry> {

    public static class Pattern implements Comparable<Pattern> {
        private int indent = 0;
        private long offset;

From source file com.taobao.weex.dom.WXEvent.java

/**
 * Store value of component event
 */
public class WXEvent extends ArrayList<String> implements Serializable, Cloneable {

    private static final long serialVersionUID = -8186587029452440107L;