Uses of Interface java.lang.Comparable

Uses in package javax.swing

Constructors with parameter type java.lang.Comparable

SpinnerDateModel.SpinnerDateModel(Date value, Comparable start, Comparable end, int calendarField)
Constructs a SpinnerDateModel which spins a given calendar field, using a given date and start and end date limits.
Creates a SpinnerNumberModel with Numbers and Comparables.

Methods with parameter type java.lang.Comparable

void
Sets the end date limit for the sequence.
void
void
void
Sets the starting date limit for the sequence.

Methods with return type java.lang.Comparable

Comparable
Returns the end limit of the SpinnerModel.
Comparable
Comparable
Comparable
Returns the starting limit of the SpinnerModel.

Uses in package java.math

Classes implementing java.lang.Comparable

class
class
Written using on-line Java Platform 1.2 API Specification, as well as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998) and "Applied Cryptography, Second Edition" by Bruce Schneier (Wiley, 1996).

Uses in package java.nio

Classes implementing java.lang.Comparable

class
class
class
class
class
class
class
class

Uses in package java.io

Classes implementing java.lang.Comparable

class
This class represents a file or directory on a local disk.
class
This class intends to describe the field of a class for the serialization subsystem.

Uses in package java.sql

Classes implementing java.lang.Comparable

class
This class is a wrapper around java.util.Date to allow the JDBC driver to identify the value as a SQL Date.
class
This class is a wrapper around java.util.Date to allow the JDBC driver to identify the value as a SQL Time.
class
This class is a wrapper around java.util.Date to allow the JDBC driver to identify the value as a SQL Timestamp.

Uses in package java.net

Classes implementing java.lang.Comparable

class
A URI instance represents that defined by RFC3986, with some deviations.

Uses in package javax.swing.text.html

Classes implementing java.lang.Comparable

class
Represents a HTML tag.
class
Represents an unknown HTML tag.

Uses in package java.lang

Classes implementing java.lang.Comparable

class
Instances of class Byte represent primitive byte values.
class
Wrapper class for the primitive char data type.
class
Instances of class Double represent primitive double values.
class
Instances of class Float represent primitive float values.
class
Instances of class Integer represent primitive int values.
class
Instances of class Long represent primitive long values.
class
Instances of class Short represent primitive short values.
class
Strings represent an immutable set of characters.

Uses in package java.nio.charset

Classes implementing java.lang.Comparable

class

Uses in package javax.swing.text

Methods with parameter type java.lang.Comparable

void
Sets the maximum value that is allowed by this Formatter.
void
Sets the minimum value that is allowed by this Formatter.

Methods with return type java.lang.Comparable

Comparable
Returns the maximal value that is allowed by this Formatter.
Comparable
Returns the minimal value that is allowed by this Formatter.

Uses in package javax.naming

Classes implementing java.lang.Comparable

class
class

Uses in package java.text

Classes implementing java.lang.Comparable

class
This class represents a pre-computed series of bits representing a String for under a particular Collator.

Uses in package javax.imageio.metadata

Methods with parameter type java.lang.Comparable

void
IIOMetadataFormatImpl.addObjectValue(String elementName, Class classType, Object defaultValue, Comparable minValue, Comparable maxValue, boolean minInclusive, boolean maxInclusive)

Methods with return type java.lang.Comparable

Comparable
Comparable
Comparable
Comparable

Uses in package java.util

Classes implementing java.lang.Comparable

class
This class represents a specific time in milliseconds since the epoch.