Class UTF

    • Constructor Detail

      • UTF

        public UTF()
      • UTF

        public UTF​(java.lang.String value)
    • Method Detail

      • compare

        public int compare​(DataValueDescriptor other)
        Description copied from class: UserType
        Orderable interface
        Specified by:
        compare in interface DataValueDescriptor
        Overrides:
        compare in class UserType
        Parameters:
        other - The Orderable to compare this one to.
        Returns:
        <0 - this Orderable is less than other. 0 - this Orderable equals other. >0 - this Orderable is greater than other. The code should not explicitly look for -1, or 1.
        See Also:
        Orderable