Class StreamFilter

  • All Implemented Interfaces:
    IFilter

    public class StreamFilter
    extends java.lang.Object
    implements IFilter
    • Constructor Summary

      Constructors 
      Constructor Description
      StreamFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean filter​(java.lang.Object 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
    • Constructor Detail

      • StreamFilter

        public StreamFilter()
    • Method Detail

      • filter

        public boolean filter​(java.lang.Object obj)
        Description copied from interface: IFilter
        Test if an object passes the filter.
        Specified by:
        filter in interface IFilter
        Returns:
        True, if passes the filter.