Interface ObjectShortComparator<KType>


@Generated(date="2021-12-15T09:45:34+0100", value="KTypeVTypeComparator.java") public interface ObjectShortComparator<KType>
Compares two Object, short pairs.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    compare(KType k1, short v1, KType k2, short v2)
     
  • Method Details

    • compare

      int compare(KType k1, short v1, KType k2, short v2)