Example usage for java.util Collection interface-usage

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

Introduction

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

Usage

From source file org.exoplatform.social.core.activity.filter.ActivityCounter.java

public class ActivityCounter implements Collection<ExoSocialActivity> {

    private String[] ids;
    private List<ExoSocialActivity> gotList = null;

    /**

From source file com.bbs.util.PartialCollection.java

/**
 * <p>This collection contains part of some collection of entities and
 * total number of elements of initial collection
 * </p>
 *
 * @author Sergey Zubtcovskii <a href="mailto:sergey.zubtcovskii@blandware.com">&lt;sergey.zubtcovskii@blandware.com&gt;</a>

From source file com.searchbox.core.dm.MultiCollection.java

public class MultiCollection implements Collection, SearchableCollection {

    @SearchAttribute
    protected String name;

    @SearchAttribute

From source file org.inwiss.platform.common.util.PartialCollection.java

/**
 * <p>This collection contains part of some collection of entities and
 * total number of elements of initial collection
 * </p>
 *
 * @author Sergey Zubtsovskiy <a href="mailto:sergey.zubtsovskiy@blandware.com">&lt;sergey.zubtsovskiy@blandware.com&gt;</a>

From source file de.dhke.projects.cutil.collections.ExtractorCollection.java

/**
 * Wrapper collection that supports transformed reading from
 * another collection.
 * <p/>
 * Can bee seen as as the "reader" variant of {@link TransformedCollection},
 * which transforms items <em>ADDED</em> to a collection.

From source file org.exoplatform.social.core.activity.filter.ActivityIterator.java

public class ActivityIterator implements Collection<ExoSocialActivity> {
    private final long offset;
    private final long limit;
    private final long totalSize;
    private long skip;
    private String[] ids;

From source file FileSerializeCollection.java

/**
 * This class is a collection that do not hold stored elements in memory, but
 * serialize it into a file
 * 
 * @author Marc Woerlein (woerlein@informatik.uni-erlangen.de)
 * 

From source file org.exoplatform.faq.service.search.AnswerSearchResult.java

public class AnswerSearchResult implements Collection<ObjectSearchResult> {
    private final long offset;
    private final long limit;
    private final long totalSize;
    private long skip;
    private String[] ids;

From source file org.latticesoft.app.RunnableBeans.java

/**
 * For RunnableBeans this is a version which contains BeanCommand.
 * This is so that you can run several methods on the same bean
 * Why not a param, you might ask? It is because that each method 
 * might take different parameter. So in order to cater for multi-method
 * invocation we need to have a container of BeanCommand that work that

From source file org.exoplatform.forum.service.search.DiscussionSearchResult.java

/**
 * Created by The eXo Platform SAS
 * Author : eXoPlatform
 *          exo@exoplatform.com
 * May 16, 2013  
 */