public interface Splitter
| Modifier and Type | Method and Description |
|---|---|
<T extends HasGeometry> |
split(List<T> items,
int minSize)
Splits a list of items into two lists of at least minSize.
|
<T extends HasGeometry> ListPair<T> split(List<T> items, int minSize)
T - geometry typeitems - list of items to splitminSize - min size of each listCopyright © 2013–2024. All rights reserved.