Package | Description |
---|---|
java.awt |
Contains all of the classes for creating user
interfaces and for painting graphics and images.
|
java.awt.font |
Provides classes and interface relating to fonts.
|
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 interfaces for monitoring and management of the
Java virtual machine and other components in the Java runtime.
|
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.nio.file |
Defines interfaces and classes for the Java virtual machine to access files,
file attributes, and file systems.
|
java.nio.file.attribute |
Interfaces and classes providing access to file and file system attributes.
|
java.security |
Provides the classes and interfaces for the security framework.
|
java.security.cert |
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
|
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.time |
The main API for dates, times, instants, and durations.
|
java.time.chrono |
Generic API for calendar systems other than the default ISO.
|
java.time.format |
Provides classes to print and parse dates and times.
|
java.time.temporal |
Access to date and time using fields and units, and date time adjusters.
|
java.time.zone |
Support for time-zones and their rules.
|
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.
|
java.util.stream |
Classes to support functional-style operations on streams of elements, such
as map-reduce transformations on collections.
|
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.plaf.nimbus |
Provides user interface objects built according to the cross-platform
Nimbus look and feel.
|
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.
|
javax.xml.ws.soap |
This package defines APIs specific to the SOAP binding.
|
Modifier and Type | Class and Description |
---|---|
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 |
GraphicsDevice.WindowTranslucency
Kinds of translucency supported by the underlying system.
|
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.
|
static class |
Window.Type
Enumeration of available window types.
|
Modifier and Type | Class and Description |
---|---|
static class |
NumericShaper.Range
A
NumericShaper.Range represents a Unicode range of a
script having its own decimal digits. |
Modifier and Type | Class and Description |
---|---|
class |
File
An abstract representation of file and directory pathnames.
|
class |
ObjectStreamField
A description of a Serializable field from a Serializable class.
|
Modifier and Type | Class and Description |
---|---|
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. |
static class |
Character.UnicodeScript
A family of character subsets representing the character scripts
defined in the
Unicode Standard Annex #24: Script Names.
|
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. |
static class |
ProcessBuilder.Redirect.Type
The type of a
ProcessBuilder.Redirect . |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ElementType
The constants of this enumerated type provide a simple classification of the
syntactic locations where annotations may appear in a Java program.
|
class |
RetentionPolicy
Annotation retention policy.
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryType
Types of
memory pools . |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
static class |
Authenticator.RequestorType
The type of the entity requesting authentication.
|
static class |
Proxy.Type
Represents the proxy type.
|
class |
StandardProtocolFamily
Defines the standard families of communication protocols.
|
class |
URI
Represents a Uniform Resource Identifier (URI) reference.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteBuffer
A byte buffer.
|
class |
CharBuffer
A char 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.
|
Modifier and Type | Class and Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
class |
Charset
A named mapping between sequences of sixteen-bit Unicode
Uses of Comparable in java.nio.file
Uses of Comparable in java.nio.file.attribute
Uses of Comparable in java.security
Uses of Comparable in java.security.cert
Uses of Comparable in java.sql
Uses of Comparable in java.text
Uses of Comparable in java.time
Uses of Comparable in java.time.chrono
Uses of Comparable in java.time.format
Uses of Comparable in java.time.temporal
Uses of Comparable in java.time.zone
Uses of Comparable in java.util
Uses of Comparable in java.util.concurrent
Uses of Comparable in java.util.stream
Uses of Comparable in javax.annotation
Uses of Comparable in javax.imageio.metadata
Uses of Comparable in javax.jws
Uses of Comparable in javax.jws.soap
Uses of Comparable in javax.lang.model
Uses of Comparable in javax.lang.model.element
Uses of Comparable in javax.lang.model.type
Uses of Comparable in javax.management
Uses of Comparable in javax.management.openmbean
Uses of Comparable in javax.naming
Uses of Comparable in javax.naming.ldap
Uses of Comparable in javax.net.ssl
Uses of Comparable in javax.swing
Uses of Comparable in javax.swing.event
Uses of Comparable in javax.swing.plaf.nimbus
Uses of Comparable in javax.swing.text
Uses of Comparable in javax.swing.text.html
Uses of Comparable in javax.tools
Uses of Comparable in javax.xml.bind.annotation
Uses of Comparable in javax.xml.ws
Uses of Comparable in javax.xml.ws.handler
Uses of Comparable in javax.xml.ws.soap
Submit a bug or feature |