Example usage for java.util List interface-usage

List of usage examples for java.util List interface-usage

Introduction

In this page you can find the example usage for java.util List interface-usage.

Usage

From source file lineage2.commons.collections.LazyArrayList.java

/**
 * @author Mobius
 * @version $Revision: 1.0 $
 */
@SuppressWarnings("unchecked")
public class LazyArrayList<E> implements List<E>, RandomAccess, Cloneable, java.io.Serializable {

From source file org.apache.jackrabbit.core.state.ChildNodeEntries.java

/**
 * <code>ChildNodeEntries</code> represents an insertion-ordered
 * collection of <code>ChildNodeEntry</code>s that also maintains
 * the index values of same-name siblings on insertion and removal.
 * <p/>
 * <code>ChildNodeEntries</code> also provides an unmodifiable

From source file org.apache.jackrabbit.core.state.ChildNodeEntries.java

/**
 * <code>ChildNodeEntries</code> represents an insertion-ordered
 * collection of <code>ChildNodeEntry</code>s that also maintains
 * the index values of same-name siblings on insertion and removal.
 * <p/>
 * <code>ChildNodeEntries</code> also provides an unmodifiable

From source file gate.creole.gazetteer.LinearDefinition.java

/**
 * Represents a Linear Definition [lists.def] file <br>
 * The normal usage of the class will be * construct it * setURL * load
 * * change * store
 */
public class LinearDefinition extends gate.creole.AbstractLanguageResource implements List<LinearNode> {

From source file org.apache.hadoop.hive.ql.exec.persistence.FlatRowContainer.java

@SuppressWarnings("deprecation")
public class FlatRowContainer extends AbstractCollection<Object>
        implements MapJoinRowContainer, AbstractRowContainer.RowIterator<List<Object>>, List<Object> {
    private static final Object[] EMPTY_OBJECT_ARRAY = new Object[0];
    private static final int UNKNOWN = Integer.MAX_VALUE;

From source file cross.datastructures.fragments.CachedList.java

/**
 * Implementation of a cached list for indexed data access on
 * {@link IVariableFragment} instances.
 *
 * @author Nils Hoffmann
 *

From source file regexgaz.LinearDefinition.java

/**
 * Represents a Linear Definition [lists.def] file <br>
 * The normal usage of the class will be * construct it * setURL * load * change
 * * store
 */
public class LinearDefinition extends AbstractLanguageResource implements List<LinearNode> {

From source file org.jrimum.utilix.text.AbstractLineOfFields.java

/**
 * <p>
 * Uma lista sequencial de campos string.
 * </p>
 * 
 * @author <a href="http://gilmatryx.googlepages.com/">Gilmar P.S.L</a>

From source file org.kuali.kra.budget.calculator.QueryList.java

/**
 * This class...
 */
public final class QueryList<E> implements List<E>, RandomAccess, Cloneable, Serializable {

    private static final long serialVersionUID = -3215265492607686197L;

From source file org.latticesoft.util.container.VarBean.java

/**
 * @author clgoh
 */
public class VarBean implements Data, List, Serializable {

    private static final long serialVersionUID = 20050524161635L;