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 org.openmrs.logic.result.Result.java

/**
 * A result from the logic service. A result can be 0-to-n date-values pairs. You can treat the
 * result as a list or easily coerce it into a simple value as needed. <br>
 * <br>
 * When possible, results carry references to more complex objects so that code that deals with
 * results and has some prior knowledge of the objects returned by a particular rule can more easily

From source file com.netspective.axiom.sql.QueryExecutionLog.java

public class QueryExecutionLog extends ArrayList {
    private static final Log log = LogFactory.getLog(QueryExecutionLog.class);

    public final class QueryExecutionStatistics {
        public int resetAfterCount;
        public int totalExecutions;

From source file com.concursive.connect.indexer.IndexerQueryResultList.java

/**
 * @author jfielek, matt rajkowski
 * @created Jan 15, 2009
 */
public class IndexerQueryResultList extends ArrayList<IndexerQueryResult> {

From source file org.dlw.ai.blackboard.knowledge.KnowledgeSourcesImpl.java

/**
 * This class provides a data structure for the collection of
 * {@link KnowledgeSources} implemented. It implements 13 knowledge sources at
 * present to solve a cryptogram problem using a blackboard artificial
 * intelligence model.
 * 

From source file com.concursive.connect.cms.portal.dao.DashboardTemplateList.java

/**
 * Provides a list of portal page templates
 *
 * @author matt rajkowski
 * @version $Id$
 * @created January 20, 2008

From source file com.concursive.connect.web.modules.api.beans.Transaction.java

/**
 * A Transaction is an array of TransactionItems. When a system requests a
 * transaction to be performed on an object -- for example, inserting records
 * -- a Transaction is built from XML.<p>
 * <p/>
 * After the object is built, the transaction items can be executed.

From source file BeanArrayList.java

/** This is an extension of ArrayList that provides some handy utilities for working with JavaBeans.
 * Includes basic statistical information, page chunking and storing and can also be used as a manager for
 * indexed properies and supports PropertyChangeEvents.
 *
 * @version $Rev: 79 $
 * @author  <a href="cooper@screaming-penguin.com">Robert Cooper</a>

From source file com.concursive.connect.cms.portal.dao.DashboardPortletList.java

/**
 * Represents the portlets used on a dashboard page
 *
 * @author matt rajkowski
 * @version $Id$
 * @created January 20, 2008

From source file com.adito.extensions.ExtensionBundle.java

/**
 * Extension bundles describe a collection of <i>Extension Descriptors</i>.
 * <p>
 * A bundle may come from one of two places, either the <i>Adito Application Store</i>
 * or from an installed extension bundle retrieved via the <i>Repository</i>.
 * <p>

From source file com.sslexplorer.extensions.ExtensionBundle.java

/**
 * Extension bundles describe a collection of <i>Extension Descriptors</i>.
 * <p>
 * A bundle may come from one of two places, either the <i>3SP Application Store</i>
 * or from an installed extension bundle retrieved via the <i>Repository</i>.
 * <p>