Class Filters


  • public class Filters
    extends java.lang.Object
    Provides a generic AllPass filter.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Filter<java.lang.Object> AllPass
      An instance of Filter that accepts any object.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • AllPass

        public static final Filter<java.lang.Object> AllPass
        An instance of Filter that accepts any object.