Index
All Classes|All Packages|Constant Field Values|Deprecated API|Serialized Form|System Properties
Z
- ZANABAZAR_SQUARE - Enum constant in enum class java.lang.Character.UnicodeScript
 - 
Unicode script "Zanabazar Square".
 - ZANABAZAR_SQUARE - Static variable in class java.lang.Character.UnicodeBlock
 - 
Constant for the "Zanabazar Square" Unicode character block.
 - zero() - Method in interface jdk.incubator.vector.VectorSpecies
 - 
Returns a vector of this species where all lane elements are set to the default primitive value,
(ETYPE)0. - zero(Class<?>) - Static method in class java.lang.invoke.MethodHandles
 - 
Produces a constant method handle of the requested return type which returns the default value for that type every time it is invoked.
 - zero(VectorSpecies<Byte>) - Static method in class jdk.incubator.vector.ByteVector
 - 
Returns a vector of the given species where all lane elements are set to zero, the default primitive value.
 - zero(VectorSpecies<Double>) - Static method in class jdk.incubator.vector.DoubleVector
 - 
Returns a vector of the given species where all lane elements are set to zero, the default primitive value.
 - zero(VectorSpecies<Float>) - Static method in class jdk.incubator.vector.FloatVector
 - 
Returns a vector of the given species where all lane elements are set to zero, the default primitive value.
 - zero(VectorSpecies<Integer>) - Static method in class jdk.incubator.vector.IntVector
 - 
Returns a vector of the given species where all lane elements are set to zero, the default primitive value.
 - zero(VectorSpecies<Long>) - Static method in class jdk.incubator.vector.LongVector
 - 
Returns a vector of the given species where all lane elements are set to zero, the default primitive value.
 - zero(VectorSpecies<Short>) - Static method in class jdk.incubator.vector.ShortVector
 - 
Returns a vector of the given species where all lane elements are set to zero, the default primitive value.
 - ZERO - Static variable in class java.math.BigDecimal
 - 
The value 0, with a scale of 0.
 - ZERO - Static variable in class java.math.BigInteger
 - 
The BigInteger constant zero.
 - ZERO - Static variable in class java.time.Duration
 - 
Constant for a duration of zero.
 - ZERO - Static variable in class java.time.Period
 - 
A constant for a period of zero.
 - ZERO_EXTEND_B2I - Static variable in class jdk.incubator.vector.VectorOperators
 - 
Zero-extend
byteValtoint. - ZERO_EXTEND_B2L - Static variable in class jdk.incubator.vector.VectorOperators
 - 
Zero-extend
byteValtolong. - ZERO_EXTEND_B2S - Static variable in class jdk.incubator.vector.VectorOperators
 - 
Zero-extend
byteValtoshort. - ZERO_EXTEND_I2L - Static variable in class jdk.incubator.vector.VectorOperators
 - 
Zero-extend
intValtolong. - ZERO_EXTEND_S2I - Static variable in class jdk.incubator.vector.VectorOperators
 - 
Zero-extend
shortValtoint. - ZERO_EXTEND_S2L - Static variable in class jdk.incubator.vector.VectorOperators
 - 
Zero-extend
shortValtolong. - ZipEntry - Class in java.util.zip
 - 
This class is used to represent a ZIP file entry.
 - ZipEntry(String) - Constructor for class java.util.zip.ZipEntry
 - 
Creates a new zip entry with the specified name.
 - ZipEntry(ZipEntry) - Constructor for class java.util.zip.ZipEntry
 - 
Creates a new zip entry with fields taken from the specified zip entry.
 - ZipError - Error in java.util.zip
 - 
Signals that an unrecoverable error has occurred.
 - ZipError(String) - Constructor for error java.util.zip.ZipError
 - 
Constructs a ZipError with the given detail message.
 - ZipException - Exception in java.util.zip
 - 
Signals that a Zip exception of some sort has occurred.
 - ZipException() - Constructor for exception java.util.zip.ZipException
 - 
Constructs a
ZipExceptionwithnullas its error detail message. - ZipException(String) - Constructor for exception java.util.zip.ZipException
 - 
Constructs a
ZipExceptionwith the specified detail message. - ZipFile - Class in java.util.zip
 - 
This class is used to read entries from a zip file.
 - ZipFile(File) - Constructor for class java.util.zip.ZipFile
 - 
Opens a ZIP file for reading given the specified File object.
 - ZipFile(File, int) - Constructor for class java.util.zip.ZipFile
 - 
Opens a new
ZipFileto read from the specifiedFileobject in the specified mode. - ZipFile(File, int, Charset) - Constructor for class java.util.zip.ZipFile
 - 
Opens a new
ZipFileto read from the specifiedFileobject in the specified mode. - ZipFile(File, Charset) - Constructor for class java.util.zip.ZipFile
 - 
Opens a ZIP file for reading given the specified File object.
 - ZipFile(String) - Constructor for class java.util.zip.ZipFile
 - 
