Example usage for java.util AbstractList subclass-usage

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

Introduction

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

Usage

From source file com.perm.DoomPlay.SearchVkActivity.java

public class SearchVkActivity extends AbstractList {

    private EditText editQuery;

    @Override
    protected void onCreate(Bundle savedInstanceState) {

From source file com.perm.DoomPlay.ListVkActivity.java

public class ListVkActivity extends AbstractList {
    static String currentAction;
    public static final String actionMyMusic = "actionMyMusic";
    public static final String actionMyAlbums = "actionMyAlbums";
    public static final String actionJust = "actionJust";

From source file com.ibm.sbt.services.client.base.datahandlers.EntityList.java

public abstract class EntityList<Entity extends BaseEntity> extends AbstractList<Entity>
        implements ResponseProvider, Externalizable {

    private Response requestData;
    private List<Entity> entities;

From source file net.sf.jasperreports.engine.base.VirtualizableElementList.java

/**
 * List implementation that can virtualize blocks of elements.
 * 
 * @author Lucian Chirita (lucianc@users.sourceforge.net)
 */
public class VirtualizableElementList extends AbstractList<JRPrintElement> implements Serializable {

From source file org.apache.axis2.jaxws.addressing.util.ReferenceParameterList.java

/**
 * This class is used to provide a read-only list of reference parameters
 * via the JAX-WS 2.1 api.
 *
 * @see MessageContext#REFERENCE_PARAMETERS
 */

From source file com.asakusafw.runtime.flow.FileMapListBuffer.java

/**
 * Implementation of {@link ListBuffer} using a file as backing store.
 * @param <E> element type
 * @since 0.1.0
 * @version 0.7.0
 */

From source file CircularQueue.java

/**
 * A circular queue from mina
 * 
 * @author dennis
 * 
 * @param <E>

From source file com.github.helenusdriver.driver.impl.PersistedList.java

/**
 * The <code>PersistedList</code> class provides a {@link List} implementation
 * suitable to hold persisted values.
 *
 * @copyright 2015-2015 The Helenus Driver Project Authors
 *

From source file com.evolveum.midpoint.prism.xjc.AnyArrayList.java

/**
 * A list used for JAXB getAny() methods.
 * It is not used for normal prism operation, not even if compilte-time (JAXB) classes are used.
 * It is quite a bad way to use getAny() methods from the JAXB classes, it is much better to use
 * prism facet instead. However we need this to be fully JAXB compliant and therefore support
 * XML marshalling/unmarshalling. This is important e.g. for JAX-WS.

From source file org.leo.list.CombinedList.java

/**
 * CombinedList
 * <pre>
 * Internaly combine implementations of ArrayList, HashSet and TreeList
 * <pre>
 * @author Leo Lewis