GNU Classpath (0.95) | |
Frames | No Frames |
Classes implementing java.lang.Comparable | |
class |
A URI instance represents that defined by
RFC3986,
with some deviations.
|
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).
|
Classes implementing java.lang.Comparable | |
class |
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. |
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. |
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. |
Classes implementing java.lang.Comparable | |
class | This class represents a pre-computed series of bits representing a
String for under a particular Collator . |
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.
|
Classes implementing java.lang.Comparable | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
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.
|
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.
| |
SpinnerNumberModel.SpinnerNumberModel(Number value, Comparable<T> minimum, Comparable<T> maximum, Number stepSize) 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.
|
Classes implementing java.lang.Comparable | |
class | Represents names that may span over several namespaces. |
class | Represents hierarchical names from the single namespace. |
GNU Classpath (0.95) |