Opens a zip file for reading.
 - ZipFile(String, Charset) - Constructor for class java.util.zip.ZipFile
 - 
Opens a zip file for reading.
 - ZipInputStream - Class in java.util.zip
 - 
This class implements an input stream filter for reading files in the ZIP file format.
 - ZipInputStream(InputStream) - Constructor for class java.util.zip.ZipInputStream
 - 
Creates a new ZIP input stream.
 - ZipInputStream(InputStream, Charset) - Constructor for class java.util.zip.ZipInputStream
 - 
Creates a new ZIP input stream.
 - ZipOutputStream - Class in java.util.zip
 - 
This class implements an output stream filter for writing files in the ZIP file format.
 - ZipOutputStream(OutputStream) - Constructor for class java.util.zip.ZipOutputStream
 - 
Creates a new ZIP output stream.
 - ZipOutputStream(OutputStream, Charset) - Constructor for class java.util.zip.ZipOutputStream
 - 
Creates a new ZIP output stream.
 - ZOMO - Static variable in class jdk.incubator.vector.VectorOperators
 - 
Produce
a==0?0:-1(zero or minus one). - zone() - Static method in class java.time.temporal.TemporalQueries
 - 
A lenient query for the
ZoneId, falling back to theZoneOffset. - ZONE_OFFSET - Static variable in class java.util.Calendar
 - 
Field number for
getandsetindicating the raw offset from GMT in milliseconds. - zonedDateTime(Instant, ZoneId) - Method in interface java.time.chrono.Chronology
 - 
Obtains a
ChronoZonedDateTimein this chronology from anInstant. - zonedDateTime(Instant, ZoneId) - Method in class java.time.chrono.HijrahChronology
 - zonedDateTime(Instant, ZoneId) - Method in class java.time.chrono.IsoChronology
 - 
Obtains an ISO zoned date-time in this chronology from an
Instant. - zonedDateTime(Instant, ZoneId) - Method in class java.time.chrono.JapaneseChronology
 - zonedDateTime(Instant, ZoneId) - Method in class java.time.chrono.MinguoChronology
 - zonedDateTime(Instant, ZoneId) - Method in class java.time.chrono.ThaiBuddhistChronology
 - zonedDateTime(TemporalAccessor) - Method in interface java.time.chrono.Chronology
 - 
Obtains a
ChronoZonedDateTimein this chronology from another temporal object. - zonedDateTime(TemporalAccessor) - Method in class java.time.chrono.HijrahChronology
 - zonedDateTime(TemporalAccessor) - Method in class java.time.chrono.IsoChronology
 - 
Obtains an ISO zoned date-time from another date-time object.
 - zonedDateTime(TemporalAccessor) - Method in class java.time.chrono.JapaneseChronology
 - zonedDateTime(TemporalAccessor) - Method in class java.time.chrono.MinguoChronology
 - zonedDateTime(TemporalAccessor) - Method in class java.time.chrono.ThaiBuddhistChronology
 - ZonedDateTime - Class in 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. - zoneId() - Static method in class java.time.temporal.TemporalQueries
 - 
A strict query for the
ZoneId. - ZoneId - Class in java.time
 - 
A time-zone ID, such as
Europe/Paris. - ZoneOffset - Class in java.time
 - 
A time-zone offset from Greenwich/UTC, such as
+02:00. - ZoneOffsetTransition - Class in java.time.zone
 - 
A transition between two offsets caused by a discontinuity in the local time-line.
 - ZoneOffsetTransitionRule - Class in java.time.zone
 - 
A rule expressing how to create a transition.
 - ZoneOffsetTransitionRule.TimeDefinition - Enum Class in java.time.zone
 - 
A definition of the way a local time can be converted to the actual transition date-time.
 - ZoneRules - Class in java.time.zone
 - 
The rules defining how the zone offset varies for a single time-zone.
 - ZoneRulesException - Exception in java.time.zone
 - 
Thrown to indicate a problem with time-zone configuration.
 - ZoneRulesException(String) - Constructor for exception java.time.zone.ZoneRulesException
 - 
Constructs a new date-time exception with the specified message.
 - ZoneRulesException(String, Throwable) - Constructor for exception java.time.zone.ZoneRulesException
 - 
Constructs a new date-time exception with the specified message and cause.
 - ZoneRulesProvider - Class in java.time.zone
 - 
Provider of time-zone rules to the system.
 - ZoneRulesProvider() - Constructor for class java.time.zone.ZoneRulesProvider
 - 
Constructor.
 - ZoneView - Class in javax.swing.text
 - 
ZoneView is a View implementation that creates zones for which the child views are not created or stored until they are needed for display or model/view translations.
 - ZoneView(Element, int) - Constructor for class javax.swing.text.ZoneView
 - 
Constructs a ZoneView.
 - zoneWasLoaded(View) - Method in class javax.swing.text.ZoneView
 - 
Called by a zone when it gets loaded.
 
All Classes|All Packages|Constant Field Values|Deprecated API|Serialized Form|System Properties