程序包 | 说明 |
---|---|
org.opencms.gwt.client.util |
Utility classes for GWT.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsListSplitter<T extends I_CmsHasSize>
A utility class for partitioning a list of items (each of which has a given size) into one or more batches
of consecutive items such that each batch except the last one consists of just enough items to make the total
sum of item sizes in the batch greater or equal than a given parameter.
|