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 Main.java

public class Main extends ArrayList<Integer> {

    public static void main(String[] args) {

        Main arrlist = new Main();

From source file com.grepsound.model.Tracks.java

/**
 * "THE BEER-WARE LICENSE" (Revision 42):
 * <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
 * can do whatever you want with this stuff. If we meet some day, and you think
 * this stuff is worth it, you can buy me a beer in return
 *

From source file com.grepsound.model.Users.java

/**
 * "THE BEER-WARE LICENSE" (Revision 42):
 * <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
 * can do whatever you want with this stuff. If we meet some day, and you think
 * this stuff is worth it, you can buy me a beer in return
 *

From source file Main.java

class IntegerClass extends ArrayList<Integer> {
    public IntegerClass() {
        // no argument constructor
    }
}

From source file com.gs.config.ListUsersBlocked.java

/**
 *
 * @author SIGSA
 */
@Component
public class ListUsersBlocked extends ArrayList {

From source file org.maochen.datastructure.DTree.java

/**
 * Copyright 2014-2015 maochen.org
 * Author: Maochen.G   contact@maochen.org
 * For the detail information about license, check the LICENSE.txt
 * <p>
 * This program is free software; you can redistribute it and/or modify

From source file com.opentok.ArchiveList.java

/**
 * Represents an list of archives of OpenTok session(s).
 */
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
public class ArchiveList extends ArrayList<Archive> {

From source file Main.java

class StringList extends ArrayList<String> {
}

From source file com.aol.one.patch.testobj.PatchableList.java

/**
 * @author Madhu Ramanna <madhu.ramanna@advertising.com> dt 2/1/16.
 */

public class PatchableList extends ArrayList<String> implements Patchable {

From source file pl.chilldev.web.core.util.PhrasesList.java

/**
 * Phrases container.
 *
 * @version 0.0.1
 * @since 0.0.1
 */