| Package | Description |
|---|---|
| com.vividsolutions.jts.util |
Contains support classes for the Java Topology Suite.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CollectionUtil.apply(Collection
Executes a function on each item in a Collection but does not accumulate the result
|
static List |
CollectionUtil.select(Collection
Executes a
CollectionUtil.Function on each item in a Collection and collects all the entries for which the result of the function is equal to
Boolean
true.
|
static List |
CollectionUtil.transform(Collection
Executes a function on each item in a
Collection and returns the results in a new
List
|