Interface IntComparator


public interface IntComparator
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    compare(int fst, int scnd)
     
  • Method Details

    • compare

      int compare(int fst, int scnd)