Class LessOrEqual<T extends java.lang.Comparable<T>>

  • All Implemented Interfaces:
    java.io.Serializable, org.hamcrest.Matcher<T>, org.hamcrest.SelfDescribing

    public class LessOrEqual<T extends java.lang.Comparable<T>>
    extends CompareTo<T>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LessOrEqual​(java.lang.Comparable<T> value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getName()  
      protected boolean matchResult​(int result)  
      • Methods inherited from class org.hamcrest.BaseMatcher

        _dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
      • Methods inherited from class java.lang.Object

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

      • LessOrEqual

        public LessOrEqual​(java.lang.Comparable<T> value)
    • Method Detail

      • getName

        protected java.lang.String getName()
        Specified by:
        getName in class CompareTo<T extends java.lang.Comparable<T>>
      • matchResult

        protected boolean matchResult​(int result)
        Specified by:
        matchResult in class CompareTo<T extends java.lang.Comparable<T>>