Name | Type | Package | Description | Detail |
AbstractAnnotation ValueVisitor8 | Abstract Class | javax.lang.model.util | A skeletal visitor for annotation values with default behavior appropriate for the RELEASE_8 | Detail |
AbstractChronology | Abstract Class | java.time.chrono | An abstract implementation of a calendar system, used to organize and identify dates. | Detail |
AbstractElementVisitor8 | Abstract Class | javax.lang.model.util | A skeletal visitor of program elements with default behavior appropriate for the RELEASE_8 | Detail |
AbstractTypeVisitor8 | Abstract Class | javax.lang.model.util | A skeletal visitor of types with default behavior appropriate for WARNING: The TypeVisitor interface implemented | Detail |
AbstractView | Interface | org.w3c.dom.views | A base interface that all views shall derive from. | Detail |
Adler32 | Class | java.util.zip | A class that can be used to compute the Adler-32 checksum of a data stream. | Detail |
AnnotatedArrayType | Interface | java.lang.reflect | AnnotatedArrayType represents the potentially annotated use of an array type, whose component type may itself represent the annotated use of a | Detail |
AnnotatedConstruct | Interface | javax.lang.model | Represents a construct that can be annotated. | Detail |
AnnotatedParameterizedType | Interface | java.lang.reflect | AnnotatedParameterizedType represents the potentially annotated use of a parameterized type, whose type arguments may themselves represent | Detail |
AnnotatedType | Interface | java.lang.reflect | AnnotatedType represents the potentially annotated use of a type in the program currently running in this VM. | Detail |
AnnotatedTypeVariable | Interface | java.lang.reflect | AnnotatedTypeVariable represents the potentially annotated use of a type variable, whose declaration may have bounds which themselves represent | Detail |
AnnotatedWildcardType | Interface | java.lang.reflect | AnnotatedWildcardType represents the potentially annotated use of a wildcard type argument, whose upper or lower bounds may themselves represent | Detail |
Base64 | Class | java.util | This class consists exclusively of static methods for obtaining encoders and decoders for the Base64 encoding scheme. | Detail |
Base64.Decoder | Class | java.util | This class implements a decoder for decoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045. | Detail |
Base64.Encoder | Class | java.util | This class implements an encoder for encoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045. | Detail |
BaseStream | Interface | java.util.stream | Base interface for streams, which are sequences of elements supporting sequential and parallel aggregate operations. | Detail |
BiConsumer | Interface | java.util.function | Represents an operation that accepts two input arguments and returns no result. | Detail |
BiFunction | Interface | java.util.function | Represents a function that accepts two arguments and produces a result. | Detail |
BiPredicate | Interface | java.util.function | Represents a predicate (boolean-valued function) of two arguments. | Detail |
BinaryOperator | Interface | java.util.function | Represents an operation upon two operands of the same type, producing a result of the same type as the operands. | Detail |
BooleanSupplier | Interface | java.util.function | Represents a supplier of boolean-valued results. | Detail |
CRC32 | Class | java.util.zip | A class that can be used to compute the CRC-32 of a data stream. | Detail |
Calendar.Builder | Class | java.util | Calendar. | Detail |
CalendarDataProvider | Class | java.util.spi | An abstract class for service providers that provide locale-dependent Calendar parameters. | Detail |
CalendarNameProvider | Class | java.util.spi | An abstract class for service providers that provide localized string representations (display names) of Calendar field values. | Detail |
CertPathChecker | Interface | java.security.cert | Performs one or more checks on each Certificate of a A CertPathChecker implementation is typically created to extend | Detail |
Certificate | Class | java.security.cert | Abstract class for managing a variety of identity certificates. | Detail |
ChronoField | Enum | java.time.temporal | A standard set of fields. | Detail |
ChronoLocalDate | Interface | java.time.chrono | A date without time-of-day or time-zone in an arbitrary chronology, intended for advanced globalization use cases. | Detail |
ChronoLocalDateTime | Interface | java.time.chrono | A date-time without a time-zone in an arbitrary chronology, intended for advanced globalization use cases. | Detail |
ChronoPeriod | Interface | java.time.chrono | A date-based amount of time, such as '3 years, 4 months and 5 days' in an arbitrary chronology, intended for advanced globalization use cases. | Detail |
ChronoUnit | Enum | java.time.temporal | A standard set of date periods units. | Detail |
ChronoZonedDateTime | Interface | java.time.chrono | A date-time with a time-zone in an arbitrary chronology, intended for advanced globalization use cases. | Detail |
Chronology | Interface | java.time.chrono | A calendar system, used to organize and identify dates. | Detail |
Clock | Class | java.time | A clock providing access to the current instant, date and time using a time-zone. | Detail |
Collector | Interface | java.util.stream | null | Detail |
Collectors | Class | java.util.stream | operations, such as accumulating elements into collections, summarizing elements according to various criteria, etc. | Detail |
CompletableFuture | Class | java.util.concurrent | A Future that may be explicitly completed (setting its value and status), and may be used as a CompletionStage, | Detail |
CompletableFuture. AsynchronousCompletion Task | Interface | java.util.concurrent | A marker interface identifying asynchronous tasks produced by async methods. | Detail |
CompletionException | Class | java.util.concurrent | Exception thrown when an error or other exception is encountered in the course of completing a result or task. | Detail |
CompletionStage | Interface | java.util.concurrent | A stage of a possibly asynchronous computation, that performs an action or computes a value when another CompletionStage completes. | Detail |
ConcurrentHashMap .KeySetView | Class | java.util.concurrent | A view of a ConcurrentHashMap as a Set of keys, in which additions may optionally be enabled by mapping to a | Detail |
Consumer | Interface | java.util.function | Represents an operation that accepts a single input argument and returns no result. | Detail |
CountedCompleter | Class | java.util.concurrent | A ForkJoinTask with a completion action performed when triggered and there are no remaining pending actions. | Detail |
DSAGenParameterSpec | Class | java.security.spec | This immutable class specifies the set of parameters used for generating DSA parameters as specified in | Detail |
Date | Class | java.sql | A thin wrapper around a millisecond value that allows JDBC to identify this as an SQL DATE value. | Detail |
DateTimeException | Class | java.time | Exception used to indicate a problem while calculating a date-time. | Detail |
DateTimeFormatter | Class | java.time.format | Formatter for printing and parsing date-time objects. | Detail |
DateTimeFormatterBuilder | Class | java.time.format | Builder to create date-time formatters. | Detail |
DateTimeParseException | Class | java.time.format | An exception thrown when an error occurs during parsing. | Detail |
DayOfWeek | Enum | java.time | A day-of-week, such as 'Tuesday'. | Detail |
DecimalStyle | Class | java.time.format | Localized decimal style used in date and time formatting. | Detail |
DocumentView | Interface | org.w3c.dom.views | The DocumentView interface is implemented by Document objects in DOM implementations supporting DOM | Detail |
DomainLoadStoreParameter | Class | java.security | Configuration data that specifies the keystores in a keystore domain. | Detail |
DoubleAccumulator | Class | java.util.concurrent.atomic | One or more variables that together maintain a running double value updated using a supplied function. | Detail |
DoubleAdder | Class | java.util.concurrent.atomic | One or more variables that together maintain an initially zero double sum. | Detail |
DoubleBinaryOperator | Interface | java.util.function | Represents an operation upon two double-valued operands and producing a double-valued result. | Detail |
DoubleConsumer | Interface | java.util.function | Represents an operation that accepts a single double-valued argument and returns no result. | Detail |
DoubleFunction | Interface | java.util.function | Represents a function that accepts a double-valued argument and produces a result. | Detail |
DoublePredicate | Interface | java.util.function | Represents a predicate (boolean-valued function) of one double-valued argument. | Detail |
DoubleStream | Interface | java.util.stream | A sequence of primitive double-valued elements supporting sequential and parallel aggregate operations. | Detail |
DoubleStream.Builder | Interface | java.util.stream | A mutable builder for a DoubleStream. | Detail |
DoubleSummaryStatistics | Class | java.util | A state object for collecting statistics such as count, min, max, sum, and This class is designed to work with (though does not require) | Detail |
DoubleSupplier | Interface | java.util.function | Represents a supplier of double-valued results. | Detail |
DoubleToIntFunction | Interface | java.util.function | Represents a function that accepts a double-valued argument and produces an int-valued result. | Detail |
DoubleToLongFunction | Interface | java.util.function | Represents a function that accepts a double-valued argument and produces a long-valued result. | Detail |
DoubleUnaryOperator | Interface | java.util.function | Represents an operation on a single double-valued operand that produces a double-valued result. | Detail |
DriverAction | Interface | java.sql | An interface that must be implemented when a Driver wants to be notified by DriverManager. | Detail |
Duration | Class | java.time | A time-based amount of time, such as '34. | Detail |
ElementKindVisitor8 | Class | javax.lang.model.util | A visitor of program elements based on their kind with default behavior appropriate for the RELEASE_8 source version. | Detail |
ElementScanner8 | Class | javax.lang.model.util | A scanning visitor of program elements with default behavior appropriate for the RELEASE_8 | Detail |
Era | Interface | java.time.chrono | An era of the time-line. | Detail |
Executable | Class | java.lang.reflect | A shared superclass for the common functionality of MethodFields inherited from interface java. | Detail |
FormatStyle | Enum | java.time.format | Enumeration of the style of a localized date, time or date-time formatter. | Detail |
Function | Interface | java.util.function | Represents a function that accepts one argument and produces a result. | Detail |
FunctionalInterface | Class | java.lang | An informative annotation type used to indicate that an interface type declaration is intended to be a functional interface as | Detail |
HijrahChronology | Class | java.time.chrono | The Hijrah calendar is a lunar calendar supporting Islamic calendars. | Detail |
HijrahDate | Class | java.time.chrono | A date in the Hijrah calendar system. | Detail |
HijrahEra | Enum | java.time.chrono | An era in the Hijrah calendar system. | Detail |
Instant | Class | java.time | An instantaneous point on the time-line. | Detail |
IntBinaryOperator | Interface | java.util.function | Represents an operation upon two int-valued operands and producing an int-valued result. | Detail |
IntConsumer | Interface | java.util.function | Represents an operation that accepts a single int-valued argument and returns no result. | Detail |
IntFunction | Interface | java.util.function | Represents a function that accepts an int-valued argument and produces a result. | Detail |
IntPredicate | Interface | java.util.function | Represents a predicate (boolean-valued function) of one int-valued argument. | Detail |
IntStream | Interface | java.util.stream | A sequence of primitive int-valued elements supporting sequential and parallel aggregate operations. | Detail |
IntStream.Builder | Interface | java.util.stream | A mutable builder for an IntStream. | Detail |
IntSummaryStatistics | Class | java.util | A state object for collecting statistics such as count, min, max, sum, and This class is designed to work with (though does not require) | Detail |
IntSupplier | Interface | java.util.function | Represents a supplier of int-valued results. | Detail |
IntToDoubleFunction | Interface | java.util.function | Represents a function that accepts an int-valued argument and produces a double-valued result. | Detail |
IntToLongFunction | Interface | java.util.function | Represents a function that accepts an int-valued argument and produces a long-valued result. | Detail |
IntUnaryOperator | Interface | java.util.function | Represents an operation on a single int-valued operand that produces an int-valued result. | Detail |
IntersectionType | Interface | javax.lang.model.type | Represents an intersection type. | Detail |
IsoChronology | Class | java.time.chrono | The ISO calendar system. | Detail |
IsoEra | Enum | java.time.chrono | An era in the ISO calendar system. | Detail |
IsoFields | Class | java.time.temporal | Fields and units specific to the ISO-8601 calendar system, including quarter-of-year and week-based-year. | Detail |
JDBCType | Enum | java.sql | Defines the constants that are used to identify generic SQL types, called JDBC types. | Detail |
JapaneseChronology | Class | java.time.chrono | The Japanese Imperial calendar system. | Detail |
JapaneseDate | Class | java.time.chrono | A date in the Japanese Imperial calendar system. | Detail |
JapaneseEra | Class | java.time.chrono | An era in the Japanese Imperial calendar system. | Detail |
JulianFields | Class | java.time.temporal | A set of date fields that provide access to Julian Days. | Detail |
KeyStore.Entry.Attribute | Interface | java.security | An attribute associated with a keystore entry. | Detail |
LocalDate | Class | java.time | A date without a time-zone in the ISO-8601 calendar system, such as 2007-12-03. | Detail |
LocalDateTime | Class | java.time | A date-time without a time-zone in the ISO-8601 calendar system, such as 2007-12-03T10:15:30. | Detail |
LocalTime | Class | java.time | A time without a time-zone in the ISO-8601 calendar system, LocalTime is an immutable date-time object that represents a time, | Detail |
Locale.FilteringMode | Enum | java.util | This enum provides constants to select a filtering mode for locale matching. | Detail |
Locale.LanguageRange | Class | java.util | This class expresses a Language Range defined in RFC 4647 Matching of | Detail |
LongAccumulator | Class | java.util.concurrent.atomic | One or more variables that together maintain a running long value updated using a supplied function. | Detail |
LongAdder | Class | java.util.concurrent.atomic | One or more variables that together maintain an initially zero long sum. | Detail |
LongBinaryOperator | Interface | java.util.function | Represents an operation upon two long-valued operands and producing a long-valued result. | Detail |
LongConsumer | Interface | java.util.function | Represents an operation that accepts a single long-valued argument and returns no result. | Detail |
LongFunction | Interface | java.util.function | Represents a function that accepts a long-valued argument and produces a result. | Detail |
LongPredicate | Interface | java.util.function | Represents a predicate (boolean-valued function) of one long-valued argument. | Detail |
LongStream | Interface | java.util.stream | A sequence of primitive long-valued elements supporting sequential and parallel aggregate operations. | Detail |
LongStream.Builder | Interface | java.util.stream | A mutable builder for a LongStream. | Detail |
LongSummaryStatistics | Class | java.util | A state object for collecting statistics such as count, min, max, sum, and This class is designed to work with (though does not require) | Detail |
LongSupplier | Interface | java.util.function | Represents a supplier of long-valued results. | Detail |
LongToDoubleFunction | Interface | java.util.function | Represents a function that accepts a long-valued argument and produces a double-valued result. | Detail |
LongToIntFunction | Interface | java.util.function | Represents a function that accepts a long-valued argument and produces an int-valued result. | Detail |
LongUnaryOperator | Interface | java.util.function | Represents an operation on a single long-valued operand that produces a long-valued result. | Detail |
MalformedParameters Exception | Class | java.lang.reflect | java. | Detail |
MethodHandleInfo | Interface | java.lang.invoke | A symbolic reference obtained by cracking a direct method handle into its consitutent symbolic parts. | Detail |
MethodHandles.Lookup | Class | java.lang.invoke | A lookup object is a factory for creating method handles, when the creation requires access checking. | Detail |
MinguoChronology | Class | java.time.chrono | The Minguo calendar system. | Detail |
MinguoDate | Class | java.time.chrono | A date in the Minguo calendar system. | Detail |
MinguoEra | Enum | java.time.chrono | An era in the Minguo calendar system. | Detail |
Month | Enum | java.time | A month-of-year, such as 'July'. | Detail |
MonthDay | Class | java.time | A month-day in the ISO-8601 calendar system, such as --12-03. | Detail |
Native | Annotation Type | java.lang.annotation | Indicates that a field defining a constant value may be referenced The annotation may be used as a hint by tools that generate native | Detail |
ObjDoubleConsumer | Interface | java.util.function | Represents an operation that accepts an object-valued and a double-valued argument, and returns no result. | Detail |
ObjIntConsumer | Interface | java.util.function | Represents an operation that accepts an object-valued and a int-valued argument, and returns no result. | Detail |
ObjLongConsumer | Interface | java.util.function | Represents an operation that accepts an object-valued and a long-valued argument, and returns no result. | Detail |
OffsetDateTime | Class | java.time | A date-time with an offset from UTC/Greenwich in the ISO-8601 calendar system, such as 2007-12-03T10:15:30+01:00. | Detail |
OffsetTime | Class | java.time | A time with an offset from UTC/Greenwich in the ISO-8601 calendar system, such as 10:15:30+01:00. | Detail |
Optional | Class | java.util | A container object which may or may not contain a non-null value. | Detail |
OptionalDouble | Class | java.util | A container object which may or may not contain a double value. | Detail |
OptionalInt | Class | java.util | A container object which may or may not contain an int value. | Detail |
OptionalLong | Class | java.util | A container object which may or may not contain a long value. | Detail |
PKCS12Attribute | Class | java.security | An attribute associated with a PKCS12 keystore entry. | Detail |
PKIXRevocationChecker | Class | java.security.cert | A PKIXCertPathChecker for checking the revocation status of certificates with the PKIX algorithm. | Detail |
Parameter | Class | java.lang.reflect | Information about method parameters. | Detail |
Period | Class | java.time | A date-based amount of time in the ISO-8601 calendar system, such as '2 years, 3 months and 4 days'. | Detail |
Predicate | Interface | java.util.function | Represents a predicate (boolean-valued function) of one argument. | Detail |
PrimitiveIterator | Interface | java.util | A base type for primitive specializations of Iterator. | Detail |
PrimitiveIterator.OfDouble | Interface | java.util | An Iterator specialized for double values. | Detail |
PrimitiveIterator.OfInt | Interface | java.util | An Iterator specialized for int values. | Detail |
PrimitiveIterator.OfLong | Interface | java.util | An Iterator specialized for long values. | Detail |
Principal | Interface | java.security | This interface represents the abstract notion of a principal, which can be used to represent any entity, such as an individual, a | Detail |
Repeatable | Annotation Type | java.lang.annotation | The annotation type java. | Detail |
ResolverStyle | Enum | java.time.format | Enumeration of different ways to resolve dates and times. | Detail |
ResourceBundle ControlProvider | Interface | java.util.spi | An interface for service providers that provide implementations of ResourceBundle. | Detail |
SNIHostName | Class | javax.net.ssl | Instances of this class represent a server name of type host_name in a Server Name | Detail |
SNIMatcher | Class | javax.net.ssl | Instances of this class represent a matcher that performs match operations on an SNIServerName instance. | Detail |
SNIServerName | Class | javax.net.ssl | Instances of this class represent a server name in a Server Name Indication (SNI) extension. | Detail |
SQLType | Interface | java.sql | An object that is used to identify a generic SQL type, called a JDBC type or a vendor specific data type. | Detail |
SchemaFactory ConfigurationError | Class | javax.xml.validation | Thrown when a problem with configuration with the Schema Factories exists. | Detail |
SignStyle | Enum | java.time.format | Enumeration of ways to handle the positive/negative sign. | Detail |
SimpleAnnotation ValueVisitor8 | Class | javax.lang.model.util | A simple visitor for annotation values with default behavior appropriate for the RELEASE_8 | Detail |
SimpleElementVisitor8 | Class | javax.lang.model.util | A simple visitor of program elements with default behavior appropriate for the RELEASE_8 | Detail |
SimpleTypeVisitor8 | Class | javax.lang.model.util | A simple visitor of types with default behavior appropriate for the RELEASE_8 source version. | Detail |
SimpleTypeVisitor9 | Class | javax.lang.model.util | A simple visitor of types with default behavior appropriate for the RELEASE_9 source version. | Detail |
Spliterator | Interface | java.util | An object for traversing and partitioning elements of a source. | Detail |
Spliterator.OfDouble | Interface | java.util | A Spliterator specialized for double values. | Detail |
Spliterator.OfInt | Interface | java.util | A Spliterator specialized for int values. | Detail |
Spliterator.OfLong | Interface | java.util | A Spliterator specialized for long values. | Detail |
Spliterator.OfPrimitive | Interface | java.util | A Spliterator specialized for primitive values. | Detail |
Spliterators | Class | java.util | Static classes and methods for operating on or creating instances of Spliterator and its primitive specializations | Detail |
Spliterators .AbstractDoubleSpliterator | Class | java.util | An abstract Spliterator. | Detail |
Spliterators .AbstractIntSpliterator | Class | java.util | An abstract Spliterator. | Detail |
Spliterators .AbstractLongSpliterator | Class | java.util | An abstract Spliterator. | Detail |
Spliterators .AbstractSpliterator | Class | java.util | An abstract Spliterator that implements trySplit to permit limited parallelism. | Detail |
SplittableRandom | Class | java.util | A generator of uniform pseudorandom values applicable for use in (among other contexts) isolated parallel computations that may | Detail |
StampedLock | Class | java.util.concurrent.locks | A capability-based lock with three modes for controlling read/write access. | Detail |
StandardConstants | Class | javax.net.ssl | Standard constants definitionsFields Modifier and TypeField and Descriptionstatic intSNI_HOST_NAME | Detail |
Stream | Interface | java.util.stream | A sequence of elements supporting sequential and parallel aggregate operations. | Detail |
Stream.Builder | Interface | java.util.stream | A mutable builder for a Stream. | Detail |
StreamSupport | Class | java.util.stream | Low-level utility methods for creating and manipulating streams. | Detail |
StringJoiner | Class | java.util | StringJoiner is used to construct a sequence of characters separated by a delimiter and optionally starting with a supplied prefix | Detail |
Supplier | Interface | java.util.function | Represents a supplier of results. | Detail |
Temporal | Interface | java.time.temporal | Framework-level interface defining read-write access to a temporal object, such as a date, time, offset or some combination of these. | Detail |
TemporalAccessor | Interface | java.time.temporal | Framework-level interface defining read-only access to a temporal object, such as a date, time, offset or some combination of these. | Detail |
TemporalAdjuster | Interface | java.time.temporal | Strategy for adjusting a temporal object. | Detail |
TemporalAdjusters | Class | java.time.temporal | Common and useful TemporalAdjusters. | Detail |
TemporalAmount | Interface | java.time.temporal | Framework-level interface defining an amount of time, such as "6 hours", "8 days" or "2 years and 3 months". | Detail |
TemporalField | Interface | java.time.temporal | A field of date-time, such as month-of-year or hour-of-minute. | Detail |
TemporalQueries | Class | java.time.temporal | Common implementations of TemporalQuery. | Detail |
TemporalQuery | Interface | java.time.temporal | Strategy for querying a temporal object. | Detail |
TemporalUnit | Interface | java.time.temporal | A unit of date-time, such as Days or Hours. | Detail |
TextStyle | Enum | java.time.format | Enumeration of the style of text formatting and parsing. | Detail |
ThaiBuddhistChronology | Class | java.time.chrono | The Thai Buddhist calendar system. | Detail |
ThaiBuddhistDate | Class | java.time.chrono | A date in the Thai Buddhist calendar system. | Detail |
ThaiBuddhistEra | Enum | java.time.chrono | enum ThaiBuddhistEraAn era in the Thai Buddhist calendar system. | Detail |
Time | Class | java.sql | A thin wrapper around the java. | Detail |
ToDoubleBiFunction | Interface | java.util.function | Represents a function that accepts two arguments and produces a double-valued result. | Detail |
ToDoubleFunction | Interface | java.util.function | Represents a function that produces a double-valued result. | Detail |
ToIntBiFunction | Interface | java.util.function | Represents a function that accepts two arguments and produces an int-valued result. | Detail |
ToIntFunction | Interface | java.util.function | Represents a function that produces an int-valued result. | Detail |
ToLongBiFunction | Interface | java.util.function | Represents a function that accepts two arguments and produces a long-valued result. | Detail |
ToLongFunction | Interface | java.util.function | Represents a function that produces a long-valued result. | Detail |
TypeKindVisitor8 | Class | javax.lang.model.util | A visitor of types based on their kind with default behavior appropriate for the RELEASE_8 source version. | Detail |
URLPermission | Class | java.net | Represents permission to access a resource or set of resources defined by a given url, and for a given set of user-settable request methods | Detail |
UnaryOperator | Interface | java.util.function | Represents an operation on a single operand that produces a result of the same type as its operand. | Detail |
UncheckedIOException | Class | java.io | Wraps an IOException with an unchecked exception. | Detail |
UnsupportedTemporal TypeException | Class | java.time.temporal | UnsupportedTemporalTypeException indicates that a ChronoField or ChronoUnit is not supported for a Temporal class. | Detail |
ValueRange | Class | java.time.temporal | The range of valid values for a date-time field. | Detail |
WeekFields | Class | java.time.temporal | Localized definitions of the day-of-week, week-of-month and week-of-year fields. | Detail |
X509CRL | Class | java.security.cert | Abstract class for an X. | Detail |
Year | Class | java.time | A year in the ISO-8601 calendar system, such as 2007. | Detail |
YearMonth | Class | java.time | A year-month in the ISO-8601 calendar system, such as 2007-12. | Detail |
ZoneId | Class | java.time | A time-zone ID, such as Europe/Paris. | Detail |
ZoneOffset | Class | java.time | A time-zone offset from Greenwich/UTC, such as +02:00. | Detail |
ZoneOffsetTransition | Class | java.time.zone | A transition between two offsets caused by a discontinuity in the local time-line. | Detail |
ZoneOffsetTransitionRule | Class | java.time.zone | A rule expressing how to create a transition. | Detail |
ZoneRules | Class | java.time.zone | The rules defining how the zone offset varies for a single time-zone. | Detail |
ZoneRulesException | Class | java.time.zone | Thrown to indicate a problem with time-zone configuration. | Detail |
ZoneRulesProvider | Class | java.time.zone | Provider of time-zone rules to the system. | Detail |
ZonedDateTime | Class | java.time | A date-time with a time-zone in the ISO-8601 calendar system, such as 2007-12-03T10:15:30+01:00 Europe/Paris. | Detail |