| Interface | Description |
|---|---|
| [source] Compare | |
| [source] ExtensionInstallationProvider |
This interface defines the contract a extension installation capable
provided to the extension installation dependency mechanism to
install new extensions on the user's disk
|
| [source] JavaIOAccess | |
| [source] JavaIOFileDescriptorAccess | |
| [source] JavaLangAccess | |
| [source] JavaNetAccess | |
| [source] JavaSecurityProtectionDomainAccess | |
| [source] JavaSecurityProtectionDomainAccess.ProtectionDomainCache | |
| [source] JavaUtilJarAccess | |
| [source] RegexpTarget |
A class to define actions to be performed when a regular expression match
occurs.
|
| [source] SignalHandler |
This is the signal handler interface expected in
Signal.handle. |
| [source] Timeable |
This interface is used by the Timer class.
|
| [source] VMNotification | Deprecated |
| Class | Description |
|---|---|
| [source] ASCIICaseInsensitiveComparator |
Implements a locale and case insensitive comparator suitable for
strings that are known to only contain ASCII characters.
|
| [source] AtomicLong |
Atomic access to a long value which may be read and updated by multiple
threads without explicit sychronization.
|
| [source] AtomicLongCSImpl |
Compare-and-swap implementation of AtomicLong.
|
| [source] AtomicLongLockImpl |
Java lock implementation of AtomicLong.
|
| [source] BASE64Decoder |
This class implements a BASE64 Character decoder as specified in RFC1521.
|
| [source] BASE64Encoder |
This class implements a BASE64 Character encoder as specified in RFC1521.
|
| [source] Cache |
The Cache class.
|
| [source] CacheEntry |
Caches the collision list.
|
| [source] CacheEnumerator |
A Cache enumerator class.
|
| [source] CharacterDecoder |
This class defines the decoding half of character encoders.
|
| [source] CharacterEncoder |
This class defines the encoding half of character encoders.
|
| [source] ClassFileTransformer |
This is an abstract base class which is called by java.lang.ClassLoader
when ClassFormatError is thrown inside defineClass().
|
| [source] ClassLoaderUtil | |
| [source] Cleaner |
General-purpose phantom-reference-based cleaners.
|
| [source] CompoundEnumeration<E> | |
| [source] ConditionLock |
ConditionLock is a Lock with a built in state variable.
|
| [source] CRC16 |
The CRC-16 class calculates a 16 bit cyclic redundancy check of a set
of bytes.
|
| [source] DoubleConsts |
This class contains additional constants documenting limits of the
double type. |
| [source] ExtensionDependency |
This class checks dependent extensions a particular jar file may have
declared through its manifest attributes.
|
| [source] ExtensionInfo |
This class holds all necessary information to install or
upgrade a extension on the user's disk
|
| [source] FDBigInt | |
| [source] FIFOQueueEnumerator | |
| [source] FileURLMapper |
(Solaris) platform specific handling for file: URLs .
|
| [source] FloatConsts |
This class contains additional constants documenting limits of the
float type. |
| [source] FloatingDecimal | |
| [source] FormattedFloatingDecimal | |
| [source] FpUtils |
The class
FpUtils contains static utility methods for
manipulating and inspecting float and
double floating-point numbers. |
| [source] GC |
Support for garbage-collection latency requests.
|
| [source] GC.LatencyRequest |
Represents an active garbage-collection latency request.
|
| [source] HexDumpEncoder |
This class encodes a buffer into the classic: "Hexadecimal Dump" format of
the past.
|
| [source] IOUtils | |
| [source] JarFilter |
This class checks that only jar and zip files are included in the file list.
|
| [source] JarIndex |
This class is used to maintain mappings from packages, classes
and resources to their enclosing JAR files.
|
| [source] Launcher |
This class is used by the system to launch the main application.
|
| [source] Launcher.AppClassLoader |
The class loader used for loading from java.class.path.
|
| [source] Launcher.ExtClassLoader | |
| [source] LIFOQueueEnumerator | |
| [source] Lock |
The Lock class provides a simple, useful interface to a lock.
|
| [source] LRUCache<N,V> |
Utility class for small LRU caches.
|
| [source] MessageUtils |
MessageUtils: miscellaneous utilities for handling error and status
properties and messages.
|
| [source] MetaIndex | |
| [source] NativeSignalHandler | |
| [source] OSEnvironment | |
| [source] PathPermissions | |
| [source] Perf |
The Perf class provides the ability to attach to an instrumentation
buffer maintained by a Java virtual machine.
|
| [source] Perf.GetPerfAction |
The GetPerfAction class is a convenience class for acquiring access
to the singleton Perf instance using the
AccessController.doPrivileged() method. |
| [source] PerformanceLogger |
This class is intended to be a central place for the jdk to
log timing events of interest.
|
| [source] PerformanceLogger.TimeData |
Internal class used to store time/message data together.
|
| [source] ProxyGenerator |
ProxyGenerator contains the code to generate a dynamic proxy class
for the java.lang.reflect.Proxy API.
|
| [source] Queue |
Queue: implements a simple queue mechanism.
|
| [source] QueueElement | |
| [source] Ref | Deprecated
This class has been replaced by
java.util.SoftReference. |
| [source] Regexp |
A class to represent a regular expression.
|
| [source] RegexpNode | |
| [source] RegexpPool |
A class to represent a pool of regular expressions.
|
| [source] Request |
Requests are functor objects; that is, they provide part of the mechanism
for deferred function application.
|
| [source] RequestProcessor |
The request processor allows functors (Request instances) to be created
in arbitrary threads, and to be posted for execution in a non-restricted
thread.
|
| [source] Resource |
This class is used to represent a Resource that has been loaded
from the class path.
|
| [source] Service |
A simple service-provider lookup mechanism.
|
| [source] SharedSecrets |
A repository of "shared secrets", which are a mechanism for
calling implementation-private methods in another package without
using reflection.
|
| [source] Signal |
This class provides ANSI/ISO C signal support.
|
| [source] SoftCache |
A memory-sensitive implementation of the
Map interface. |
| [source] Sort | |
| [source] Timer |
A Timer object is used by algorithms that require timed events.
|
| [source] TimerThread | |
| [source] TimerTickThread | |
| [source] UCDecoder |
This class implements a robust character decoder.
|
| [source] UCEncoder |
This class implements a robust character encoder.
|
| [source] Unsafe |
A collection of methods for performing low-level, unsafe operations.
|
| [source] URLClassPath |
This class is used to maintain a search path of URLs for loading classes
and resources from both JAR files and directories.
|
| [source] URLClassPath.JarLoader | |
| [source] UUDecoder |
This class implements a Berkeley uu character decoder.
|
| [source] UUEncoder |
This class implements a Berkeley uu character encoder.
|
| [source] VM | |
| [source] VMSupport |
| Enum | Description |
|---|---|
| [source] FormattedFloatingDecimal.Form |
| Exception | Description |
|---|---|
| [source] CEFormatException | |
| [source] CEStreamExhausted |
This exception is thrown when EOF is reached
|
| [source] ExtensionInstallationException | |
| [source] InvalidJarIndexException |
Thrown if the URLClassLoader finds the INDEX.LIST file of
a jar file contains incorrect information.
|
| [source] REException |
A class to signal exception from the RegexpPool class.
|
| Error | Description |
|---|---|
| [source] ServiceConfigurationError |
Error thrown when something goes wrong while looking up service providers.
|