Uses of Interface
org.locationtech.jts.util.CollectionUtil.Function
-
Packages that use CollectionUtil.Function Package Description org.locationtech.jts.util Contains support classes for the Java Topology Suite. -
-
Uses of CollectionUtil.Function in org.locationtech.jts.util
Methods in org.locationtech.jts.util with parameters of type CollectionUtil.Function Modifier and Type Method Description static voidCollectionUtil. apply(Collection coll, CollectionUtil.Function func)Executes a function on each item in a Collection but does not accumulate the resultstatic ListCollectionUtil. select(Collection collection, CollectionUtil.Function func)Executes aCollectionUtil.Functionon each item in a Collection and collects all the entries for which the result of the function is equal toBooleantrue.static ListCollectionUtil. transform(Collection coll, CollectionUtil.Function func)Executes a function on each item in aCollectionand returns the results in a newList
-