| 
 | JavaTM 2 Platform Standard Edition | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Comparable | |
| java.io | Provides for system input and output through data streams, serialization and the file system. | 
| java.lang | Provides classes that are fundamental to the design of the Java programming language. | 
| java.math | Provides classes for performing arbitrary-precision integer arithmetic (BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal). | 
| java.sql | Provides the JDBC package. | 
| java.text | Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages. | 
| java.util | Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). | 
| Uses of Comparable in java.io | 
| Classes in java.io that implement Comparable | |
|  class | FileAn abstract representation of file and directory pathnames. | 
|  class | ObjectStreamFieldA description of a Serializable field from a Serializable class. | 
| Uses of Comparable in java.lang | 
| Classes in java.lang that implement Comparable | |
|  class | ByteThe Byte class is the standard wrapper for byte values. | 
|  class | CharacterThe Character class wraps a value of the primitive type charin an object. | 
|  class | DoubleThe Double class wraps a value of the primitive type doublein an object. | 
|  class | FloatThe Float class wraps a value of primitive type floatin
 an object. | 
|  class | IntegerThe Integer class wraps a value of the primitive type intin an object. | 
|  class | LongThe Long class wraps a value of the primitive type longin an object. | 
|  class | ShortThe Short class is the standard wrapper for short values. | 
|  class | StringThe Stringclass represents character strings. | 
| Uses of Comparable in java.math | 
| Classes in java.math that implement Comparable | |
|  class | BigDecimalImmutable, arbitrary-precision signed decimal numbers. | 
|  class | BigIntegerImmutable arbitrary-precision integers. | 
| Uses of Comparable in java.sql | 
| Classes in java.sql that implement Comparable | |
|  class | TimeA thin wrapper around java.util.Datethat allows
 JDBC to identify this as a SQL TIME value. | 
|  class | TimestampThis class is a thin wrapper around java.util.Date that allows JDBC to identify this as a SQL TIMESTAMP value. | 
| Uses of Comparable in java.text | 
| Classes in java.text that implement Comparable | |
|  class | CollationKeyA CollationKeyrepresents aStringunder the
 rules of a specificCollatorobject. | 
| Uses of Comparable in java.util | 
| Classes in java.util that implement Comparable | |
|  class | DateThe class Daterepresents a specific instant
 in time, with millisecond precision. | 
| 
 | JavaTM 2 Platform Standard Edition | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||