Package java.lang

Interface Comparable

All Known Implementing Classes:
BigInteger, Byte, Character, CollationKey, Date, Double, File, Float, Integer, Long, ObjectStreamField, Short, String

public interface Comparable
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • compareTo

      int compareTo(Object var0)