Example usage for java.util LinkedList subclass-usage

List of usage examples for java.util LinkedList subclass-usage

Introduction

In this page you can find the example usage for java.util LinkedList subclass-usage.

Usage

From source file cai.flow.collector.Aggregate.java

public class Aggregate extends LinkedList {
    /**
     * 
     */
    private static final long serialVersionUID = 9049626103334099526L;

From source file org.artificer.integration.artifactbuilder.IndexedArtifactCollection.java

/**
 * A {@link List} implementation that indexes the artifacts added to it.  This index can be used for fast lookup of
 * various types of primary and derived artifacts, while building the set prior to persisting.
 *
 * @author eric.wittmann@redhat.com
 */

From source file org.overlord.sramp.common.artifactbuilder.IndexedArtifactCollection.java

/**
 * A {@link List} implementation that indexes the artifacts added to it.  This index can be used for fast lookup of
 * various types of primary and derived artifacts, while building the set prior to persisting.
 *
 * @author eric.wittmann@redhat.com
 */

From source file org.overlord.sramp.integration.artifactbuilder.IndexedArtifactCollection.java

/**
 * A {@link List} implementation that indexes the artifacts added to it.  This index can be used for fast lookup of
 * various types of primary and derived artifacts, while building the set prior to persisting.
 *
 * @author eric.wittmann@redhat.com
 */

From source file org.apache.juneau.rest.client.NameValuePairs.java

/**
 * Convenience class for constructing instances of <code>List&lt;NameValuePair&gt;</code>
 *    for the {@link UrlEncodedFormEntity} class.
 * <p>
 * Instances of this method can be passed directly to the {@link RestClient#doPost(Object, Object)} method or
 * {@link RestCall#input(Object)} methods to perform URL-encoded form posts.