Class StandardReferenceTypeHandler.PreparedComparisonImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(java.lang.Object obj)
      return a negative int, zero or a positive int if the object being held in 'this' is smaller, equal or greater than the passed object.

      Typical implementation: return this.object - obj;
      • Methods inherited from class java.lang.Object

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

      • PreparedComparisonImpl

        public PreparedComparisonImpl​(int id,
                                      ReflectClass claxx)
    • Method Detail

      • compareTo

        public int compareTo​(java.lang.Object obj)
        Description copied from interface: PreparedComparison
        return a negative int, zero or a positive int if the object being held in 'this' is smaller, equal or greater than the passed object.

        Typical implementation: return this.object - obj;
        Specified by:
        compareTo in interface PreparedComparison