Class Nothing

  • All Implemented Interfaces:
    Quality<java.lang.Object>

    public final class Nothing
    extends QualityComposition<java.lang.Object>
    A Quality that never matches.

    This may be useful for testing Qualitys.

    • Constructor Summary

      Constructors 
      Constructor Description
      Nothing()
      Creates a Quality that never matches.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Nothing

        public Nothing()
        Creates a Quality that never matches.