|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comparable | |
---|---|
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
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.lang.annotation | Provides library support for the Java programming language annotation facility. |
java.lang.management | Provides the management interface for monitoring and management of the Java virtual machine as well as the operating system on which the Java virtual machine is running. |
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.nio | Defines buffers, which are containers for data, and provides an overview of the other NIO packages. |
java.nio.charset | Defines charsets, decoders, and encoders, for translating between bytes and Unicode characters. |
java.security | Provides the classes and interfaces for the security framework. |
java.sql | Provides the API for accessing and processing data stored in a data source (usually a relational database) using the JavaTM programming language. |
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). |
java.util.concurrent | Utility classes commonly useful in concurrent programming. |
javax.annotation | |
javax.imageio.metadata | A package of the Java Image I/O API dealing with reading and writing metadata. |
javax.jws | |
javax.jws.soap | |
javax.lang.model | Classes and hierarchies of packages used to model the Java programming language. |
javax.lang.model.element | Interfaces used to model elements of the Java programming language. |
javax.lang.model.type | Interfaces used to model Java programming language types. |
javax.management | Provides the core classes for the Java Management Extensions. |
javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. |
javax.naming | Provides the classes and interfaces for accessing naming services. |
javax.naming.ldap | Provides support for LDAPv3 extended operations and controls. |
javax.net.ssl | Provides classes for the secure socket package. |
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
javax.swing.event | Provides for events fired by Swing components. |
javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. |
javax.swing.text.html | Provides the class HTMLEditorKit and supporting classes
for creating HTML text editors. |
javax.tools | Provides interfaces for tools which can be invoked from a program, for example, compilers. |
javax.xml.bind.annotation | Defines annotations for customizing Java program elements to XML Schema mapping. |
javax.xml.ws | This package contains the core JAX-WS APIs. |
javax.xml.ws.handler | This package defines APIs for message handlers. |
Uses of Comparable in java.awt |
---|
Classes in java.awt that implement Comparable | |
---|---|
static class |
Component.BaselineResizeBehavior
Enumeration of the common ways the baseline of a component can change as the size changes. |
static class |
Desktop.Action
Represents an action type. |
static class |
Dialog.ModalExclusionType
Any top-level window can be marked not to be blocked by modal dialogs. |
static class |
Dialog.ModalityType
Modal dialogs block all input to some top-level windows. |
static class |
MultipleGradientPaint.ColorSpaceType
The color space in which to perform the gradient interpolation. |
static class |
MultipleGradientPaint.CycleMethod
The method to use when painting outside the gradient bounds. |
static class |
TrayIcon.MessageType
The message type determines which icon will be displayed in the caption of the message, and a possible system sound a message may generate upon showing. |
Uses of Comparable in java.io |
---|
Classes in java.io that implement Comparable | |
---|---|
class |
File
An abstract representation of file and directory pathnames. |
class |
ObjectStreamField
A description of a Serializable field from a Serializable class. |
Uses of Comparable in java.lang |
---|
Classes in java.lang that implement Comparable | |
---|---|
class |
Boolean
The Boolean class wraps a value of the primitive type boolean in an object. |
class |
Byte
The Byte class wraps a value of primitive type byte
in an object. |
class |
Character
The Character class wraps a value of the primitive
type char in an object. |
class |
Double
The Double class wraps a value of the primitive type
double in an object. |
class |
Enum<E extends Enum<E>>
This is the common base class of all Java language enumeration types. |
class |
Float
The Float class wraps a value of primitive type
float in an object. |
class |
Integer
The Integer class wraps a value of the primitive type
int in an object. |
class |
Long
The Long class wraps a value of the primitive type long in an object. |
class |
Short
The Short class wraps a value of primitive type short in an object. |
class |
String
The String class represents character strings. |
static class |
Thread.State
A thread state. |
Uses of Comparable in java.lang.annotation |
---|
Classes in java.lang.annotation that implement Comparable | |
---|---|
class |
ElementType
A program element type. |
class |
RetentionPolicy
Annotation retention policy. |
Uses of Comparable in java.lang.management |
---|
Classes in java.lang.management that implement Comparable | |
---|---|
class |
MemoryType
Types of memory pools . |
Uses of Comparable in java.math |
---|
Classes in java.math that implement Comparable | |
---|---|
class |
BigDecimal
Immutable, arbitrary-precision signed decimal numbers. |
class |
BigInteger
Immutable arbitrary-precision integers. |
class |
RoundingMode
Specifies a rounding behavior for numerical operations capable of discarding precision. |
Uses of Comparable in java.net |
---|
Classes in java.net that implement Comparable | |
---|---|
static class |
Authenticator.RequestorType
The type of the entity requesting authentication. |
static class |
Proxy.Type
Represents the proxy type. |
class |
URI
Represents a Uniform Resource Identifier (URI) reference. |
Uses of Comparable in java.nio |
---|
Classes in java.nio that implement Comparable | |
---|---|
class |
ByteBuffer
A byte buffer. |
class |
CharBuffer
A character buffer. |
class |
DoubleBuffer
A double buffer. |
class |
FloatBuffer
A float buffer. |
class |
IntBuffer
An int buffer. |
class |
LongBuffer
A long buffer. |
class |
MappedByteBuffer
A direct byte buffer whose content is a memory-mapped region of a file. |
class |
ShortBuffer
A short buffer. |
Uses of Comparable in java.nio.charset |
---|
Classes in java.nio.charset that implement Comparable | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
class |
Charset
A named mapping between sequences of sixteen-bit Unicode
Submit a bug or feature For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy. |