Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form|System Properties
O
- OAEPParameterSpec - Class in javax.crypto.spec
-
This class specifies the set of parameters used with OAEP Padding, as defined in the PKCS#1 v2.2 standard.
- OAEPParameterSpec(String, String, AlgorithmParameterSpec, PSource) - Constructor for class javax.crypto.spec.OAEPParameterSpec
-
Constructs a parameter set for OAEP padding as defined in the PKCS #1 standard using the specified message digest algorithm
mdName, mask generation function algorithmmgfName, parameters for the mask generation functionmgfSpec, and source of the encoding input PpSrc. - ObjDoubleConsumer<T> - Interface in java.util.function
-
Represents an operation that accepts an object-valued and a
double-valued argument, and returns no result. - object - Variable in class javax.swing.undo.StateEdit
-
The object being edited
- object() - Method in interface com.sun.jdi.event.WatchpointEvent
-
Returns the object whose field is about to be accessed/modified.
- Object - Class in java.lang
-
Class
Objectis the root of the class hierarchy. - Object() - Constructor for class java.lang.Object
-
Constructs a new object.
- OBJECT - Static variable in class javax.swing.text.html.HTML.Tag
-
Tag <object>
- OBJECT_ADDED - Static variable in class javax.naming.event.NamingEvent
-
Naming event type for indicating that a new object has been added.
- OBJECT_CHANGED - Static variable in class javax.naming.event.NamingEvent
-
Naming event type for indicating that an object has been changed.
- OBJECT_FACTORIES - Static variable in interface javax.naming.Context
-
Constant that holds the name of the environment property for specifying the list of object factories to use.
- OBJECT_REMOVED - Static variable in class javax.naming.event.NamingEvent
-
Naming event type for indicating that an object has been removed.
- OBJECT_RENAMED - Static variable in class javax.naming.event.NamingEvent
-
Naming event type for indicating that an object has been renamed.
- OBJECT_SCOPE - Static variable in class javax.naming.directory.SearchControls
-
Search the named object.
- OBJECT_SCOPE - Static variable in interface javax.naming.event.EventContext
-
Constant for expressing interest in events concerning the object named by the target.
- objectAdded(NamingEvent) - Method in interface javax.naming.event.NamespaceChangeListener
-
Called when an object has been added.
- objectChanged(NamingEvent) - Method in interface javax.naming.event.ObjectChangeListener
-
Called when an object has been changed.
- ObjectChangeListener - Interface in javax.naming.event
-
Specifies the method that a listener of a
NamingEventwith event type ofOBJECT_CHANGEDmust implement. - ObjectCollectedException - Exception in com.sun.jdi
-
Thrown to indicate that the requested operation cannot be completed because the specified object has been garbage collected.
- ObjectCollectedException() - Constructor for exception com.sun.jdi.ObjectCollectedException
- ObjectCollectedException(String) - Constructor for exception com.sun.jdi.ObjectCollectedException
- ObjectFactory - Interface in javax.naming.spi
-
This interface represents a factory for creating an object.
- ObjectFactoryBuilder - Interface in javax.naming.spi
-
This interface represents a builder that creates object factories.
- ObjectInput - Interface in java.io
-
ObjectInput extends the DataInput interface to include the reading of objects.
- ObjectInputFilter - Interface in java.io
-
Filter classes, array lengths, and graph metrics during deserialization.
- ObjectInputFilter.Config - Class in java.io
-
A utility class to set and get the JVM-wide deserialization filter factory, the static JVM-wide filter, or to create a filter from a pattern string.
- ObjectInputFilter.FilterInfo - Interface in java.io
-
FilterInfo provides access to information about the current object being deserialized and the status of the
ObjectInputStream. - ObjectInputFilter.Status - Enum Class in java.io
-
The status of a check on the class, array length, number of references, depth, and stream size.
- ObjectInputStream - Class in java.io
-
An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream.
- ObjectInputStream() - Constructor for class java.io.ObjectInputStream
-
Provide a way for subclasses that are completely reimplementing ObjectInputStream to not have to allocate private data just used by this implementation of ObjectInputStream.
- ObjectInputStream(InputStream) - Constructor for class java.io.ObjectInputStream
-
Creates an ObjectInputStream that reads from the specified InputStream.
- ObjectInputStream.GetField - Class in java.io
-
Provide access to the persistent fields read from the input stream.
- ObjectInputValidation - Interface in java.io
-
Callback interface to allow validation of objects within a graph.
- ObjectInstance - Class in javax.management
-
Used to represent the object name of an MBean and its class name.
- ObjectInstance(String, String) - Constructor for class javax.management.ObjectInstance
-
Allows an object instance to be created given a string representation of an object name and the full class name, including the package name.
- ObjectInstance(ObjectName, String) - Constructor for class javax.management.ObjectInstance
-
Allows an object instance to be created given an object name and the full class name, including the package name.
- ObjectMethods - Class in java.lang.runtime
-
Bootstrap methods for state-driven implementations of core methods, including
Object.equals(Object),Object.hashCode(), andObject.toString(). - ObjectName - Class in javax.management
-
Represents the object name of an MBean, or a pattern that can match the names of several MBeans.
- ObjectName(String) - Constructor for class javax.management.ObjectName
-
Construct an object name from the given string.
- ObjectName(String, String, String) - Constructor for class javax.management.ObjectName
-
Construct an object name with exactly one key property.
- ObjectName(String, Hashtable<String, String>) - Constructor for class javax.management.ObjectName
-
Construct an object name with several key properties from a Hashtable.
- OBJECTNAME - Static variable in class javax.management.openmbean.SimpleType
-
The
SimpleTypeinstance describing values whose Java class name isjavax.management.ObjectName. - ObjectOutput - Interface in java.io
-
ObjectOutput extends the DataOutput interface to include writing of objects.
- ObjectOutputStream - Class in java.io
-
An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.
- ObjectOutputStream() - Constructor for class java.io.ObjectOutputStream
-
Provide a way for subclasses that are completely reimplementing ObjectOutputStream to not have to allocate private data just used by this implementation of ObjectOutputStream.
- ObjectOutputStream(OutputStream) - Constructor for class java.io.ObjectOutputStream
-
Creates an ObjectOutputStream that writes to the specified OutputStream.
- ObjectOutputStream.PutField - Class in java.io
-
Provide programmatic access to the persistent fields to be written to ObjectOutput.
- ObjectReference - Interface in com.sun.jdi
-
An object that currently exists in the target VM.
- objectRemoved(NamingEvent) - Method in interface javax.naming.event.NamespaceChangeListener
-
Called when an object has been removed.
- objectRenamed(NamingEvent) - Method in interface javax.naming.event.NamespaceChangeListener
-
Called when an object has been renamed.
- Objects - Class in java.util
-
This class consists of
staticutility methods for operating on objects, or checking certain conditions before operation. - ObjectStreamClass - Class in java.io
-
Serialization's descriptor for classes.
- ObjectStreamConstants - Interface in java.io
-
Constants written into the Object Serialization Stream.
- ObjectStreamException - Exception in java.io
-
Superclass of all exceptions specific to Object Stream classes.
- ObjectStreamException() - Constructor for exception java.io.ObjectStreamException
-
Create an ObjectStreamException.
- ObjectStreamException(String) - Constructor for exception java.io.ObjectStreamException
-
Create an ObjectStreamException with the specified argument.
- ObjectStreamField - Class in java.io
-
A description of a Serializable field from a Serializable class.
- ObjectStreamField(String, Class<?>) - Constructor for class java.io.ObjectStreamField
-
Create a Serializable field with the specified type.
- ObjectStreamField(String, Class<?>, boolean) - Constructor for class java.io.ObjectStreamField
-
Creates an ObjectStreamField representing a serializable field with the given name and type.
- ObjectView - Class in javax.swing.text.html
-
Component decorator that implements the view interface for <object> elements.
- ObjectView(Element) - Constructor for class javax.swing.text.html.ObjectView
-
Creates a new ObjectView object.
- ObjID - Class in java.rmi.server
-
An
ObjIDis used to identify a remote object exported to an RMI runtime. - ObjID() - Constructor for class java.rmi.server.ObjID
-
Generates a unique object identifier.
- ObjID(int) - Constructor for class java.rmi.server.ObjID
-
Creates a "well-known" object identifier.
- ObjIntConsumer<T> - Interface in java.util.function
-
Represents an operation that accepts an object-valued and a
int-valued argument, and returns no result. - ObjLongConsumer<T> - Interface in java.util.function
-
Represents an operation that accepts an object-valued and a
long-valued argument, and returns no result. - Observable - Class in java.util
-
Deprecated.
- Observable() - Constructor for class java.util.Observable
-
Deprecated.Construct an Observable with zero Observers.
- OBSERVED_ATTRIBUTE_ERROR - Static variable in class javax.management.monitor.MonitorNotification
-
Notification type denoting that the observed attribute is not contained in the observed object.
- OBSERVED_ATTRIBUTE_ERROR_NOTIFIED - Static variable in class javax.management.monitor.Monitor
-
Flag denoting that a notification has occurred after changing the observed attribute.
- OBSERVED_ATTRIBUTE_TYPE_ERROR - Static variable in class javax.management.monitor.MonitorNotification
-
Notification type denoting that the type of the observed attribute is not correct.
- OBSERVED_ATTRIBUTE_TYPE_ERROR_NOTIFIED - Static variable in class javax.management.monitor.Monitor
-
Flag denoting that a notification has occurred after changing the observed object or the observed attribute.
- OBSERVED_OBJECT_ERROR - Static variable in class javax.management.monitor.MonitorNotification
-
Notification type denoting that the observed object is not registered in the MBean server.
- OBSERVED_OBJECT_ERROR_NOTIFIED - Static variable in class javax.management.monitor.Monitor
-
Flag denoting that a notification has occurred after changing the observed object.
- Observer - Interface in java.util
-
Deprecated.This interface has been deprecated. See the
Observableclass for further information. - observesDaylightTime() - Method in class java.util.SimpleTimeZone
-
Returns
trueif thisSimpleTimeZoneobserves Daylight Saving Time. - observesDaylightTime() - Method in class java.util.TimeZone
-
Returns
trueif thisTimeZoneis currently in Daylight Saving Time, or if a transition from Standard Time to Daylight Saving Time occurs at any future time. - obtrudeException(Throwable) - Method in class java.util.concurrent.CompletableFuture
-
Forcibly causes subsequent invocations of method
CompletableFuture.get()and related methods to throw the given exception, whether or not already completed. - obtrudeValue(T) - Method in class java.util.concurrent.CompletableFuture
-
Forcibly sets or resets the value subsequently returned by method
CompletableFuture.get()and related methods, whether or not already completed. - OceanTheme - Class in javax.swing.plaf.metal
-
The default theme for the
MetalLookAndFeel. - OceanTheme() - Constructor for class javax.swing.plaf.metal.OceanTheme
-
Creates an instance of
OceanTheme - OctetStreamData - Class in javax.xml.crypto
-
A representation of a
Datatype containing an octet stream. - OctetStreamData(InputStream) - Constructor for class javax.xml.crypto.OctetStreamData
-
Creates a new
OctetStreamData. - OctetStreamData(InputStream, String, String) - Constructor for class javax.xml.crypto.OctetStreamData
-
Creates a new
OctetStreamData. - OCTOBER - Enum constant in enum class java.time.Month
-
The singleton instance for the month of October with 31 days.
- OCTOBER - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTHfield indicating the tenth month of the year in the Gregorian and Julian calendars. - OCTOBER - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for tenth month of year.
- oEnd - Variable in class javax.swing.text.html.parser.Element
-
trueif the end tag can be omitted - of() - Static method in class java.util.HexFormat
-
Returns a hexadecimal formatter with no delimiter and lowercase characters.
- of() - Static method in interface java.util.List
-
Returns an unmodifiable list containing zero elements.
- of() - Static method in interface java.util.Map
-
Returns an unmodifiable map containing zero mappings.
- of() - Static method in interface java.util.Set
-
Returns an unmodifiable set containing zero elements.
- of(char) - Static method in class java.lang.Character.UnicodeBlock
-
Returns the object representing the Unicode block containing the given character, or
nullif the character is not a member of a defined block. - of(double) - Static method in class java.util.OptionalDouble
-
Returns an
OptionalDoubledescribing the given value. - of(double) - Static method in interface java.util.stream.DoubleStream
-
Returns a sequential
DoubleStreamcontaining a single element. - of(double...) - Static method in interface java.util.stream.DoubleStream
-
Returns a sequential ordered stream whose elements are the specified values.
- of(int) - Static method in class java.lang.Character.UnicodeBlock
-
Returns the object representing the Unicode block containing the given character (Unicode code point), or
nullif the character is not a member of a defined block. - of(int) - Static method in enum class java.lang.Character.UnicodeScript
-
Returns the enum constant representing the Unicode script of which the given character (Unicode code point) is assigned to.
- of(int) - Static method in enum class java.time.chrono.HijrahEra
-
Obtains an instance of
HijrahErafrom anintvalue. - of(int) - Static method in enum class java.time.chrono.IsoEra
-
Obtains an instance of
IsoErafrom anintvalue. - of(int) - Static method in class java.time.chrono.JapaneseEra
-
Obtains an instance of
JapaneseErafrom anintvalue. - of(int) - Static method in enum class java.time.chrono.MinguoEra
-
Obtains an instance of
MinguoErafrom anintvalue. - of(int) - Static method in enum class java.time.chrono.ThaiBuddhistEra
-
Obtains an instance of
ThaiBuddhistErafrom anintvalue. - of(int) - Static method in enum class java.time.DayOfWeek
-
Obtains an instance of
DayOfWeekfrom anintvalue. - of(int) - Static method in enum class java.time.Month
-
Obtains an instance of
Monthfrom anintvalue. - of(int) - Static method in class java.time.Year
-
Obtains an instance of
Year. - of(int) - Static method in class java.util.OptionalInt
-
Returns an
OptionalIntdescribing the given value. - of(int) - Static method in interface java.util.stream.IntStream
-
Returns a sequential
IntStreamcontaining a single element. - of(int...) - Static method in interface java.util.stream.IntStream
-
Returns a sequential ordered stream whose elements are the specified values.
- of(int, int) - Static method in class java.time.LocalTime
-
Obtains an instance of
LocalTimefrom an hour and minute. - of(int, int) - Static method in class java.time.MonthDay
-
Obtains an instance of
MonthDay. - of(int, int) - Static method in class java.time.YearMonth
-
Obtains an instance of
YearMonthfrom a year and month. - of(int, int, int) - Static method in class java.time.chrono.HijrahDate
-
Obtains a
HijrahDateof the Islamic Umm Al-Qura calendar from the proleptic-year, month-of-year and day-of-month fields. - of(int, int, int) - Static method in class java.time.chrono.JapaneseDate
-
Obtains a
JapaneseDaterepresenting a date in the Japanese calendar system from the proleptic-year, month-of-year and day-of-month fields. - of(int, int, int) - Static method in class java.time.chrono.MinguoDate
-
Obtains a
MinguoDaterepresenting a date in the Minguo calendar system from the proleptic-year, month-of-year and day-of-month fields. - of(int, int, int) - Static method in class java.time.chrono.ThaiBuddhistDate
-
Obtains a
ThaiBuddhistDaterepresenting a date in the Thai Buddhist calendar system from the proleptic-year, month-of-year and day-of-month fields. - of(int, int, int) - Static method in class java.time.LocalDate
-
Obtains an instance of
LocalDatefrom a year, month and day. - of(int, int, int) - Static method in class java.time.LocalTime
-
Obtains an instance of
LocalTimefrom an hour, minute and second. - of(int, int, int) - Static method in class java.time.Period
-
Obtains a
Periodrepresenting a number of years, months and days. - of(int, int, int, int) - Static method in class java.time.LocalTime
-
Obtains an instance of
LocalTimefrom an hour, minute, second and nanosecond. - of(int, int, int, int, int) - Static method in class java.time.LocalDateTime
-
Obtains an instance of
LocalDateTimefrom year, month, day, hour and minute, setting the second and nanosecond to zero. - of(int, int, int, int, int, int) - Static method in class java.time.LocalDateTime
-
Obtains an instance of
LocalDateTimefrom year, month, day, hour, minute and second, setting the nanosecond to zero. - of(int, int, int, int, int, int, int) - Static method in class java.time.LocalDateTime
-
Obtains an instance of
LocalDateTimefrom year, month, day, hour, minute, second and nanosecond. - of(int, int, int, int, int, int, int, ZoneId) - Static method in class java.time.ZonedDateTime
-
Obtains an instance of
ZonedDateTimefrom a year, month, day, hour, minute, second, nanosecond and time-zone. - of(int, int, int, int, int, int, int, ZoneOffset) - Static method in class java.time.OffsetDateTime
-
Obtains an instance of
OffsetDateTimefrom a year, month, day, hour, minute, second, nanosecond and offset. - of(int, int, int, int, ZoneOffset) - Static method in class java.time.OffsetTime
-
Obtains an instance of
OffsetTimefrom an hour, minute, second and nanosecond. - of(int, Month) - Static method in class java.time.YearMonth
-
Obtains an instance of
YearMonthfrom a year and month. - of(int, Month, int) - Static method in class java.time.LocalDate
-
Obtains an instance of
LocalDatefrom a year, month and day. - of(int, Month, int, int, int) - Static method in class java.time.LocalDateTime
-
Obtains an instance of
LocalDateTimefrom year, month, day, hour and minute, setting the second and nanosecond to zero. - of(int, Month, int, int, int, int) - Static method in class java.time.LocalDateTime
-
Obtains an instance of
LocalDateTimefrom year, month, day, hour, minute and second, setting the nanosecond to zero. - of(int, Month, int, int, int, int, int) - Static method in class java.time.LocalDateTime
-
Obtains an instance of
LocalDateTimefrom year, month, day, hour, minute, second and nanosecond. - of(long) - Static method in interface java.lang.ProcessHandle
-
Returns an
Optional<ProcessHandle>for an existing native process. - of(long) - Static method in class java.util.OptionalLong
-
Returns an
OptionalLongdescribing the given value. - of(long) - Static method in interface java.util.stream.LongStream
-
Returns a sequential
LongStreamcontaining a single element. - of(long...) - Static method in interface java.util.stream.LongStream
-
Returns a sequential ordered stream whose elements are the specified values.
- of(long, long) - Static method in class java.time.temporal.ValueRange
-
Obtains a fixed value range.
- of(long, long, long) - Static method in class java.time.temporal.ValueRange
-
Obtains a variable value range.
- of(long, long, long, long) - Static method in class java.time.temporal.ValueRange
-
Obtains a fully variable value range.
- of(long, TemporalUnit) - Static method in class java.time.Duration
-
Obtains a
Durationrepresenting an amount in the specified unit. - of(E) - Static method in class java.util.EnumSet
-
Creates an enum set initially containing the specified element.
- of(E) - Static method in interface java.util.List
-
Returns an unmodifiable list containing one element.
- of(E) - Static method in interface java.util.Set
-
Returns an unmodifiable set containing one element.
- of(E...) - Static method in interface java.util.List
-
Returns an unmodifiable list containing an arbitrary number of elements.
- of(E...) - Static method in interface java.util.Set
-
Returns an unmodifiable set containing an arbitrary number of elements.
- of(E, E) - Static method in class java.util.EnumSet
-
Creates an enum set initially containing the specified elements.
- of(E, E) - Static method in interface java.util.List
-
Returns an unmodifiable list containing two elements.
- of(E, E) - Static method in interface java.util.Set
-
Returns an unmodifiable set containing two elements.
- of(E, E...) - Static method in class java.util.EnumSet
-
Creates an enum set initially containing the specified elements.
- of(E, E, E) - Static method in class java.util.EnumSet
-
Creates an enum set initially containing the specified elements.
- of(E, E, E) - Static method in interface java.util.List
-
Returns an unmodifiable list containing three elements.
- of(E, E, E) - Static method in interface java.util.Set
-
Returns an unmodifiable set containing three elements.
- of(E, E, E, E) - Static method in class java.util.EnumSet
-
Creates an enum set initially containing the specified elements.
- of(E, E, E, E) - Static method in interface java.util.List
-
Returns an unmodifiable list containing four elements.
- of(E, E, E, E) - Static method in interface java.util.Set
-
Returns an unmodifiable set containing four elements.
- of(E, E, E, E, E) - Static method in class java.util.EnumSet
-
Creates an enum set initially containing the specified elements.
- of(E, E, E, E, E) - Static method in interface java.util.List
-
Returns an unmodifiable list containing five elements.
- of(E, E, E, E, E) - Static method in interface java.util.Set
-
Returns an unmodifiable set containing five elements.
- of(E, E, E, E, E, E) - Static method in interface java.util.List
-
Returns an unmodifiable list containing six elements.
- of(E, E, E, E, E, E) - Static method in interface java.util.Set
-
Returns an unmodifiable set containing six elements.
- of(E, E, E, E, E, E, E) - Static method in interface java.util.List
-
Returns an unmodifiable list containing seven elements.
- of(E, E, E, E, E, E, E) - Static method in interface java.util.Set
-
Returns an unmodifiable set containing seven elements.
- of(E, E, E, E, E, E, E, E) - Static method in interface java.util.List
-
Returns an unmodifiable list containing eight elements.
- of(E, E, E, E, E, E, E, E) - Static method in interface java.util.Set
-
Returns an unmodifiable set containing eight elements.
- of(E, E, E, E, E, E, E, E, E) - Static method in interface java.util.List
-
Returns an unmodifiable list containing nine elements.
- of(E, E, E, E, E, E, E, E, E) - Static method in interface java.util.Set
-
Returns an unmodifiable set containing nine elements.
- of(E, E, E, E, E, E, E, E, E, E) - Static method in interface java.util.List
-
Returns an unmodifiable list containing ten elements.
- of(E, E, E, E, E, E, E, E, E, E) - Static method in interface java.util.Set
-
Returns an unmodifiable set containing ten elements.
- of(Class<E>, VectorShape) - Static method in interface jdk.incubator.vector.VectorSpecies
-
Finds a species for an element type and shape.
- of(ClassDesc, ClassDesc...) - Static method in interface java.lang.constant.MethodTypeDesc
-
Returns a MethodTypeDesc given the return type and parameter types.
- of(ClassDesc, String) - Static method in class java.lang.Enum.EnumDesc
-
Returns a nominal descriptor for the specified
enumclass and name - of(DirectMethodHandleDesc) - Static method in class java.lang.constant.DynamicConstantDesc
-
Returns a nominal descriptor for a dynamic constant whose bootstrap has no static arguments, whose name parameter is
ConstantDescs.DEFAULT_NAME, and whose type parameter is always the same as the bootstrap method return type. - of(DirectMethodHandleDesc.Kind, ClassDesc, String, String) - Static method in interface java.lang.constant.MethodHandleDesc
-
Creates a MethodHandleDesc corresponding to an invocation of a declared method, invocation of a constructor, or access to a field.
- of(DirectMethodHandleDesc, ConstantDesc...) - Static method in class java.lang.constant.DynamicConstantDesc
-
Returns a nominal descriptor for a dynamic constant whose name parameter is
ConstantDescs.DEFAULT_NAME, and whose type parameter is always the same as the bootstrap method return type. - of(DirectMethodHandleDesc, MethodTypeDesc) - Static method in class java.lang.constant.DynamicCallSiteDesc
-
Creates a nominal descriptor for an
invokedynamiccall site whose bootstrap method has no static arguments and for which the name parameter isConstantDescs.DEFAULT_NAME. - of(DirectMethodHandleDesc, String, MethodTypeDesc) - Static method in class java.lang.constant.DynamicCallSiteDesc
-
Creates a nominal descriptor for an
invokedynamiccall site whose bootstrap method has no static arguments. - of(DirectMethodHandleDesc, String, MethodTypeDesc, ConstantDesc...) - Static method in class java.lang.constant.DynamicCallSiteDesc
-
Creates a nominal descriptor for an
invokedynamiccall site. - of(String) - Static method in interface java.lang.constant.ClassDesc
-
Returns a ClassDesc for a class or interface type, given the name of the class or interface, such as
"java.lang.String". - of(String) - Static method in class java.net.UnixDomainSocketAddress
-
Creates a UnixDomainSocketAddress from the given path string.
- of(String) - Static method in interface java.time.chrono.Chronology
-
Obtains an instance of
Chronologyfrom a chronology ID or calendar system type. - of(String) - Static method in class java.time.ZoneId
-
Obtains an instance of
ZoneIdfrom an ID ensuring that the ID is valid and available for use. - of(String) - Static method in class java.time.ZoneOffset
-
Obtains an instance of
ZoneOffsetusing the ID. - of(String) - Static method in interface java.util.random.RandomGenerator.ArbitrarilyJumpableGenerator
-
Returns an instance of
RandomGenerator.ArbitrarilyJumpableGeneratorthat utilizes thenamealgorithm. - of(String) - Static method in interface java.util.random.RandomGenerator.JumpableGenerator
- of(String) - Static method in interface java.util.random.RandomGenerator.LeapableGenerator
- of(String) - Static method in interface java.util.random.RandomGenerator
- of(String) - Static method in interface java.util.random.RandomGenerator.SplittableGenerator
- of(String) - Static method in interface java.util.random.RandomGenerator.StreamableGenerator
- of(String) - Static method in class java.util.random.RandomGeneratorFactory
-
Returns a
RandomGeneratorFactorythat can produce instances ofRandomGeneratorthat utilize thenamealgorithm. - of(String) - Static method in class javax.annotation.processing.Completions
-
Returns a completion of the value and an empty message.
- of(String, String) - Static method in interface java.lang.constant.ClassDesc
-
Returns a ClassDesc for a class or interface type, given a package name and the unqualified (simple) name for the class or interface.
- of(String, String) - Static method in class javax.annotation.processing.Completions
-
Returns a completion of the value and message.
- of(String, String...) - Static method in interface java.nio.file.Path
-
Returns a
Pathby converting a path string, or a sequence of strings that when joined form a path string. - of(String, Map<String, String>) - Static method in class java.time.ZoneId
-
Obtains an instance of
ZoneIdusing its ID using a map of aliases to supplement the standard zone IDs. - of(InetSocketAddress) - Static method in class java.net.ProxySelector
-
Returns a ProxySelector which uses the given proxy address for all HTTP and HTTPS requests.
- of(URI) - Static method in interface java.nio.file.Path
-
Returns a
Pathby converting a URI. - of(Path) - Static method in class java.net.UnixDomainSocketAddress
-
Creates a UnixDomainSocketAddress for the given path.
- of(Path...) - Static method in interface java.lang.module.ModuleFinder
-
Returns a module finder that locates modules on the file system by searching a sequence of directories and/or packaged modules.
- of(JapaneseEra, int, int, int) - Static method in class java.time.chrono.JapaneseDate
-
Obtains a
JapaneseDaterepresenting a date in the Japanese calendar system from the era, year-of-era, month-of-year and day-of-month fields. - of(DayOfWeek, int) - Static method in class java.time.temporal.WeekFields
-
Obtains an instance of
WeekFieldsfrom the first day-of-week and minimal days. - of(LocalDate, LocalTime) - Static method in class java.time.LocalDateTime
-
Obtains an instance of
LocalDateTimefrom a date and time. - of(LocalDate, LocalTime, ZoneId) - Static method in class java.time.ZonedDateTime
-
Obtains an instance of
ZonedDateTimefrom a local date and time. - of(LocalDate, LocalTime, ZoneOffset) - Static method in class java.time.OffsetDateTime
-
Obtains an instance of
OffsetDateTimefrom a date, time and offset. - of(LocalDateTime, ZoneId) - Static method in class java.time.ZonedDateTime
-
Obtains an instance of
ZonedDateTimefrom a local date-time. - of(LocalDateTime, ZoneOffset) - Static method in class java.time.OffsetDateTime
-
Obtains an instance of
OffsetDateTimefrom a date-time and offset. - of(LocalDateTime, ZoneOffset, ZoneOffset) - Static method in class java.time.zone.ZoneOffsetTransition
-
Obtains an instance defining a transition between two offsets.
- of(LocalTime, ZoneOffset) - Static method in class java.time.OffsetTime
-
Obtains an instance of
OffsetTimefrom a local time and an offset. - of(Month, int) - Static method in class java.time.MonthDay
-
Obtains an instance of
MonthDay. - of(Month, int, DayOfWeek, LocalTime, boolean, ZoneOffsetTransitionRule.TimeDefinition, ZoneOffset, ZoneOffset, ZoneOffset) - Static method in class java.time.zone.ZoneOffsetTransitionRule
-
Obtains an instance defining the yearly rule to create transitions between two offsets.
- of(ChronoUnit) - Static method in enum class java.util.concurrent.TimeUnit
-
Converts a
ChronoUnitto the equivalentTimeUnit. - of(ZoneOffset) - Static method in class java.time.zone.ZoneRules
-
Obtains an instance of ZoneRules that has fixed zone rules.
- of(ZoneOffset, ZoneOffset, List<ZoneOffsetTransition>, List<ZoneOffsetTransition>, List<ZoneOffsetTransitionRule>) - Static method in class java.time.zone.ZoneRules
-
Obtains an instance of a ZoneRules.
- of(Function<HttpRequest, HttpResponse.BodyHandler<T>>, ConcurrentMap<HttpRequest, CompletableFuture<HttpResponse<T>>>) - Static method in interface java.net.http.HttpResponse.PushPromiseHandler
-
Returns a push promise handler that accumulates push promises, and their responses, into the given map.
- of(Supplier<A>, BiConsumer<A, T>, BinaryOperator<A>, Function<A, R>, Collector.Characteristics...) - Static method in interface java.util.stream.Collector
-
Returns a new
Collectordescribed by the givensupplier,accumulator,combiner, andfinisherfunctions. - of(Supplier<R>, BiConsumer<R, T>, BinaryOperator<R>, Collector.Characteristics...) - Static method in interface java.util.stream.Collector
-
Returns a new
Collectordescribed by the givensupplier,accumulator, andcombinerfunctions. - of(Locale) - Static method in class java.time.format.DecimalStyle
-
Obtains the DecimalStyle for the specified locale.
- of(Locale) - Static method in class java.time.temporal.WeekFields
-
Obtains an instance of
WeekFieldsappropriate for a locale. - of(Map<String, List<String>>, BiPredicate<String, String>) - Static method in class java.net.http.HttpHeaders
-
Returns an HTTP headers from the given map.
- of(MemoryLayout, MemoryLayout...) - Static method in class jdk.incubator.foreign.FunctionDescriptor
-
Create a function descriptor with given return and argument layouts.
- of(K, V) - Static method in interface java.util.Map
-
Returns an unmodifiable map containing a single mapping.
- of(K, V, K, V) - Static method in interface java.util.Map
-
Returns an unmodifiable map containing two mappings.
- of(K, V, K, V, K, V) - Static method in interface java.util.Map
-
Returns an unmodifiable map containing three mappings.
- of(K, V, K, V, K, V, K, V) - Static method in interface java.util.Map
-
Returns an unmodifiable map containing four mappings.
- of(K, V, K, V, K, V, K, V, K, V) - Static method in interface java.util.Map
-
Returns an unmodifiable map containing five mappings.
- of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in interface java.util.Map
-
Returns an unmodifiable map containing six mappings.
- of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in interface java.util.Map
-
Returns an unmodifiable map containing seven mappings.
- of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in interface java.util.Map
-
Returns an unmodifiable map containing eight mappings.
- of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in interface java.util.Map
-
Returns an unmodifiable map containing nine mappings.
- of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in interface java.util.Map
-
Returns an unmodifiable map containing ten mappings.
- of(T) - Static method in class java.util.Optional
-
Returns an
Optionaldescribing the given non-nullvalue. - of(T) - Static method in interface java.util.stream.Stream
-
Returns a sequential
Streamcontaining a single element. - of(T...) - Static method in interface java.util.stream.Stream
-
Returns a sequential ordered stream whose elements are the specified values.
- ofAddress(MemoryAddress) - Static method in interface jdk.incubator.foreign.CLinker.VaList
-
Constructs a new
VaListinstance out of a memory address pointing to an existing Cva_list, backed by the global resource scope. - ofAddress(MemoryAddress, ResourceScope) - Static method in interface jdk.incubator.foreign.CLinker.VaList
-
Constructs a new
VaListinstance out of a memory address pointing to an existing Cva_list, with given resource scope. - ofArray(byte[]) - Static method in interface jdk.incubator.foreign.MemorySegment
-
Creates a new confined array memory segment that models the memory associated with a given heap-allocated byte array.
- ofArray(char[]) - Static method in interface jdk.incubator.foreign.MemorySegment
-
Creates a new confined array memory segment that models the memory associated with a given heap-allocated char array.
- ofArray(double[]) - Static method in interface jdk.incubator.foreign.MemorySegment
-
Creates a new confined array memory segment that models the memory associated with a given heap-allocated double array.
- ofArray(float[]) - Static method in interface jdk.incubator.foreign.MemorySegment
-
Creates a new confined array memory segment that models the memory associated with a given heap-allocated float array.
- ofArray(int[]) - Static method in interface jdk.incubator.foreign.MemorySegment
-
Creates a new confined array memory segment that models the memory associated with a given heap-allocated int array.
- ofArray(long[]) - Static method in interface jdk.incubator.foreign.MemorySegment
-
Creates a new confined array memory segment that models the memory associated with a given heap-allocated long array.
- ofArray(short[]) - Static method in interface jdk.incubator.foreign.MemorySegment
-
Creates a new confined array memory segment that models the memory associated with a given heap-allocated short array.
- ofArray(ClassDesc) - Static method in class java.lang.invoke.VarHandle.VarHandleDesc
-
Returns a VarHandle.VarHandleDesc corresponding to a
VarHandlefor an array type. - ofByteArray() - Static method in class java.net.http.HttpResponse.BodyHandlers
-
Returns a
BodyHandler<byte[]>that returns aBodySubscriber<byte[]>obtained fromBodySubscribers.ofByteArray(). - ofByteArray() - Static method in class java.net.http.HttpResponse.BodySubscribers
-
Returns a
BodySubscriberwhich stores the response body as a byte array. - ofByteArray(byte[]) - Static method in class java.net.http.HttpRequest.BodyPublishers
-
Returns a request body publisher whose body is the given byte array.
- ofByteArray(byte[], int, int) - Static method in class java.net.http.HttpRequest.BodyPublishers
-
Returns a request body publisher whose body is the content of the given byte array of
lengthbytes starting from the specifiedoffset. - ofByteArrayConsumer(Consumer<Optional<byte[]>>) - Static method in class java.net.http.HttpResponse.BodyHandlers
-
Returns a
BodyHandler<Void>that returns aBodySubscriber<Void>obtained fromBodySubscribers.ofByteArrayConsumer(Consumer). - ofByteArrayConsumer(Consumer<Optional<byte[]>>) - Static method in class java.net.http.HttpResponse.BodySubscribers
-
Returns a
BodySubscriberwhich provides the incoming body data to the provided Consumer ofOptional<byte[]>. - ofByteArrays(Iterable<byte[]>) - Static method in class java.net.http.HttpRequest.BodyPublishers
-
A request body publisher that takes data from an
Iterableof byte arrays. - ofByteBuffer(ByteBuffer) - Static method in interface jdk.incubator.foreign.MemorySegment
-
Creates a new confined buffer memory segment that models the memory associated with the given byte buffer.
- ofCalendarField(int) - Static method in class java.text.DateFormat.Field
-
Returns the
Fieldconstant that corresponds to theCalendarconstantcalendarField. - ofCallsiteBootstrap(ClassDesc, String, ClassDesc, ClassDesc...) - Static method in class java.lang.constant.ConstantDescs
-
Returns a
MethodHandleDesccorresponding to a bootstrap method for aninvokedynamiccallsite, which is a static method whose leading parameter types areLookup,String, andMethodType. - ofCanonical(DirectMethodHandleDesc, String, ClassDesc, ConstantDesc[]) - Static method in class java.lang.constant.DynamicConstantDesc
-
Returns a nominal descriptor for a dynamic constant, transforming it into a more specific type if the constant bootstrap is a well-known one and a more specific nominal descriptor type (e.g., ClassDesc) is available.
- ofCast(Class<E>, Class<F>) - Static method in interface jdk.incubator.vector.VectorOperators.Conversion
-
The Java language assignment or casting conversion between two types.
- ofConstantBootstrap(ClassDesc, String, ClassDesc, ClassDesc...) - Static method in class java.lang.constant.ConstantDescs
-
Returns a
MethodHandleDesccorresponding to a bootstrap method for a dynamic constant, which is a static method whose leading arguments areLookup,String, andClass. - ofConstructor(ClassDesc, ClassDesc...) - Static method in interface java.lang.constant.MethodHandleDesc
-
Returns a MethodHandleDesc corresponding to invocation of a constructor
- ofDateAdjuster(UnaryOperator<LocalDate>) - Static method in class java.time.temporal.TemporalAdjusters
-
Obtains a
TemporalAdjusterthat wraps a date adjuster. - ofDays(int) - Static method in class java.time.Period
-
Obtains a
Periodrepresenting a number of days. - ofDays(long) - Static method in class java.time.Duration
-
Obtains a
Durationrepresenting a number of standard 24 hour days. - ofDefaultLocale() - Static method in class java.time.format.DecimalStyle
-
Obtains the DecimalStyle for the default
FORMATlocale. - ofDelimiter(String) - Static method in class java.util.HexFormat
-
Returns a hexadecimal formatter with the delimiter and lowercase characters.
- ofDescriptor(String) - Static method in interface java.lang.constant.ClassDesc
-
Returns a ClassDesc given a descriptor string for a class, interface, array, or primitive type.
- ofDescriptor(String) - Static method in interface java.lang.constant.MethodTypeDesc
-
Creates a MethodTypeDesc given a method descriptor string.
- ofEntries(Map.Entry<? extends K, ? extends V>...) - Static method in interface java.util.Map
-
Returns an unmodifiable map containing keys and values extracted from the given entries.
- ofEpochDay(long) - Static method in class java.time.LocalDate
-
Obtains an instance of
LocalDatefrom the epoch day count. - ofEpochMilli(long) - Static method in class java.time.Instant
-
Obtains an instance of
Instantusing milliseconds from the epoch of 1970-01-01T00:00:00Z. - ofEpochSecond(long) - Static method in class java.time.Instant
-
Obtains an instance of
Instantusing seconds from the epoch of 1970-01-01T00:00:00Z. - ofEpochSecond(long, int, ZoneOffset) - Static method in class java.time.LocalDateTime
-
Obtains an instance of
LocalDateTimeusing seconds from the epoch of 1970-01-01T00:00:00Z. - ofEpochSecond(long, long) - Static method in class java.time.Instant
-
Obtains an instance of
Instantusing seconds from the epoch of 1970-01-01T00:00:00Z and nanosecond fraction of second. - OFF - Enum constant in enum class java.awt.Taskbar.State
-
Stops displaying the progress.
- OFF - Enum constant in enum class java.lang.System.Logger.Level
-
A marker to indicate that all levels are disabled.
- OFF - Static variable in class java.util.logging.Level
-
OFF is a special level that can be used to turn off logging.
- offendingNode - Variable in exception javax.imageio.metadata.IIOInvalidTreeException
-
The
Nodethat led to the parsing error, ornull. - offer(E) - Method in class java.util.ArrayDeque
-
Inserts the specified element at the end of this deque.
- offer(E) - Method in class java.util.concurrent.ArrayBlockingQueue
-
Inserts the specified element at the tail of this queue if it is possible to do so immediately without exceeding the queue's capacity, returning
trueupon success andfalseif this queue is full. - offer(E) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning
trueupon success andfalseif no space is currently available. - offer(E) - Method in interface java.util.concurrent.BlockingQueue
-
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning
trueupon success andfalseif no space is currently available. - offer(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Inserts the specified element at the tail of this deque.
- offer(E) - Method in class java.util.concurrent.ConcurrentLinkedQueue
-
Inserts the specified element at the tail of this queue.
- offer(E) - Method in class java.util.concurrent.DelayQueue
-
Inserts the specified element into this delay queue.
- offer(E) - Method in class java.util.concurrent.LinkedBlockingDeque
- offer(E) - Method in class java.util.concurrent.LinkedBlockingQueue
-
Inserts the specified element at the tail of this queue if it is possible to do so immediately without exceeding the queue's capacity, returning
trueupon success andfalseif this queue is full. - offer(E) - Method in class java.util.concurrent.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- offer(E) - Method in class java.util.concurrent.PriorityBlockingQueue
-
Inserts the specified element into this priority queue.
- offer(E) - Method in class java.util.concurrent.SynchronousQueue
-
Inserts the specified element into this queue, if another thread is waiting to receive it.
- offer(E) - Method in interface java.util.Deque
-
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning
trueupon success andfalseif no space is currently available. - offer(E) - Method in class java.util.LinkedList
-
Adds the specified element as the tail (last element) of this list.
- offer(E) - Method in class java.util.PriorityQueue
-
Inserts the specified element into this priority queue.
- offer(E) - Method in interface java.util.Queue
-
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions.
- offer(E, long, TimeUnit) - Method in class java.util.concurrent.ArrayBlockingQueue
-
Inserts the specified element at the tail of this queue, waiting up to the specified wait time for space to become available if the queue is full.
- offer(E, long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque), waiting up to the specified wait time if necessary for space to become available.
- offer(E, long, TimeUnit) - Method in interface java.util.concurrent.BlockingQueue
-
Inserts the specified element into this queue, waiting up to the specified wait time if necessary for space to become available.
- offer(E, long, TimeUnit) - Method in class java.util.concurrent.DelayQueue
-
Inserts the specified element into this delay queue.
- offer(E, long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
- offer(E, long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingQueue
-
Inserts the specified element at the tail of this queue, waiting if necessary up to the specified wait time for space to become available.
- offer(E, long, TimeUnit) - Method in class java.util.concurrent.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- offer(E, long, TimeUnit) - Method in class java.util.concurrent.PriorityBlockingQueue
-
Inserts the specified element into this priority queue.
- offer(E, long, TimeUnit) - Method in class java.util.concurrent.SynchronousQueue
-
Inserts the specified element into this queue, waiting if necessary up to the specified wait time for another thread to receive it.
- offer(T, long, TimeUnit, BiPredicate<Flow.Subscriber<? super T>, ? super T>) - Method in class java.util.concurrent.SubmissionPublisher
-
Publishes the given item, if possible, to each current subscriber by asynchronously invoking its
onNextmethod, blocking while resources for any subscription are unavailable, up to the specified timeout or until the caller thread is interrupted, at which point the given handler (if non-null) is invoked, and if it returns true, retried once. - offer(T, BiPredicate<Flow.Subscriber<? super T>, ? super T>) - Method in class java.util.concurrent.SubmissionPublisher
-
Publishes the given item, if possible, to each current subscriber by asynchronously invoking its
onNextmethod. - offerFirst(E) - Method in class java.util.ArrayDeque
-
Inserts the specified element at the front of this deque.
- offerFirst(E) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions, returning
trueupon success andfalseif no space is currently available. - offerFirst(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Inserts the specified element at the front of this deque.
- offerFirst(E) - Method in class java.util.concurrent.LinkedBlockingDeque
- offerFirst(E) - Method in interface java.util.Deque
-
Inserts the specified element at the front of this deque unless it would violate capacity restrictions.
- offerFirst(E) - Method in class java.util.LinkedList
-
Inserts the specified element at the front of this list.
- offerFirst(E, long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element at the front of this deque, waiting up to the specified wait time if necessary for space to become available.
- offerFirst(E, long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
- offerLast(E) - Method in class java.util.ArrayDeque
-
Inserts the specified element at the end of this deque.
- offerLast(E) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions, returning
trueupon success andfalseif no space is currently available. - offerLast(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Inserts the specified element at the end of this deque.
- offerLast(E) - Method in class java.util.concurrent.LinkedBlockingDeque
- offerLast(E) - Method in interface java.util.Deque
-
Inserts the specified element at the end of this deque unless it would violate capacity restrictions.
- offerLast(E) - Method in class java.util.LinkedList
-
Inserts the specified element at the end of this list.
- offerLast(E, long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element at the end of this deque, waiting up to the specified wait time if necessary for space to become available.
- offerLast(E, long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
- ofField(ClassDesc, String, ClassDesc) - Static method in class java.lang.invoke.VarHandle.VarHandleDesc
-
Returns a VarHandle.VarHandleDesc corresponding to a
VarHandlefor an instance field. - ofField(DirectMethodHandleDesc.Kind, ClassDesc, String, ClassDesc) - Static method in interface java.lang.constant.MethodHandleDesc
-
Creates a MethodHandleDesc corresponding to a method handle that accesses a field.
- ofFile(Path) - Static method in class java.net.http.HttpRequest.BodyPublishers
-
A request body publisher that takes data from the contents of a File.
- ofFile(Path) - Static method in class java.net.http.HttpResponse.BodyHandlers
- ofFile(Path) - Static method in class java.net.http.HttpResponse.BodySubscribers
-
Returns a
BodySubscriberwhich stores the response body in a file opened with the given name. - ofFile(Path, OpenOption...) - Static method in class java.net.http.HttpResponse.BodyHandlers
-
Returns a
BodyHandler<Path>that returns aBodySubscriber<Path>obtained fromBodySubscribers.ofFile(Path,OpenOption...). - ofFile(Path, OpenOption...) - Static method in class java.net.http.HttpResponse.BodySubscribers
-
Returns a
BodySubscriberwhich stores the response body in a file opened with the given options and name. - ofFileDownload(Path, OpenOption...) - Static method in class java.net.http.HttpResponse.BodyHandlers
-
Returns a
BodyHandler<Path>that returns aBodySubscriber<Path> where the download directory is specified, but the filename is obtained from theContent-Dispositionresponse header. - offset - Variable in class java.awt.image.DataBuffer
-
Offset into default (first) bank from which to get the first element.
- offset - Variable in class javax.swing.plaf.basic.BasicScrollBarUI.TrackListener
-
The offset
- offset - Variable in class javax.swing.plaf.basic.BasicSliderUI.TrackListener
-
The offset
- offset - Variable in class javax.swing.text.Segment
-
This is the offset into the array that the desired text begins.
- offset - Variable in class javax.swing.tree.DefaultTreeCellEditor
-
Used in editing.
- offset() - Static method in class java.time.temporal.TemporalQueries
-
A query for
ZoneOffsetreturning null if not found. - offset(Clock, Duration) - Static method in class java.time.Clock
-
Obtains a clock that returns instants from the specified clock with the specified duration added.
- offset(InstantSource, Duration) - Static method in interface java.time.InstantSource
-
Obtains a source that returns instants from the specified source with the specified duration added.
- OFFSET_SECONDS - Enum constant in enum class java.time.temporal.ChronoField
-
The offset from UTC/Greenwich.
- offsetByCodePoints(char[], int, int, int, int) - Static method in class java.lang.Character
-
Returns the index within the given
charsubarray that is offset from the givenindexbycodePointOffsetcode points. - offsetByCodePoints(int, int) - Method in class java.lang.StringBuilder
-
Returns the index within this sequence that is offset from the given
indexbycodePointOffsetcode points. - offsetByCodePoints(int, int) - Method in class java.lang.String
-
Returns the index within this
Stringthat is offset from the givenindexbycodePointOffsetcode points. - offsetByCodePoints(int, int) - Method in class java.lang.StringBuffer
- offsetByCodePoints(CharSequence, int, int) - Static method in class java.lang.Character
-
Returns the index within the given char sequence that is offset from the given
indexbycodePointOffsetcode points. - OffsetDateTime - Class in 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. - offsetRequested() - Method in exception javax.swing.text.BadLocationException
-
Returns the offset into the document that was not legal.
- offsets - Variable in class java.awt.image.DataBuffer
-
Offsets into all banks.
- OffsetTime - Class in java.time
-
A time with an offset from UTC/Greenwich in the ISO-8601 calendar system, such as
10:15:30+01:00. - ofHours(int) - Static method in class java.time.ZoneOffset
-
Obtains an instance of
ZoneOffsetusing an offset in hours. - ofHours(long) - Static method in class java.time.Duration
-
Obtains a
Durationrepresenting a number of standard hours. - ofHoursMinutes(int, int) - Static method in class java.time.ZoneOffset
-
Obtains an instance of
ZoneOffsetusing an offset in hours and minutes. - ofHoursMinutesSeconds(int, int, int) - Static method in class java.time.ZoneOffset
-
Obtains an instance of
ZoneOffsetusing an offset in hours, minutes and seconds. - ofInputStream() - Static method in class java.net.http.HttpResponse.BodyHandlers
-
Returns a
BodyHandler<InputStream>that returns aBodySubscriber<InputStream>obtained fromBodySubscribers.ofInputStream. - ofInputStream() - Static method in class java.net.http.HttpResponse.BodySubscribers
-
Returns a
BodySubscriberwhich streams the response body as anInputStream. - ofInputStream(Supplier<? extends InputStream>) - Static method in class java.net.http.HttpRequest.BodyPublishers
-
A request body publisher that reads its data from an
InputStream. - ofInstant(Instant, ZoneId) - Static method in class java.time.LocalDate
-
Obtains an instance of
LocalDatefrom anInstantand zone ID. - ofInstant(Instant, ZoneId) - Static method in class java.time.LocalDateTime
-
Obtains an instance of
LocalDateTimefrom anInstantand zone ID. - ofInstant(Instant, ZoneId) - Static method in class java.time.LocalTime
-
Obtains an instance of
LocalTimefrom anInstantand zone ID. - ofInstant(Instant, ZoneId) - Static method in class java.time.OffsetDateTime
-
Obtains an instance of
OffsetDateTimefrom anInstantand zone ID. - ofInstant(Instant, ZoneId) - Static method in class java.time.OffsetTime
-
Obtains an instance of
OffsetTimefrom anInstantand zone ID. - ofInstant(Instant, ZoneId) - Static method in class java.time.ZonedDateTime
-
Obtains an instance of
ZonedDateTimefrom anInstant. - ofInstant(LocalDateTime, ZoneOffset, ZoneId) - Static method in class java.time.ZonedDateTime
-
Obtains an instance of
ZonedDateTimefrom the instant formed by combining the local date-time and offset. - ofLargestShape(Class<E>) - Static method in interface jdk.incubator.vector.VectorSpecies
-
Finds the largest vector species of the given element type.
- ofLines() - Static method in class java.net.http.HttpResponse.BodyHandlers
-
Returns a
BodyHandler<Stream<String>>that returns aBodySubscriber<Stream<String>>obtained fromBodySubscribers.ofLines(charset). - ofLines(Charset) - Static method in class java.net.http.HttpResponse.BodySubscribers
-
Returns a
BodySubscriberwhich streams the response body as aStream<String>, where each string in the stream corresponds to a line as defined byBufferedReader.lines(). - ofLocal(LocalDateTime, ZoneId, ZoneOffset) - Static method in class java.time.ZonedDateTime
-
Obtains an instance of
ZonedDateTimefrom a local date-time using the preferred offset if possible. - ofLocale(Locale) - Static method in interface java.time.chrono.Chronology
-
Obtains an instance of
Chronologyfrom a locale. - ofLocalizedDate(FormatStyle) - Static method in class java.time.format.DateTimeFormatter
-
Returns a locale specific date format for the ISO chronology.
- ofLocalizedDateTime(FormatStyle) - Static method in class java.time.format.DateTimeFormatter
-
Returns a locale specific date-time formatter for the ISO chronology.
- ofLocalizedDateTime(FormatStyle, FormatStyle) - Static method in class java.time.format.DateTimeFormatter
-
Returns a locale specific date and time format for the ISO chronology.
- ofLocalizedTime(FormatStyle) - Static method in class java.time.format.DateTimeFormatter
-
Returns a locale specific time format for the ISO chronology.
- ofLong(long) - Static method in interface jdk.incubator.foreign.MemoryAddress
-
Obtain a native memory address instance from given long address.
- ofMethod(DirectMethodHandleDesc.Kind, ClassDesc, String, MethodTypeDesc) - Static method in interface java.lang.constant.MethodHandleDesc
-
Creates a MethodHandleDesc corresponding to an invocation of a declared method or constructor.
- ofMillis(long) - Static method in class java.time.Duration
-
Obtains a
Durationrepresenting a number of milliseconds. - ofMinutes(long) - Static method in class java.time.Duration
-
Obtains a
Durationrepresenting a number of standard minutes. - ofMonths(int) - Static method in class java.time.Period
-
Obtains a
Periodrepresenting a number of months. - ofNamed(DirectMethodHandleDesc, String, ClassDesc, ConstantDesc...) - Static method in class java.lang.constant.DynamicConstantDesc
-
Returns a nominal descriptor for a dynamic constant.
- ofNanoOfDay(long) - Static method in class java.time.LocalTime
-
Obtains an instance of
LocalTimefrom a nanos-of-day value. - ofNanos(long) - Static method in class java.time.Duration
-
Obtains a
Durationrepresenting a number of nanoseconds. - ofNullable(T) - Static method in class java.util.Optional
-
Returns an
Optionaldescribing the given value, if non-null, otherwise returns an emptyOptional. - ofNullable(T) - Static method in interface java.util.stream.Stream
-
Returns a sequential
Streamcontaining a single element, if non-null, otherwise returns an emptyStream. - ofOffset(String, ZoneOffset) - Static method in class java.time.ZoneId
-
Obtains an instance of
ZoneIdwrapping an offset. - ofPattern(String) - Static method in class java.time.format.DateTimeFormatter
-
Creates a formatter using the specified pattern.
- ofPattern(String, Locale) - Static method in class java.time.format.DateTimeFormatter
-
Creates a formatter using the specified pattern and locale.
- ofPreferred(Class<E>) - Static method in interface jdk.incubator.vector.VectorSpecies
-
Finds the species preferred by the current platform for a given vector element type.
- ofPublisher() - Static method in class java.net.http.HttpResponse.BodyHandlers
-
Returns a
BodyHandler<Publisher<List<ByteBuffer>>>that creates aBodySubscriber<Publisher<List<ByteBuffer>>>obtained fromBodySubscribers.ofPublisher(). - ofPublisher() - Static method in class java.net.http.HttpResponse.BodySubscribers
-
Returns a response subscriber which publishes the response body through a
Publisher<List<ByteBuffer>>. - ofReinterpret(Class<E>, Class<F>) - Static method in interface jdk.incubator.vector.VectorOperators.Conversion
-
The bitwise reinterpretation between two types.
- ofScope(ResourceScope) - Static method in interface jdk.incubator.foreign.SegmentAllocator
-
Returns a native allocator which responds to allocation requests by allocating new segments bound by the given resource scope, using the
MemorySegment.allocateNative(long, long, ResourceScope)factory. - ofSecondOfDay(long) - Static method in class java.time.LocalTime
-
Obtains an instance of
LocalTimefrom a second-of-day value. - ofSeconds(long) - Static method in class java.time.Duration
-
Obtains a
Durationrepresenting a number of seconds. - ofSeconds(long, long) - Static method in class java.time.Duration
-
Obtains a
Durationrepresenting a number of seconds and an adjustment in nanoseconds. - ofSegment(MemorySegment) - Static method in interface jdk.incubator.foreign.SegmentAllocator
-
Returns a segment allocator which responds to allocation requests by recycling a single segment; that is, each new allocation request will return a new slice starting at the segment offset
0(alignment constraints are ignored by this allocator). - ofStaticField(ClassDesc, String, ClassDesc) - Static method in class java.lang.invoke.VarHandle.VarHandleDesc
-
Returns a VarHandle.VarHandleDesc corresponding to a
VarHandlefor a static field. - ofStrict(LocalDateTime, ZoneOffset, ZoneId) - Static method in class java.time.ZonedDateTime
Observerinterface have been deprecated. The event model supported byObserverandObservableis quite limited, the order of notifications delivered byObservableis unspecified, and state changes are not in one-for-one correspondence with notifications. For a richer event model, consider using thejava.beanspackage. For reliable and ordered messaging among threads, consider using one of the concurrent data structures in thejava.util.concurrentpackage. For reactive streams style programming, see theFlowAPI.