Uses of Interface java.lang.Comparable

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 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.charset

Classes implementing java.lang.Comparable

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.lang

Classes implementing java.lang.Comparable

class
Instances of class Boolean represent primitive boolean values.
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
This class represents a Java enumeration.
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.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 java.util

Classes implementing java.lang.Comparable

class
This class is an abstract base class for Calendars, which can be used to convert between Date objects and a set of integer fields which represent YEAR, MONTH, DAY, etc.
class
This class represents a specific time in milliseconds since the epoch.
class
This class represents the Gregorian calendar, that is used in most countries all over the world.
class
This class represents a 128-bit UUID value.

Uses in package java.nio

Classes implementing java.lang.Comparable

class
class
class
class
class
class
class
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<T>
Returns the maximal value that is allowed by this Formatter.
Comparable<T>
Returns the minimal value that is allowed by this Formatter.

Uses in package javax.swing

Constructors with parameter type java.lang.Comparable

SpinnerDateModel.SpinnerDateModel(Date value, Comparable<T> start, Comparable<T> end, int calendarField)
Constructs a SpinnerDateModel with the specified value, lower and upper bounds, and which spins the specified calendar field.
Creates a SpinnerNumberModel with the given attributes.

Methods with parameter type java.lang.Comparable

void
Sets the upper limit for the date/time value and, if the new limit is different to the old limit, sends a ChangeEvent to all registered listeners.
void
Sets the maximum value and, if the new value is different to the old value, sends a ChangeEvent to all registered listeners.
void
Sets the minimum value and, if the new value is different to the old value, sends a ChangeEvent to all registered listeners.
void
Sets the lower limit for the date/time value and, if the new limit is different to the old limit, sends a ChangeEvent to all registered listeners.

Methods with return type java.lang.Comparable

Comparable<T>
Returns the upper limit on the date/time value, or null if there is no maximum date/time.
Comparable<T>
Returns the maximum value, or null if there is no maximum.
Comparable<T>
Returns the minimum value, or null if there is no minimum.
Comparable<T>
Returns the lower limit on the date/time value, or null if there is no minimum date/time.

Uses in package javax.naming

Classes implementing java.lang.Comparable

class
Represents names that may span over several namespaces.
class
Represents hierarchical names from the single namespace.