MindFusion.Charting for Java Programmer's Guide |
CommonUtils.filter(T, D) Method |
See Also |
![]() ![]() |
Creates Iterable that iterates only over the subset of the given Iterable that consist of elements of desired type.
Namespace: com.mindfusion.common
File: com.mindfusion.common
Java
![]() |
---|
public static <T, D> Iterable<D> filter ( |
the collection of items that can be of different type.
the class of the items in the collection to be returned.
An iterator over the collection items of the desired type.
© 2022 MindFusion |