org.squashtest.csp.tm.infrastructure.filter
Class FilteredCollectionHolder<COLLECTION extends Collection<?>>

java.lang.Object
  extended by org.squashtest.csp.tm.infrastructure.filter.FilteredCollectionHolder<COLLECTION>

public class FilteredCollectionHolder<COLLECTION extends Collection<?>>
extends Object

Result of a filtered collection query.

Author:
Gregory Fouquet

Constructor Summary
FilteredCollectionHolder(long unfilteredResultCount, COLLECTION filteredCollection)
           
 
Method Summary
 COLLECTION getFilteredCollection()
           
 long getUnfilteredResultCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilteredCollectionHolder

public FilteredCollectionHolder(long unfilteredResultCount,
                                COLLECTION filteredCollection)
Method Detail

getUnfilteredResultCount

public long getUnfilteredResultCount()

getFilteredCollection

public COLLECTION getFilteredCollection()


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.