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 Summary

    Constructors 
    Constructor Description
    MapFilter()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.util.Map> filter​(java.util.Map filter, java.util.List<java.util.Map> source)
    TODO: Implementation coming soon.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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 filters
      source - - 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