Class CollectionSizeCondition<T extends java.util.Collection>

  • All Implemented Interfaces:
    ICondition<T>

    public class CollectionSizeCondition<T extends java.util.Collection>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(T value)  
      java.lang.String toString()  
      java.lang.String toText()  
      • Methods inherited from class java.lang.Object

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

      • CollectionSizeCondition

        public CollectionSizeCondition​(int size)
    • Method Detail

      • accept

        public boolean accept​(T value)
      • toText

        public java.lang.String toText()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object