Package org.fenixedu.cms.ui
Class SearchUtils.Partition<T>
- java.lang.Object
-
- org.fenixedu.cms.ui.SearchUtils.Partition<T>
-
- Enclosing class:
- SearchUtils
public static class SearchUtils.Partition<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description Partition(Collection<T> allItems, Comparator<T> comparator, int itemsPerPartition, int currentPartition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<T>getItems()intgetItemsPerPartition()intgetNumber()intgetNumPartitions()booleanisFirst()booleanisLast()
-
-
-
Constructor Detail
-
Partition
public Partition(Collection<T> allItems, Comparator<T> comparator, int itemsPerPartition, int currentPartition)
-
-