org.squashtest.csp.tm.infrastructure.filter
Class FilteredCollectionHolder<COLLECTION extends Collection<?>>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilteredCollectionHolder
public FilteredCollectionHolder(long unfilteredResultCount,
COLLECTION filteredCollection)
getUnfilteredResultCount
public long getUnfilteredResultCount()
getFilteredCollection
public COLLECTION getFilteredCollection()
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.