Class BasePropertyPanel.IndexMapContains

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

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

      Fields 
      Modifier and Type Field Description
      protected IndexMap map
      The map.
    • 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

    • Constructor Detail

      • IndexMapContains

        public IndexMapContains​(IndexMap 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.