Package | Description |
---|---|
org.locationtech.jts.util |
Contains support classes for the Java Topology Suite.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
CollectionUtil.apply(java.util.Collection coll,
CollectionUtil.Function func) |
Executes a function on each item in a Collection but does
not accumulate the result
|
static java.util.List |
CollectionUtil.select(java.util.Collection collection,
CollectionUtil.Function func) |
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 java.util.List |
CollectionUtil.transform(java.util.Collection coll,
CollectionUtil.Function func) |
Executes a function on each item in a
Collection
and returns the results in a new List |
Copyright © 2018. All rights reserved.