Class BasePropertyPanel.MapContains

  • All Implemented Interfaces:
    IFilter<java.lang.String>
    Enclosing class:
    BasePropertyPanel

    public static final class BasePropertyPanel.MapContains
    extends java.lang.Object
    implements IFilter<java.lang.String>
    Map containment filter.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.String,​?> map
      The map.
    • Constructor Summary

      Constructors 
      Constructor Description
      MapContains​(java.util.Map<java.lang.String,​?> map)
      Creates a new filter.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean filter​(java.lang.String obj)
      Test if an object passes the filter.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • map

        protected java.util.Map<java.lang.String,​?> map
        The map.
    • Constructor Detail

      • MapContains

        public MapContains​(java.util.Map<java.lang.String,​?> map)
        Creates a new filter.
        Parameters:
        map - The map.
    • Method Detail

      • filter

        public boolean filter​(java.lang.String obj)
        Test if an object passes the filter.
        Specified by:
        filter in interface IFilter<java.lang.String>
        Returns:
        True, if passes the filter.