Java Platform 1.2
Beta 4

Uses of Interface
java.lang.Comparable

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.net Provides the classes for implementing networking applications.  
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 Provides useful utilities for data structures, date, time, internationalization, events (root interfaces), a simple string tokenizer, a random-number generator, observers, properties and exceptions.  
 

Uses of Comparable in java.io
 

Classes in java.io that implement Comparable
  File
          An abstract representation of file and directory pathnames.
  ObjectStreamField
          A description of a Serializable field from a Serializable class.
 

Uses of Comparable in java.lang
 

Classes in java.lang that implement Comparable
  Byte
          The Byte class is the standard wrapper for byte values.
  Character
          The Character class wraps a value of the primitive type char in an object.
  Double
          The Double class wraps a value of the primitive type double in an object.
  Float
          The Float class wraps a value of primitive type float in an object.
  Integer
          The Integer class wraps a value of the primitive type int in an object.
  Long
          The Long class wraps a value of the primitive type long in an object.
  Short
          The Short class is the standard wrapper for short values.
  String
          The String class represents character strings.
 

Uses of Comparable in java.math
 

Classes in java.math that implement Comparable
  BigDecimal
          Immutable, arbitrary-precision signed decimal numbers.
  BigInteger
          Immutable arbitrary-precision integers.
 

Uses of Comparable in java.net
 

Classes in java.net that implement Comparable
  URL
          Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
 

Uses of Comparable in java.sql
 

Classes in java.sql that implement Comparable
  Time
          This class is a thin wrapper around java.util.
  Timestamp
          This class is a thin wrapper around java.util.
 

Uses of Comparable in java.text
 

Classes in java.text that implement Comparable
  CollationKey
          A CollationKey represents a String under the rules of a specific Collator object.
 

Uses of Comparable in java.util
 

Classes in java.util that implement Comparable
  Date
          The class Date represents a specific instant in time, with millisecond precision.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.