Package dev.javatools.maputils
Class MapFilter
java.lang.Object
dev.javatools.maputils.MapFilter
public class MapFilter
extends java.lang.Object
Coming soon: This will filter the maps based on the filter criteria provides and responds with the list of maps that satisfy the filter condition.
-
Constructor Details
-
MapFilter
public MapFilter()
-
-
Method Details
-
filter
public java.util.List<java.util.Map> filter(java.util.Map filter, java.util.List<java.util.Map> source)TODO: Implementation coming soon.- Parameters:
filter- - filters that need to be applied on the map to confirm that this map is eligible for those filterssource- - maps that need to be checked to make sure whether it satisfies those filters or not.- Returns:
- - list of maps that are eligible for the given filter
-