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

  • Type Parameters:
    T - Type of the values compared
    All Implemented Interfaces:
    java.io.Serializable, IArgumentMatcher

    public class LessThan<T extends java.lang.Comparable<T>>
    extends CompareTo<T>
    Author:
    OFFIS, Tammo Freese
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LessThan​(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 java.lang.Object

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

      • LessThan

        public LessThan​(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>>