Uses of Annotation Interface
java.lang.Override
Package
Description
A Java API for Stream Control Transport Protocol.
Provides an implementation of
Configuration
.Provides utilities for operations on abstract syntax trees (AST).
Provides the classes necessary to create an applet and the classes an applet
uses to communicate with its applet context.
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides interfaces and classes for transferring data between and within
applications.
Provides the Java 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
Provides classes for creating and modifying images.
Contains classes related to developing beans -- components based on
the JavaBeans architecture.
Provides for system input and output through data streams,
serialization and the file system.
Provides classes that are fundamental to the design of the Java
programming language.
Classes and interfaces to represent nominal descriptors for run-time
entities such as classes or method handles, and classfile entities such as
constant pool entries or
invokedynamic
call sites.The
java.lang.invoke
package provides low-level primitives for interacting
with the Java Virtual Machine.Classes to support module descriptors and creating configurations of modules
by means of resolution and service binding.
Provides reference-object classes, which support a limited degree
of interaction with the garbage collector.
Provides classes and interfaces for obtaining reflective information about
classes and objects.
Provides classes for performing arbitrary-precision integer
arithmetic (
BigInteger
) and arbitrary-precision decimal
arithmetic (BigDecimal
).Provides the classes for implementing networking applications.
HTTP Client and WebSocket APIs
Defines buffers, which are containers for data, and provides an
overview of the other NIO packages.
Defines channels, which represent connections to entities that are capable of
performing I/O operations, such as files and sockets; defines selectors, for
multiplexed, non-blocking I/O operations.
Defines interfaces and classes for the Java virtual machine to access files,
file attributes, and file systems.
Interfaces and classes providing access to file and file system attributes.
Provides the classes and interfaces for the security framework.
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
Provides the API for accessing and processing data stored in a
data source (usually a relational database) using the
Java programming language.
Provides classes and interfaces for handling text, dates, numbers,
and messages in a manner independent of natural languages.
The main API for dates, times, instants, and durations.
Generic API for calendar systems other than the default ISO.
Provides classes to print and parse dates and times.
Access to date and time using fields and units, and date time adjusters.
Support for time-zones and their rules.
Contains the collections framework, some internationalization support classes,
a service loader, properties, random number generation, string parsing
and scanning classes, base64 encoding and decoding, a bit array, and
several miscellaneous utility classes.
Utility classes commonly useful in concurrent programming.
Provides the classes and interfaces of
the Java 2 platform's core logging facilities.
Service provider classes for the classes in the java.util package.
Classes to support functional-style operations on streams of elements, such
as map-reduce transformations on collections.
Provides classes for reading and writing the standard ZIP and GZIP file
formats.
Provides the classes and interfaces for cryptographic
operations.
Public classes used by the built-in TIFF plug-ins.
Interfaces used to model elements of the Java programming language.
Interfaces used to model Java programming language types.
Utilities to assist in the processing of
program elements and
types.
Provides the core classes for the Java Management Extensions.
Provides the definition of the ModelMBean classes.
Provides the definition of the monitor classes.
Provides the open data types and Open MBean descriptor classes.
Interfaces for remote access to
JMX MBean servers.
The RMI connector is a connector for the JMX Remote API that
uses RMI to transmit client requests to a remote MBean server.
Provides classes for the secure socket package.
This package provides a framework for authentication and
authorization.
This package contains utility classes related to the Kerberos network
authentication protocol.
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI
(Musical Instrument Digital Interface) data.
Provides interfaces and classes for capture, processing, and playback of
sampled audio data.
Provides the API for server side data source access and processing from
the Java programming language.
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides classes and interface for drawing specialized borders around a Swing
component.
Provides for events fired by Swing components.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
Provides user interface objects that combine two or more look and feels.
Provides user interface objects built according to the cross-platform Nimbus
look and feel.
Synth is a skinnable look and feel in which all painting is delegated.
Provides classes and interfaces for dealing with
javax.swing.JTable
.Provides classes and interfaces that deal with editable and noneditable text
components.
Provides interfaces for tools which can be invoked from a program,
for example, compilers.
Provides the classes for implementing
XML Catalogs OASIS Standard V1.1, 7 October 2005.
Defines XML/Java Type Mappings.
Provides the classes for processing XML documents with a SAX (Simple API for XML)
parser or a DOM (Document Object Model) Document builder.
Defines interfaces and classes for the Streaming API for XML (StAX).
Defines the generic APIs for processing transformation instructions,
and performing a transformation from source to result.
Provides DOM specific transformation classes.
Provides SAX specific transformation classes.
Provides StAX specific transformation classes.
Provides stream and URI specific transformation classes.
Provides an object-model neutral API for the
evaluation of XPath expressions and access to the evaluation
environment.
Contains interfaces and classes that are used to link an
invokedynamic
call site.Contains the linker for ordinary Java objects.
Contains classes that make it more convenient for language runtimes to
implement their own language-specific object models and type conversions
by providing basic implementations of some classes as well as various
utilities.
Contains classes that make using Dynalink more convenient by providing
basic implementations of some classes as well as various utilities.
Classes to support low-level and efficient foreign memory/function access, directly from Java.
Incubating Feature. Will be removed in a future release.
The Doclet API provides an environment which, in conjunction with
the Language Model API and Compiler Tree API, allows clients
to inspect the source-level structures of programs and
libraries, including API comments embedded in the source.
This package provides classes to create events and control Flight Recorder.
This package contains classes for consuming Flight Recorder data.
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL),
which interactively evaluate "snippets" of Java programming language code.
Provides implementation support for building JShell execution engines.
Defines the Service Provider Interface for pluggable JShell execution engines.
This package contains classes to control and monitor Flight Recorder over Java Management Extensions (JMX).
Provides helper classes, including
support for bootstrapping SAX-based applications.
-
Uses of Override in com.sun.nio.sctp
Modifier and TypeMethodDescriptionabstract Association
SendFailedNotification.association()
Returns the association that this notification is applicable to.boolean
Returns true if the specified object is anotherInitMaxStreams
instance with the same number of in and out bound streams.AbstractNotificationHandler.handleNotification
(Notification notification, T attachment) Invoked when an implementation specific notification is received from the SCTP stack.int
SctpStandardSocketOptions.InitMaxStreams.hashCode()
Returns a hash code value for this init max streams.SctpStandardSocketOptions.InitMaxStreams.toString()
Returns a string representation of this init max streams, including the maximum in and out bound streams.final int
SctpChannel.validOps()
Returns an operation set identifying this channel's supported operations.final int
SctpMultiChannel.validOps()
Returns an operation set identifying this channel's supported operations.final int
SctpServerChannel.validOps()
Returns an operation set identifying this channel's supported operations. -
Uses of Override in com.sun.security.auth.login
Modifier and TypeMethodDescriptionConfigFile.getAppConfigurationEntry
(String applicationName) Retrieve an entry from theConfiguration
using an application name as an index.void
ConfigFile.refresh()
Refresh and reload theConfiguration
by re-reading all of the login configurations. -
Uses of Override in com.sun.source.util
Modifier and TypeMethodDescriptionDocTreePath.iterator()
TreePath.iterator()
Iterates from leaves to root.Scans a single node.Scans a single node.SimpleTreeVisitor.visitAnnotatedType
(AnnotatedTypeTree node, P p) Visits an AnnotatedTypeTree node.TreeScanner.visitAnnotatedType
(AnnotatedTypeTree node, P p) Visits an AnnotatedTypeTree node.SimpleTreeVisitor.visitAnnotation
(AnnotationTree node, P p) Visits an AnnotatedTree node.TreeScanner.visitAnnotation
(AnnotationTree node, P p) Visits an AnnotatedTree node.SimpleTreeVisitor.visitArrayAccess
(ArrayAccessTree node, P p) Visits an ArrayAccessTree node.TreeScanner.visitArrayAccess
(ArrayAccessTree node, P p) Visits an ArrayAccessTree node.SimpleTreeVisitor.visitArrayType
(ArrayTypeTree node, P p) Visits an ArrayTypeTree node.TreeScanner.visitArrayType
(ArrayTypeTree node, P p) Visits an ArrayTypeTree node.SimpleTreeVisitor.visitAssert
(AssertTree node, P p) Visits an AssertTree node.TreeScanner.visitAssert
(AssertTree node, P p) Visits an AssertTree node.SimpleTreeVisitor.visitAssignment
(AssignmentTree node, P p) Visits an AssignmentTree node.TreeScanner.visitAssignment
(AssignmentTree node, P p) Visits an AssignmentTree node.DocTreeScanner.visitAttribute
(AttributeTree node, P p) Visits an AttributeTree node.SimpleDocTreeVisitor.visitAttribute
(AttributeTree node, P p) Visits an AttributeTree node.DocTreeScanner.visitAuthor
(AuthorTree node, P p) Visits an AuthorTree node.SimpleDocTreeVisitor.visitAuthor
(AuthorTree node, P p) Visits an AuthorTree node.SimpleTreeVisitor.visitBinary
(BinaryTree node, P p) Visits a BinaryTree node.TreeScanner.visitBinary
(BinaryTree node, P p) Visits a BinaryTree node.SimpleTreeVisitor.visitBindingPattern
(BindingPatternTree node, P p) Visits an BindingPattern node.TreeScanner.visitBindingPattern
(BindingPatternTree node, P p) Visits an BindingPattern node.SimpleTreeVisitor.visitBlock
(BlockTree node, P p) Visits a BlockTree node.TreeScanner.visitBlock
(BlockTree node, P p) Visits a BlockTree node.SimpleTreeVisitor.visitBreak
(BreakTree node, P p) Visits a BreakTree node.TreeScanner.visitBreak
(BreakTree node, P p) Visits a BreakTree node.Visits a CaseTree node.Visits a CaseTree node.SimpleTreeVisitor.visitCatch
(CatchTree node, P p) Visits a CatchTree node.TreeScanner.visitCatch
(CatchTree node, P p) Visits a CatchTree node.SimpleTreeVisitor.visitClass
(ClassTree node, P p) Visits a ClassTree node.TreeScanner.visitClass
(ClassTree node, P p) Visits a ClassTree node.DocTreeScanner.visitComment
(CommentTree node, P p) Visits a CommentTree node.SimpleDocTreeVisitor.visitComment
(CommentTree node, P p) Visits a CommentTree node.SimpleTreeVisitor.visitCompilationUnit
(CompilationUnitTree node, P p) Visits a CompilationUnitTree node.TreeScanner.visitCompilationUnit
(CompilationUnitTree node, P p) Visits a CompilationUnitTree node.SimpleTreeVisitor.visitCompoundAssignment
(CompoundAssignmentTree node, P p) Visits a CompoundAssignmentTree node.TreeScanner.visitCompoundAssignment
(CompoundAssignmentTree node, P p) Visits a CompoundAssignmentTree node.SimpleTreeVisitor.visitConditionalExpression
(ConditionalExpressionTree node, P p) Visits a ConditionalExpressionTree node.TreeScanner.visitConditionalExpression
(ConditionalExpressionTree node, P p) Visits a ConditionalExpressionTree node.SimpleTreeVisitor.visitContinue
(ContinueTree node, P p) Visits a ContinueTree node.TreeScanner.visitContinue
(ContinueTree node, P p) Visits a ContinueTree node.SimpleTreeVisitor.visitDefaultCaseLabel
(DefaultCaseLabelTreePREVIEW node, P p) Preview.Visits a DefaultCaseLabelTree node.TreeScanner.visitDefaultCaseLabel
(DefaultCaseLabelTreePREVIEW node, P p) Preview.Visits a DefaultCaseLabelTree node.DocTreeScanner.visitDeprecated
(DeprecatedTree node, P p) Visits a DeprecatedTree node.SimpleDocTreeVisitor.visitDeprecated
(DeprecatedTree node, P p) Visits a DeprecatedTree node.DocTreeScanner.visitDocComment
(DocCommentTree node, P p) Visits a DocCommentTree node.SimpleDocTreeVisitor.visitDocComment
(DocCommentTree node, P p) Visits a DocCommentTree node.DocTreeScanner.visitDocRoot
(DocRootTree node, P p) Visits a DocRootTree node.SimpleDocTreeVisitor.visitDocRoot
(DocRootTree node, P p) Visits a DocRootTree node.DocTreeScanner.visitDocType
(DocTypeTree node, P p) Visits a DocTypeTree node.SimpleDocTreeVisitor.visitDocType
(DocTypeTree node, P p) Visits a DocTypeTree node.SimpleTreeVisitor.visitDoWhileLoop
(DoWhileLoopTree node, P p) Visits a DoWhileTree node.TreeScanner.visitDoWhileLoop
(DoWhileLoopTree node, P p) Visits a DoWhileTree node.SimpleTreeVisitor.visitEmptyStatement
(EmptyStatementTree node, P p) Visits an EmptyStatementTree node.TreeScanner.visitEmptyStatement
(EmptyStatementTree node, P p) Visits an EmptyStatementTree node.DocTreeScanner.visitEndElement
(EndElementTree node, P p) Visits an EndElementTree node.SimpleDocTreeVisitor.visitEndElement
(EndElementTree node, P p) Visits an EndElementTree node.SimpleTreeVisitor.visitEnhancedForLoop
(EnhancedForLoopTree node, P p) Visits an EnhancedForLoopTree node.TreeScanner.visitEnhancedForLoop
(EnhancedForLoopTree node, P p) Visits an EnhancedForLoopTree node.DocTreeScanner.visitEntity
(EntityTree node, P p) Visits an EntityTree node.SimpleDocTreeVisitor.visitEntity
(EntityTree node, P p) Visits an EntityTree node.DocTreeScanner.visitErroneous
(ErroneousTree node, P p) Visits an ErroneousTree node.SimpleDocTreeVisitor.visitErroneous
(ErroneousTree node, P p) Visits an ErroneousTree node.SimpleTreeVisitor.visitErroneous
(ErroneousTree node, P p) Visits an ErroneousTree node.TreeScanner.visitErroneous
(ErroneousTree node, P p) Visits an ErroneousTree node.SimpleTreeVisitor.visitExports
(ExportsTree node, P p) Visits an ExportsTree node.TreeScanner.visitExports
(ExportsTree node, P p) Visits an ExportsTree node.SimpleTreeVisitor.visitExpressionStatement
(ExpressionStatementTree node, P p) Visits an ExpressionStatementTree node.TreeScanner.visitExpressionStatement
(ExpressionStatementTree node, P p) Visits an ExpressionStatementTree node.SimpleTreeVisitor.visitForLoop
(ForLoopTree node, P p) Visits a ForLoopTree node.TreeScanner.visitForLoop
(ForLoopTree node, P p) Visits a ForLoopTree node.SimpleTreeVisitor.visitGuardedPattern
(GuardedPatternTreePREVIEW node, P p) Preview.Visits a GuardPatternTree node.TreeScanner.visitGuardedPattern
(GuardedPatternTreePREVIEW node, P p) Preview.Visits a GuardPatternTree node.DocTreeScanner.visitHidden
(HiddenTree node, P p) Visits a HiddenTree node.SimpleDocTreeVisitor.visitHidden
(HiddenTree node, P p) Visits a HiddenTree node.DocTreeScanner.visitIdentifier
(IdentifierTree node, P p) Visits an IdentifierTree node.SimpleDocTreeVisitor.visitIdentifier
(IdentifierTree node, P p) Visits an IdentifierTree node.SimpleTreeVisitor.visitIdentifier
(IdentifierTree node, P p) Visits an IdentifierTree node.TreeScanner.visitIdentifier
(IdentifierTree node, P p) Visits an IdentifierTree node.Visits an IfTree node.Visits an IfTree node.SimpleTreeVisitor.visitImport
(ImportTree node, P p) Visits an ImportTree node.TreeScanner.visitImport
(ImportTree node, P p) Visits an ImportTree node.DocTreeScanner.visitIndex
(IndexTree node, P p) Visits an IndexTree node.SimpleDocTreeVisitor.visitIndex
(IndexTree node, P p) Visits an IndexTree node.DocTreeScanner.visitInheritDoc
(InheritDocTree node, P p) Visits an InheritDocTree node.SimpleDocTreeVisitor.visitInheritDoc
(InheritDocTree node, P p) Visits an InheritDocTree node.SimpleTreeVisitor.visitInstanceOf
(InstanceOfTree node, P p) Visits an InstanceOfTree node.TreeScanner.visitInstanceOf
(InstanceOfTree node, P p) Visits an InstanceOfTree node.SimpleTreeVisitor.visitIntersectionType
(IntersectionTypeTree node, P p) Visits an IntersectionTypeTree node.TreeScanner.visitIntersectionType
(IntersectionTypeTree node, P p) Visits an IntersectionTypeTree node.SimpleTreeVisitor.visitLabeledStatement
(LabeledStatementTree node, P p) Visits a LabeledStatementTree node.TreeScanner.visitLabeledStatement
(LabeledStatementTree node, P p) Visits a LabeledStatementTree node.SimpleTreeVisitor.visitLambdaExpression
(LambdaExpressionTree node, P p) Visits a LambdaExpressionTree node.TreeScanner.visitLambdaExpression
(LambdaExpressionTree node, P p) Visits a LambdaExpressionTree node.Visits a LinkTree node.Visits a LinkTree node.DocTreeScanner.visitLiteral
(LiteralTree node, P p) Visits an LiteralTree node.SimpleDocTreeVisitor.visitLiteral
(LiteralTree node, P p) Visits an LiteralTree node.SimpleTreeVisitor.visitLiteral
(LiteralTree node, P p) Visits a LiteralTree node.TreeScanner.visitLiteral
(LiteralTree node, P p) Visits a LiteralTree node.SimpleTreeVisitor.visitMemberReference
(MemberReferenceTree node, P p) Visits a MemberReferenceTree node.TreeScanner.visitMemberReference
(MemberReferenceTree node, P p) Visits a MemberReferenceTree node.SimpleTreeVisitor.visitMemberSelect
(MemberSelectTree node, P p) Visits a MemberSelectTree node.TreeScanner.visitMemberSelect
(MemberSelectTree node, P p) Visits a MemberSelectTree node.SimpleTreeVisitor.visitMethod
(MethodTree node, P p) Visits a MethodTree node.TreeScanner.visitMethod
(MethodTree node, P p) Visits a MethodTree node.SimpleTreeVisitor.visitMethodInvocation
(MethodInvocationTree node, P p) Visits a MethodInvocationTree node.TreeScanner.visitMethodInvocation
(MethodInvocationTree node, P p) Visits a MethodInvocationTree node.SimpleTreeVisitor.visitModifiers
(ModifiersTree node, P p) Visits a ModifiersTree node.TreeScanner.visitModifiers
(ModifiersTree node, P p) Visits a ModifiersTree node.SimpleTreeVisitor.visitModule
(ModuleTree node, P p) Visits a ModuleTree node.TreeScanner.visitModule
(ModuleTree node, P p) Visits a ModuleTree node.SimpleTreeVisitor.visitNewArray
(NewArrayTree node, P p) Visits a NewArrayTree node.TreeScanner.visitNewArray
(NewArrayTree node, P p) Visits a NewArrayTree node.SimpleTreeVisitor.visitNewClass
(NewClassTree node, P p) Visits a NewClassTree node.TreeScanner.visitNewClass
(NewClassTree node, P p) Visits a NewClassTree node.SimpleTreeVisitor.visitOpens
(OpensTree node, P p) Visits an OpensTree node.TreeScanner.visitOpens
(OpensTree node, P p) Visits an OpensTree node.DocTreeScanner.visitOther
(DocTree node, P p) Visits an unknown type of DocTree node.SimpleDocTreeVisitor.visitOther
(DocTree node, P p) Visits an unknown type of DocTree node.SimpleTreeVisitor.visitOther
(Tree node, P p) Visits an unknown type of Tree node.TreeScanner.visitOther
(Tree node, P p) Visits an unknown type of Tree node.SimpleTreeVisitor.visitPackage
(PackageTree node, P p) Visits a PackageTree node.TreeScanner.visitPackage
(PackageTree node, P p) Visits a PackageTree node.DocTreeScanner.visitParam
(ParamTree node, P p) Visits a ParamTree node.SimpleDocTreeVisitor.visitParam
(ParamTree node, P p) Visits a ParamTree node.SimpleTreeVisitor.visitParameterizedType
(ParameterizedTypeTree node, P p) Visits a ParameterizedTypeTree node.TreeScanner.visitParameterizedType
(ParameterizedTypeTree node, P p) Visits a ParameterizedTypeTree node.SimpleTreeVisitor.visitParenthesized
(ParenthesizedTree node, P p) Visits a ParenthesizedTree node.TreeScanner.visitParenthesized
(ParenthesizedTree node, P p) Visits a ParenthesizedTree node.SimpleTreeVisitor.visitParenthesizedPattern
(ParenthesizedPatternTreePREVIEW node, P p) Preview.Visits a ParenthesizedPatternTree node.TreeScanner.visitParenthesizedPattern
(ParenthesizedPatternTreePREVIEW node, P p) Preview.Visits a ParenthesizedPatternTree node.SimpleTreeVisitor.visitPrimitiveType
(PrimitiveTypeTree node, P p) Visits a PrimitiveTypeTree node.TreeScanner.visitPrimitiveType
(PrimitiveTypeTree node, P p) Visits a PrimitiveTypeTree node.DocTreeScanner.visitProvides
(ProvidesTree node, P p) Visits a ProvidesTree node.SimpleDocTreeVisitor.visitProvides
(ProvidesTree node, P p) Visits a ProvidesTree node.SimpleTreeVisitor.visitProvides
(ProvidesTree node, P p) Visits a ProvidesTree node.TreeScanner.visitProvides
(ProvidesTree node, P p) Visits a ProvidesTree node.DocTreeScanner.visitReference
(ReferenceTree node, P p) Visits a ReferenceTree node.SimpleDocTreeVisitor.visitReference
(ReferenceTree node, P p) Visits a ReferenceTree node.SimpleTreeVisitor.visitRequires
(RequiresTree node, P p) Visits a RequiresTree node.TreeScanner.visitRequires
(RequiresTree node, P p) Visits a RequiresTree node.DocTreeScanner.visitReturn
(ReturnTree node, P p) Visits a ReturnTree node.SimpleDocTreeVisitor.visitReturn
(ReturnTree node, P p) Visits a ReturnTree node.SimpleTreeVisitor.visitReturn
(ReturnTree node, P p) Visits a ReturnTree node.TreeScanner.visitReturn
(ReturnTree node, P p) Visits a ReturnTree node.Visits a SeeTree node.Visits a SeeTree node.DocTreeScanner.visitSerial
(SerialTree node, P p) Visits a SerialTree node.SimpleDocTreeVisitor.visitSerial
(SerialTree node, P p) Visits a SerialTree node.DocTreeScanner.visitSerialData
(SerialDataTree node, P p) Visits a SerialDataTree node.SimpleDocTreeVisitor.visitSerialData
(SerialDataTree node, P p) Visits a SerialDataTree node.DocTreeScanner.visitSerialField
(SerialFieldTree node, P p) Visits a SerialFieldTree node.SimpleDocTreeVisitor.visitSerialField
(SerialFieldTree node, P p) Visits a SerialFieldTree node.DocTreeScanner.visitSince
(SinceTree node, P p) Visits a SinceTree node.SimpleDocTreeVisitor.visitSince
(SinceTree node, P p) Visits a SinceTree node.DocTreeScanner.visitStartElement
(StartElementTree node, P p) Visits a StartElementTree node.SimpleDocTreeVisitor.visitStartElement
(StartElementTree node, P p) Visits a StartElementTree node.DocTreeScanner.visitSummary
(SummaryTree node, P p) Visits a SummaryTree node.SimpleDocTreeVisitor.visitSummary
(SummaryTree node, P p) Visits a SummaryTree node.SimpleTreeVisitor.visitSwitch
(SwitchTree node, P p) Visits a SwitchTree node.TreeScanner.visitSwitch
(SwitchTree node, P p) Visits a SwitchTree node.SimpleTreeVisitor.visitSwitchExpression
(SwitchExpressionTree node, P p) Visits a SwitchExpressionTree node.TreeScanner.visitSwitchExpression
(SwitchExpressionTree node, P p) Visits a SwitchExpressionTree node.SimpleTreeVisitor.visitSynchronized
(SynchronizedTree node, P p) Visits a SynchronizedTree node.TreeScanner.visitSynchronized
(SynchronizedTree node, P p) Visits a SynchronizedTree node.DocTreeScanner.visitSystemProperty
(SystemPropertyTree node, P p) Visits a SystemPropertyTree node.SimpleDocTreeVisitor.visitSystemProperty
(SystemPropertyTree node, P p) Visits a SystemPropertyTree node.Visits a TextTree node.Visits a TextTree node.SimpleTreeVisitor.visitThrow
(ThrowTree node, P p) Visits a ThrowTree node.TreeScanner.visitThrow
(ThrowTree node, P p) Visits a ThrowTree node.DocTreeScanner.visitThrows
(ThrowsTree node, P p) Visits a ThrowsTree node.SimpleDocTreeVisitor.visitThrows
(ThrowsTree node, P p) Visits a ThrowsTree node.Visits a TryTree node.Visits a TryTree node.SimpleTreeVisitor.visitTypeCast
(TypeCastTree node, P p) Visits a TypeCastTree node.TreeScanner.visitTypeCast
(TypeCastTree node, P p) Visits a TypeCastTree node.SimpleTreeVisitor.visitTypeParameter
(TypeParameterTree node, P p) Visits a TypeParameterTree node.TreeScanner.visitTypeParameter
(TypeParameterTree node, P p) Visits a TypeParameterTree node.SimpleTreeVisitor.visitUnary
(UnaryTree node, P p) Visits a UnaryTree node.TreeScanner.visitUnary
(UnaryTree node, P p) Visits a UnaryTree node.SimpleTreeVisitor.visitUnionType
(UnionTypeTree node, P p) Visits a UnionTypeTree node.TreeScanner.visitUnionType
(UnionTypeTree node, P p) Visits a UnionTypeTree node.DocTreeScanner.visitUnknownBlockTag
(UnknownBlockTagTree node, P p) Visits an UnknownBlockTagTree node.SimpleDocTreeVisitor.visitUnknownBlockTag
(UnknownBlockTagTree node, P p) Visits an UnknownBlockTagTree node.DocTreeScanner.visitUnknownInlineTag
(UnknownInlineTagTree node, P p) Visits an UnknownInlineTagTree node.SimpleDocTreeVisitor.visitUnknownInlineTag
(UnknownInlineTagTree node, P p) Visits an UnknownInlineTagTree node.Visits a UsesTree node.Visits a UsesTree node.Visits a UsesTree node.Visits a UsesTree node.DocTreeScanner.visitValue
(ValueTree node, P p) Visits a ValueTree node.SimpleDocTreeVisitor.visitValue
(ValueTree node, P p) Visits a ValueTree node.SimpleTreeVisitor.visitVariable
(VariableTree node, P p) Visits a VariableTree node.TreeScanner.visitVariable
(VariableTree node, P p) Visits a VariableTree node.DocTreeScanner.visitVersion
(VersionTree node, P p) Visits a VersionTree node.SimpleDocTreeVisitor.visitVersion
(VersionTree node, P p) Visits a VersionTree node.SimpleTreeVisitor.visitWhileLoop
(WhileLoopTree node, P p) Visits a WhileLoopTree node.TreeScanner.visitWhileLoop
(WhileLoopTree node, P p) Visits a WhileLoopTree node.SimpleTreeVisitor.visitWildcard
(WildcardTree node, P p) Visits a WildcardTypeTree node.TreeScanner.visitWildcard
(WildcardTree node, P p) Visits a WildcardTypeTree node.SimpleTreeVisitor.visitYield
(YieldTree node, P p) Visits a YieldTree node.TreeScanner.visitYield
(YieldTree node, P p) Visits a YieldTree node. -
Uses of Override in java.applet
Modifier and TypeMethodDescriptionboolean
Applet.isValidateRoot()
Deprecated, for removal: This API element is subject to removal in a future version.Indicates if this container is a validate root. -
Uses of Override in java.awt
Modifier and TypeMethodDescriptionWindow.getBackground()
Gets the background color of this window.void
Container.invalidate()
Invalidates the container.boolean
Window.isOpaque()
Indicates if the window is currently opaque.boolean
Window.isValidateRoot()
Indicates if this container is a validate root.void
Paints the container.void
Window.setBackground
(Color bgColor) Sets the background color of this window.void
Window.setLocation
(int x, int y) Moves this component to a new location.void
Window.setLocation
(Point p) Moves this component to a new location.void
Sets the title of the Dialog.Robot.toString()
Returns a string representation of this Robot. -
Uses of Override in java.awt.datatransfer
Modifier and TypeMethodDescriptionSystemFlavorMap.getFlavorsForNative
(String nat) Returns aList
ofDataFlavor
s to which the specifiedString
native can be translated by the data transfer subsystem.SystemFlavorMap.getFlavorsForNatives
(String[] natives) Returns aMap
of the specifiedString
natives to their most preferredDataFlavor
.SystemFlavorMap.getNativesForFlavor
(DataFlavor flav) Returns aList
ofString
natives to which the specifiedDataFlavor
can be translated by the data transfer subsystem.SystemFlavorMap.getNativesForFlavors
(DataFlavor[] flavors) Returns aMap
of the specifiedDataFlavor
s to their most preferredString
native. -
Uses of Override in java.awt.geom
Modifier and TypeMethodDescriptionfinal void
Path2D.Double.trimToSize()
final void
Path2D.Float.trimToSize()
-
Uses of Override in java.awt.image
Modifier and TypeMethodDescriptionboolean
This method simply delegates to the default implementation inObject
which is identical to an==
test since this class cannot enforce the issues of a proper equality test among multiple independent subclass branches.boolean
Tests if the specifiedObject
is an instance ofComponentColorModel
and equals thisComponentColorModel
.boolean
Tests if the specifiedObject
is an instance ofIndexColorModel
and if it equals thisIndexColorModel
boolean
Tests if the specifiedObject
is an instance ofPackedColorModel
and equals thisPackedColorModel
.protected Image
BaseMultiResolutionImage.getBaseImage()
AbstractMultiResolutionImage.getGraphics()
As per the contract of the baseImage#getGraphics()
method, this implementation will always throwUnsupportedOperationException
since only off-screen images can return aGraphics
object.int
AbstractMultiResolutionImage.getHeight
(ImageObserver observer) This method simply delegates to the same method on the base image and it is equivalent to:getBaseImage().getHeight(observer)
.AbstractMultiResolutionImage.getProperty
(String name, ImageObserver observer) This method simply delegates to the same method on the base image and it is equivalent to:getBaseImage().getProperty(name, observer)
.BaseMultiResolutionImage.getResolutionVariant
(double destImageWidth, double destImageHeight) BaseMultiResolutionImage.getResolutionVariants()
AbstractMultiResolutionImage.getSource()
This method simply delegates to the same method on the base image and it is equivalent to:getBaseImage().getSource()
.int
AbstractMultiResolutionImage.getWidth
(ImageObserver observer) This method simply delegates to the same method on the base image and it is equivalent to:getBaseImage().getWidth(observer)
.int
ColorModel.hashCode()
This method simply delegates to the default implementation inObject
which returns the system ID for the class.int
ComponentColorModel.hashCode()
Returns the hash code for this ComponentColorModel.int
IndexColorModel.hashCode()
Returns the hash code for IndexColorModel.int
PackedColorModel.hashCode()
Returns the hash code for this PackedColorModel. -
Uses of Override in java.beans
Modifier and TypeMethodDescriptionvoid
Expression.execute()
Theexecute
method finds a method whose name is the same as themethodName
property, and invokes the method on the target.BeanInfo[]
SimpleBeanInfo.getAdditionalBeanInfo()
Claim there are no other relevant BeanInfo objects.SimpleBeanInfo.getBeanDescriptor()
Deny knowledge about the class and customizer of the bean.int
SimpleBeanInfo.getDefaultEventIndex()
Deny knowledge of a default event.int
SimpleBeanInfo.getDefaultPropertyIndex()
Deny knowledge of a default property.SimpleBeanInfo.getEventSetDescriptors()
Deny knowledge of event sets.SimpleBeanInfo.getIcon
(int iconKind) Claim there are no icons available.SimpleBeanInfo.getMethodDescriptors()
Deny knowledge of methods.SimpleBeanInfo.getPropertyDescriptors()
Deny knowledge of properties. -
Uses of Override in java.io
Modifier and TypeMethodDescriptionvoid
FilterOutputStream.close()
Closes this output stream and releases any system resources associated with the stream.void
PrintStream.close()
Closes the stream.boolean
Checks two FilePermission objects for equality.void
BufferedOutputStream.flush()
Flushes this buffered output stream.void
FilterOutputStream.flush()
Flushes this output stream and forces any buffered output bytes to be written out to the stream.void
PrintStream.flush()
Flushes the stream.FilePermission.getActions()
Returns the "canonical string representation" of the actions.UncheckedIOException.getCause()
Returns the cause of this exception.WriteAbortedException.getCause()
Returns the exception that terminated the operation (the cause).int
FilePermission.hashCode()
Returns the hash code value for this object.boolean
FilePermission.implies
(Permission p) Checks if this FilePermission object "implies" the specified permission.FilePermission.newPermissionCollection()
Returns a new PermissionCollection object for storing FilePermission objects.void
BufferedOutputStream.write
(byte[] b, int off, int len) Writeslen
bytes from the specified byte array starting at offsetoff
to this buffered output stream.void
BufferedOutputStream.write
(int b) Writes the specified byte to this buffered output stream.void
FilterOutputStream.write
(byte[] b) Writesb.length
bytes to this output stream.void
FilterOutputStream.write
(byte[] b, int off, int len) Writeslen
bytes from the specifiedbyte
array starting at offsetoff
to this output stream.void
FilterOutputStream.write
(int b) Writes the specifiedbyte
to this output stream.void
PrintStream.write
(byte[] buf) Writes all bytes from the specified byte array to this stream.void
PrintStream.write
(byte[] buf, int off, int len) Writeslen
bytes from the specified byte array starting at offsetoff
to this stream.void
PrintStream.write
(int b) Writes the specified byte to this stream. -
Uses of Override in java.lang
Modifier and TypeMethodDescriptionStringBuffer.append
(boolean b) StringBuffer.append
(char c) StringBuffer.append
(char[] str) StringBuffer.append
(char[] str, int offset, int len) StringBuffer.append
(double d) StringBuffer.append
(float f) StringBuffer.append
(int i) StringBuffer.append
(long lng) StringBuffer.append
(CharSequence s) Appends the specifiedCharSequence
to this sequence.StringBuffer.append
(CharSequence s, int start, int end) StringBuilder.append
(boolean b) StringBuilder.append
(char c) StringBuilder.append
(char[] str) StringBuilder.append
(char[] str, int offset, int len) StringBuilder.append
(double d) StringBuilder.append
(float f) StringBuilder.append
(int i) StringBuilder.append
(long lng) StringBuilder.append
(CharSequence s) StringBuilder.append
(CharSequence s, int start, int end) StringBuffer.appendCodePoint
(int codePoint) StringBuilder.appendCodePoint
(int codePoint) Class<?>
Class.arrayType()
Returns aClass
for an array type whose component type is described by this Class.int
StringBuffer.capacity()
char
StringBuffer.charAt
(int index) String.chars()
Returns a stream ofint
zero-extending thechar
values from this sequence.protected Object
Thread.clone()
Throws CloneNotSupportedException as a Thread can not be meaningfully cloned.int
StringBuffer.codePointAt
(int index) int
StringBuffer.codePointBefore
(int index) int
StringBuffer.codePointCount
(int beginIndex, int endIndex) String.codePoints()
Returns a stream of code point values from this sequence.int
ProcessHandle.compareTo
(ProcessHandle other) Compares this ProcessHandle with the specified ProcessHandle for order.int
Runtime.Version.compareTo
(Runtime.Version obj) Compares this version to another.int
StringBuffer.compareTo
(StringBuffer another) Compares twoStringBuffer
instances lexicographically.int
StringBuilder.compareTo
(StringBuilder another) Compares twoStringBuilder
instances lexicographically.Class<?>
Class.componentType()
Returns the component type of thisClass
, if it describes an array type, ornull
otherwise.StringBuffer.delete
(int start, int end) StringBuilder.delete
(int start, int end) StringBuffer.deleteCharAt
(int index) StringBuilder.deleteCharAt
(int index) Boolean.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance.Byte.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance.Character.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance.Class.describeConstable()
Returns a nominal descriptor for this instance, if one can be constructed, or an emptyOptional
if one cannot be.Double.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance, which is the instance itself.final Optional<Enum.EnumDesc<E>>
Enum.describeConstable()
Returns an enum descriptorEnumDesc
for this instance, if one can be constructed, or an emptyOptional
if one cannot be.Float.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance, which is the instance itself.Integer.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance, which is the instance itself.Long.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance, which is the instance itself.Short.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance.String.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance, which is the instance itself.Class.descriptorString()
Returns the descriptor string of the entity (class, interface, array class, primitive type, orvoid
) represented by thisClass
object.void
StringBuffer.ensureCapacity
(int minimumCapacity) boolean
Returnstrue
ifother
object is non-null, is of the same implementation, and represents the same system process; otherwise it returnsfalse
.abstract boolean
Indicates whether some other object is "equal to" this one.boolean
Determines whether thisVersion
is equal to another object.<A extends Annotation>
AClass.getAnnotation
(Class<A> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<T extends Annotation>
TModule.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<A extends Annotation>
APackage.getAnnotation
(Class<A> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.Class.getAnnotations()
Returns annotations that are present on this element.Module.getAnnotations()
Returns annotations that are present on this element.Package.getAnnotations()
Returns annotations that are present on this element.<A extends Annotation>
A[]Class.getAnnotationsByType
(Class<A> annotationClass) Returns annotations that are associated with this element.<A extends Annotation>
A[]Package.getAnnotationsByType
(Class<A> annotationClass) Returns annotations that are associated with this element.void
StringBuffer.getChars
(int srcBegin, int srcEnd, char[] dst, int dstBegin) <A extends Annotation>
AClass.getDeclaredAnnotation
(Class<A> annotationClass) Returns this element's annotation for the specified type if such an annotation is directly present, else null.<A extends Annotation>
APackage.getDeclaredAnnotation
(Class<A> annotationClass) Returns this element's annotation for the specified type if such an annotation is directly present, else null.Class.getDeclaredAnnotations()
Returns annotations that are directly present on this element.Module.getDeclaredAnnotations()
Returns annotations that are directly present on this element.Package.getDeclaredAnnotations()
Returns annotations that are directly present on this element.<A extends Annotation>
A[]Class.getDeclaredAnnotationsByType
(Class<A> annotationClass) Returns this element's annotation(s) for the specified type if such annotations are either directly present or indirectly present.<A extends Annotation>
A[]Package.getDeclaredAnnotationsByType
(Class<A> annotationClass) int
Boolean.hashCode()
Returns a hash code for thisBoolean
object.int
Byte.hashCode()
Returns a hash code for thisByte
; equal to the result of invokingintValue()
.int
Character.hashCode()
Returns a hash code for thisCharacter
; equal to the result of invokingcharValue()
.int
Double.hashCode()
Returns a hash code for thisDouble
object.int
Float.hashCode()
Returns a hash code for thisFloat
object.int
Integer.hashCode()
Returns a hash code for thisInteger
.int
Long.hashCode()
Returns a hash code for thisLong
.int
Package.hashCode()
Return the hash code computed from the package name.int
ProcessHandle.hashCode()
Returns a hash code value for this ProcessHandle.abstract int
Record.hashCode()
Returns a hash code value for the record.int
Runtime.Version.hashCode()
Returns the hash code of this version.int
Short.hashCode()
Returns a hash code for thisShort
; equal to the result of invokingintValue()
.int
int
int
int
StringBuffer.insert
(int offset, boolean b) StringBuffer.insert
(int offset, char c) StringBuffer.insert
(int offset, char[] str) StringBuffer.insert
(int index, char[] str, int offset, int len) StringBuffer.insert
(int offset, double d) StringBuffer.insert
(int offset, float f) StringBuffer.insert
(int offset, int i) StringBuffer.insert
(int offset, long l) StringBuffer.insert
(int dstOffset, CharSequence s) StringBuffer.insert
(int dstOffset, CharSequence s, int start, int end) StringBuilder.insert
(int offset, boolean b) StringBuilder.insert
(int offset, char c) StringBuilder.insert
(int offset, char[] str) StringBuilder.insert
(int index, char[] str, int offset, int len) StringBuilder.insert
(int offset, double d) StringBuilder.insert
(int offset, float f) StringBuilder.insert
(int offset, int i) StringBuilder.insert
(int offset, long l) StringBuilder.insert
(int dstOffset, CharSequence s) StringBuilder.insert
(int dstOffset, CharSequence s, int start, int end) boolean
Class.isAnnotationPresent
(Class<? extends Annotation> annotationClass) Returns true if an annotation for the specified type is present on this element, else false.boolean
Package.isAnnotationPresent
(Class<? extends Annotation> annotationClass) Returns true if an annotation for the specified type is present on this element, else false.boolean
String.isEmpty()
int
StringBuffer.lastIndexOf
(String str) int
StringBuffer.lastIndexOf
(String str, int fromIndex) int
StringBuilder.lastIndexOf
(String str) int
StringBuilder.lastIndexOf
(String str, int fromIndex) int
StringBuffer.length()
int
StringBuffer.offsetByCodePoints
(int index, int codePointOffset) Double.resolveConstantDesc
(MethodHandles.Lookup lookup) Resolves this instance as aConstantDesc
, the result of which is the instance itself.Float.resolveConstantDesc
(MethodHandles.Lookup lookup) Resolves this instance as aConstantDesc
, the result of which is the instance itself.Integer.resolveConstantDesc
(MethodHandles.Lookup lookup) Resolves this instance as aConstantDesc
, the result of which is the instance itself.Long.resolveConstantDesc
(MethodHandles.Lookup lookup) Resolves this instance as aConstantDesc
, the result of which is the instance itself.String.resolveConstantDesc
(MethodHandles.Lookup lookup) Resolves this instance as aConstantDesc
, the result of which is the instance itself.StringBuffer.reverse()
StringBuilder.reverse()
void
Thread.run()
If this thread was constructed using a separateRunnable
run object, then thatRunnable
object'srun
method is called; otherwise, this method does nothing and returns.void
StringBuffer.setCharAt
(int index, char ch) void
StringBuffer.setLength
(int newLength) StringBuffer.subSequence
(int start, int end) StringBuffer.substring
(int start) StringBuffer.substring
(int start, int end) Module.toString()
Returns the string representation of this module.ModuleLayer.toString()
Returns a string describing this module layer.Package.toString()
Returns the string representation of this Package.abstract String
Record.toString()
Returns a string representation of the record.Runtime.Version.toString()
Returns a string representation of this version.StringBuffer.toString()
StringBuilder.toString()
void
StringBuffer.trimToSize()
-
Uses of Override in java.lang.constant
Modifier and TypeMethodDescriptionfinal boolean
Compares the specified object with this descriptor for equality.final boolean
Compares the specified object with this descriptor for equality.final int
DynamicCallSiteDesc.hashCode()
final int
DynamicConstantDesc.hashCode()
DynamicCallSiteDesc.toString()
Returns a compact textual description of this call site description, including the bootstrap method, the invocation name and type, and the static bootstrap arguments.DynamicConstantDesc.toString()
Returns a compact textual description of this constant description, including the bootstrap method, the constant name and type, and the static bootstrap arguments. -
Uses of Override in java.lang.invoke
Modifier and TypeMethodDescriptionMethodHandle.describeConstable()
Return a nominal descriptor for this instance, if one can be constructed, or an emptyOptional
if one cannot be.MethodType.describeConstable()
Returns a nominal descriptor for this instance, if one can be constructed, or an emptyOptional
if one cannot be.VarHandle.describeConstable()
Return a nominal descriptor for this instance, if one can be constructed, or an emptyOptional
if one cannot be.MethodType.descriptorString()
Returns a descriptor string for this method type.final MethodHandle
ConstantCallSite.dynamicInvoker()
Returns this call site's permanent target.final MethodHandle
MutableCallSite.dynamicInvoker()
Produces a method handle equivalent to an invokedynamic instruction which has been linked to this call site.final MethodHandle
VolatileCallSite.dynamicInvoker()
Produces a method handle equivalent to an invokedynamic instruction which has been linked to this call site.boolean
Compares the specified object with this type for equality.final MethodHandle
ConstantCallSite.getTarget()
Returns the target method of the call site, which behaves like afinal
field of theConstantCallSite
.final MethodHandle
MutableCallSite.getTarget()
Returns the target method of the call site, which behaves like a normal field of theMutableCallSite
.final MethodHandle
VolatileCallSite.getTarget()
Returns the target method of the call site, which behaves like avolatile
field of theVolatileCallSite
.int
MethodType.hashCode()
Returns the hash code value for this method type.final void
ConstantCallSite.setTarget
(MethodHandle ignore) Always throws anUnsupportedOperationException
.void
MutableCallSite.setTarget
(MethodHandle newTarget) Updates the target method of this call site, as a normal variable.void
VolatileCallSite.setTarget
(MethodHandle newTarget) Updates the target method of this call site, as a volatile variable.MethodHandle.toString()
Returns a string representation of the method handle, starting with the string"MethodHandle"
and ending with the string representation of the method handle's type.MethodHandles.Lookup.toString()
Displays the name of the class from which lookups are to be made, followed by "/" and the name of the previous lookup class if present.MethodType.toString()
Returns a string representation of the method type, of the form"(PT0,PT1...)RT"
.final String
VarHandle.toString()
Returns a compact textual description of this VarHandle, including the type of variable described, and a description of its coordinates.VarHandle.VarHandleDesc.toString()
Returns a compact textual description of this constant description. -
Uses of Override in java.lang.module
Modifier and TypeMethodDescriptionvoid
ModuleReader.close()
Closes the module reader.int
ModuleDescriptor.compareTo
(ModuleDescriptor that) Compares this module descriptor to another.int
ModuleDescriptor.Exports.compareTo
(ModuleDescriptor.Exports that) Compares this module export to another.int
ModuleDescriptor.Opens.compareTo
(ModuleDescriptor.Opens that) Compares this moduleOpens
to another.int
ModuleDescriptor.Requires.compareTo
(ModuleDescriptor.Requires that) Compares this module dependence to another.int
ModuleDescriptor.Version.compareTo
(ModuleDescriptor.Version that) Compares this module version to another module version.boolean
Tests this module descriptor for equality with the given object.boolean
Tests this module export for equality with the given object.boolean
Tests this moduleOpens
for equality with the given object.boolean
Tests thisProvides
for equality with the given object.boolean
Tests this module dependence for equality with the given object.boolean
Tests this module version for equality with the given object.boolean
Tests this resolved module for equality with the given object.int
ModuleDescriptor.Exports.hashCode()
Computes a hash code for this module export.int
ModuleDescriptor.hashCode()
Computes a hash code for this module descriptor.int
ModuleDescriptor.Opens.hashCode()
Computes a hash code for this moduleOpens
.int
ModuleDescriptor.Provides.hashCode()
Computes a hash code for thisProvides
.int
ModuleDescriptor.Requires.hashCode()
Computes a hash code for this module dependence.int
ModuleDescriptor.Version.hashCode()
Computes a hash code for this module version.int
ResolvedModule.hashCode()
Computes a hash code for this resolved module.Configuration.toString()
Returns a string describing this configuration.ModuleDescriptor.Exports.toString()
Returns a string describing the exported package.ModuleDescriptor.Opens.toString()
Returns a string describing the open package.ModuleDescriptor.Provides.toString()
Returns a string describing thisProvides
.ModuleDescriptor.Requires.toString()
Returns a string describing this module dependence.ModuleDescriptor.toString()
Returns a string describing the module.ModuleDescriptor.Version.toString()
Returns the string from which this version was parsed.ResolvedModule.toString()
Returns a string describing this resolved module. -
Uses of Override in java.lang.ref
Modifier and TypeMethodDescriptionprotected Object
Reference.clone()
ThrowsCloneNotSupportedException
. -
Uses of Override in java.lang.reflect
Modifier and TypeMethodDescriptionboolean
Compares based on the executable and the index.AnnotatedArrayType.getAnnotatedOwnerType()
Returns the potentially annotated type that this type is a member of, if this type represents a nested class or interface.AnnotatedParameterizedType.getAnnotatedOwnerType()
Returns the potentially annotated type that this type is a member of, if this type represents a nested type.AnnotatedTypeVariable.getAnnotatedOwnerType()
Returns the potentially annotated type that this type is a member of, if this type represents a nested type.AnnotatedWildcardType.getAnnotatedOwnerType()
Returns the potentially annotated type that this type is a member of, if this type represents a nested type.Constructor.getAnnotatedReceiverType()
Returns anAnnotatedType
object that represents the use of a type to specify the receiver type of the method/constructor represented by thisExecutable
object.Constructor.getAnnotatedReturnType()
Returns anAnnotatedType
object that represents the use of a type to specify the return type of the method/constructor represented by this Executable.Method.getAnnotatedReturnType()
Returns anAnnotatedType
object that represents the use of a type to specify the return type of the method/constructor represented by this Executable.<T extends Annotation>
TAccessibleObject.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<T extends Annotation>
TAnnotatedType.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<T extends Annotation>
TConstructor.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<T extends Annotation>
TExecutable.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<T extends Annotation>
TField.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<T extends Annotation>
TMethod.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<T extends Annotation>
TParameter.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<T extends Annotation>
TRecordComponent.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.AccessibleObject.getAnnotations()
Returns annotations that are present on this element.AnnotatedType.getAnnotations()
Returns annotations that are present on this element.Parameter.getAnnotations()
Returns annotations that are present on this element.RecordComponent.getAnnotations()
Returns annotations that are present on this element.<T extends Annotation>
T[]AccessibleObject.getAnnotationsByType
(Class<T> annotationClass) Returns annotations that are associated with this element.<T extends Annotation>
T[]Executable.getAnnotationsByType
(Class<T> annotationClass) Returns annotations that are associated with this element.<T extends Annotation>
T[]Field.getAnnotationsByType
(Class<T> annotationClass) Returns annotations that are associated with this element.<T extends Annotation>
T[]Parameter.getAnnotationsByType
(Class<T> annotationClass) Returns annotations that are associated with this element.InvocationTargetException.getCause()
Returns the cause of this exception (the thrown target exception, which may benull
).<T extends Annotation>
TAccessibleObject.getDeclaredAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is directly present, else null.<T extends Annotation>
TParameter.getDeclaredAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is directly present, else null.AccessibleObject.getDeclaredAnnotations()
Returns annotations that are directly present on this element.AnnotatedType.getDeclaredAnnotations()
Returns annotations that are directly present on this element.Constructor.getDeclaredAnnotations()
Returns annotations that are directly present on this element.Executable.getDeclaredAnnotations()
Returns annotations that are directly present on this element.Method.getDeclaredAnnotations()
Returns annotations that are directly present on this element.Parameter.getDeclaredAnnotations()
Returns annotations that are directly present on this element.RecordComponent.getDeclaredAnnotations()
Returns annotations that are directly present on this element.<T extends Annotation>
T[]AccessibleObject.getDeclaredAnnotationsByType
(Class<T> annotationClass) Returns this element's annotation(s) for the specified type if such annotations are either directly present or indirectly present.<T extends Annotation>
T[]Parameter.getDeclaredAnnotationsByType
(Class<T> annotationClass) Returns this element's annotation(s) for the specified type if such annotations are either directly present or indirectly present.Constructor.getDeclaringClass()
Returns theClass
object representing the class that declares the constructor represented by this object.Class<?>
Field.getDeclaringClass()
Returns theClass
object representing the class or interface that declares the field represented by thisField
object.Class<?>
Method.getDeclaringClass()
Returns theClass
object representing the class or interface that declares the method represented by this object.Class<?>[]
Constructor.getExceptionTypes()
Returns an array ofClass
objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.Class<?>[]
Method.getExceptionTypes()
Returns an array ofClass
objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.Type[]
Constructor.getGenericExceptionTypes()
Returns an array ofType
objects that represent the exceptions declared to be thrown by this executable object.Type[]
Method.getGenericExceptionTypes()
Returns an array ofType
objects that represent the exceptions declared to be thrown by this executable object.Type[]
Constructor.getGenericParameterTypes()
Returns an array ofType
objects that represent the formal parameter types, in declaration order, of the executable represented by this object.Type[]
Method.getGenericParameterTypes()
Returns an array ofType
objects that represent the formal parameter types, in declaration order, of the executable represented by this object.int
Constructor.getModifiers()
Returns the Java language modifiers for the executable represented by this object.int
Method.getModifiers()
Returns the Java language modifiers for the executable represented by this object.Constructor.getName()
Returns the name of this constructor, as a string.Method.getName()
Returns the name of the method represented by thisMethod
object, as aString
.Annotation[][]
Constructor.getParameterAnnotations()
Returns an array of arrays ofAnnotation
s that represent the annotations on the formal parameters, in declaration order, of theExecutable
represented by this object.Annotation[][]
Method.getParameterAnnotations()
Returns an array of arrays ofAnnotation
s that represent the annotations on the formal parameters, in declaration order, of theExecutable
represented by this object.Class<?>[]
Constructor.getParameterTypes()
Returns an array ofClass
objects that represent the formal parameter types, in declaration order, of the executable represented by this object.Class<?>[]
Method.getParameterTypes()
Returns an array ofClass
objects that represent the formal parameter types, in declaration order, of the executable represented by this object.TypeVariable<Constructor<T>>[]
Constructor.getTypeParameters()
Returns an array ofTypeVariable
objects that represent the type variables declared by the generic declaration represented by thisGenericDeclaration
object, in declaration order.Method.getTypeParameters()
Returns an array ofTypeVariable
objects that represent the type variables declared by the generic declaration represented by thisGenericDeclaration
object, in declaration order.int
Parameter.hashCode()
Returns a hash code based on the executable's hash code and the index.boolean
AccessibleObject.isAnnotationPresent
(Class<? extends Annotation> annotationClass) Returns true if an annotation for the specified type is present on this element, else false.boolean
Constructor.isSynthetic()
Returnstrue
if this executable is a synthetic construct; returnsfalse
otherwise.boolean
Method.isSynthetic()
Returnstrue
if this executable is a synthetic construct; returnsfalse
otherwise.boolean
Constructor.isVarArgs()
Returnstrue
if this executable was declared to take a variable number of arguments; returnsfalse
otherwise.boolean
Method.isVarArgs()
Returnstrue
if this executable was declared to take a variable number of arguments; returnsfalse
otherwise.void
Constructor.setAccessible
(boolean flag) Set theaccessible
flag for this reflected object to the indicated boolean value.void
Field.setAccessible
(boolean flag) void
Method.setAccessible
(boolean flag) Constructor.toGenericString()
Returns a string describing thisConstructor
, including type parameters.Method.toGenericString()
Returns a string describing thisMethod
, including type parameters.Parameter.toString()
Returns a string describing this parameter. -
Uses of Override in java.math
Modifier and TypeMethodDescriptionint
BigDecimal.compareTo
(BigDecimal val) Compares thisBigDecimal
numerically with the specifiedBigDecimal
.double
BigDecimal.doubleValue()
Converts thisBigDecimal
to adouble
.boolean
Compares thisBigDecimal
with the specifiedObject
for equality.float
BigDecimal.floatValue()
Converts thisBigDecimal
to afloat
.int
BigDecimal.hashCode()
Returns the hash code for thisBigDecimal
.int
BigDecimal.intValue()
Converts thisBigDecimal
to anint
.long
BigDecimal.longValue()
Converts thisBigDecimal
to along
.BigDecimal.toString()
Returns the string representation of thisBigDecimal
, using scientific notation if an exponent is needed. -
Uses of Override in java.net
Modifier and TypeMethodDescriptionHttpCookie.clone()
Create and return a copy of this object.boolean
Test the equality of two HTTP cookies.boolean
Compares this object against the specified object.final boolean
Compares this object against the specified object.boolean
Checks two SocketPermission objects for equality.boolean
Compares this address with another object.SocketPermission.getActions()
Returns the canonical string representation of the actions.byte[]
Inet6Address.getAddress()
Returns the raw IP address of thisInetAddress
object.Inet6Address.getHostAddress()
Returns the IP address string in textual presentation.int
HttpCookie.hashCode()
Returns the hash code of this HTTP cookie.int
Inet6Address.hashCode()
Returns a hashcode for this IP address.final int
InetSocketAddress.hashCode()
Returns a hashcode for this socket address.int
SocketPermission.hashCode()
Returns the hash code value for this object.int
UnixDomainSocketAddress.hashCode()
Returns the hash code of thisUnixDomainSocketAddress
boolean
SocketPermission.implies
(Permission p) Checks if this socket permission object "implies" the specified permission.boolean
Inet6Address.isAnyLocalAddress()
Utility routine to check if the InetAddress is a wildcard address.boolean
Inet6Address.isLinkLocalAddress()
Utility routine to check if the InetAddress is an link local address.boolean
Inet6Address.isLoopbackAddress()
Utility routine to check if the InetAddress is a loopback address.boolean
Inet6Address.isMCGlobal()
Utility routine to check if the multicast address has global scope.boolean
Inet6Address.isMCLinkLocal()
Utility routine to check if the multicast address has link scope.boolean
Inet6Address.isMCNodeLocal()
Utility routine to check if the multicast address has node scope.boolean
Inet6Address.isMCOrgLocal()
Utility routine to check if the multicast address has organization scope.boolean
Inet6Address.isMCSiteLocal()
Utility routine to check if the multicast address has site scope.boolean
Inet6Address.isMulticastAddress()
Utility routine to check if the InetAddress is an IP multicast address. 11111111 at the start of the address identifies the address as being a multicast address.boolean
Inet6Address.isSiteLocalAddress()
Utility routine to check if the InetAddress is a site local address.void
MulticastSocket.joinGroup
(SocketAddress mcastaddr, NetworkInterface netIf) Joins a multicast group.void
MulticastSocket.leaveGroup
(SocketAddress mcastaddr, NetworkInterface netIf) Leave a multicast group on a specified local interface.SocketPermission.newPermissionCollection()
Returns a new PermissionCollection object for storing SocketPermission objects.HttpCookie.toString()
Constructs a cookie header string representation of this cookie, which is in the format defined by corresponding cookie specification, but without the leading "Cookie:" token.InetSocketAddress.toString()
Constructs a string representation of this InetSocketAddress.UnixDomainSocketAddress.toString()
Returns a string representation of thisUnixDomainSocketAddress
. -
Uses of Override in java.net.http
Modifier and TypeMethodDescriptionfinal boolean
Tests this HTTP request instance for equality with the given object.HttpHeaders.toString()
Returns this HTTP headers as a string. -
Uses of Override in java.nio
Modifier and TypeMethodDescriptionByteBuffer.clear()
Clears this buffer.final CharBuffer
CharBuffer.clear()
Clears this buffer.final DoubleBuffer
DoubleBuffer.clear()
Clears this buffer.final FloatBuffer
FloatBuffer.clear()
Clears this buffer.final IntBuffer
IntBuffer.clear()
Clears this buffer.final LongBuffer
LongBuffer.clear()
Clears this buffer.final MappedByteBuffer
MappedByteBuffer.clear()
Clears this buffer.final ShortBuffer
ShortBuffer.clear()
Clears this buffer.abstract MappedByteBuffer
MappedByteBuffer.compact()
Compacts this buffer (optional operation).abstract ByteBuffer
ByteBuffer.duplicate()
Creates a new byte buffer that shares this buffer's content.abstract CharBuffer
CharBuffer.duplicate()
Creates a new char buffer that shares this buffer's content.abstract DoubleBuffer
DoubleBuffer.duplicate()
Creates a new double buffer that shares this buffer's content.abstract FloatBuffer
FloatBuffer.duplicate()
Creates a new float buffer that shares this buffer's content.abstract IntBuffer
IntBuffer.duplicate()
Creates a new int buffer that shares this buffer's content.abstract LongBuffer
LongBuffer.duplicate()
Creates a new long buffer that shares this buffer's content.abstract MappedByteBuffer
MappedByteBuffer.duplicate()
Creates a new byte buffer that shares this buffer's content.abstract ShortBuffer
ShortBuffer.duplicate()
Creates a new short buffer that shares this buffer's content.ByteBuffer.flip()
Flips this buffer.final CharBuffer
CharBuffer.flip()
Flips this buffer.final DoubleBuffer
DoubleBuffer.flip()
Flips this buffer.final FloatBuffer
FloatBuffer.flip()
Flips this buffer.final IntBuffer
IntBuffer.flip()
Flips this buffer.final LongBuffer
LongBuffer.flip()
Flips this buffer.final MappedByteBuffer
MappedByteBuffer.flip()
Flips this buffer.final ShortBuffer
ShortBuffer.flip()
Flips this buffer.ByteBuffer.limit
(int newLimit) Sets this buffer's limit.final CharBuffer
CharBuffer.limit
(int newLimit) Sets this buffer's limit.final DoubleBuffer
DoubleBuffer.limit
(int newLimit) Sets this buffer's limit.final FloatBuffer
FloatBuffer.limit
(int newLimit) Sets this buffer's limit.final IntBuffer
IntBuffer.limit
(int newLimit) Sets this buffer's limit.final LongBuffer
LongBuffer.limit
(int newLimit) Sets this buffer's limit.final MappedByteBuffer
MappedByteBuffer.limit
(int newLimit) Sets this buffer's limit.final ShortBuffer
ShortBuffer.limit
(int newLimit) Sets this buffer's limit.ByteBuffer.mark()
Sets this buffer's mark at its position.final CharBuffer
CharBuffer.mark()
Sets this buffer's mark at its position.final DoubleBuffer
DoubleBuffer.mark()
Sets this buffer's mark at its position.final FloatBuffer
FloatBuffer.mark()
Sets this buffer's mark at its position.final IntBuffer
IntBuffer.mark()
Sets this buffer's mark at its position.final LongBuffer
LongBuffer.mark()
Sets this buffer's mark at its position.final MappedByteBuffer
MappedByteBuffer.mark()
Sets this buffer's mark at its position.final ShortBuffer
ShortBuffer.mark()
Sets this buffer's mark at its position.ByteBuffer.position
(int newPosition) Sets this buffer's position.final CharBuffer
CharBuffer.position
(int newPosition) Sets this buffer's position.final DoubleBuffer
DoubleBuffer.position
(int newPosition) Sets this buffer's position.final FloatBuffer
FloatBuffer.position
(int newPosition) Sets this buffer's position.final IntBuffer
IntBuffer.position
(int newPosition) Sets this buffer's position.final LongBuffer
LongBuffer.position
(int newPosition) Sets this buffer's position.final MappedByteBuffer
MappedByteBuffer.position
(int newPosition) Sets this buffer's position.final ShortBuffer
ShortBuffer.position
(int newPosition) Sets this buffer's position.ByteBuffer.reset()
Resets this buffer's position to the previously-marked position.final CharBuffer
CharBuffer.reset()
Resets this buffer's position to the previously-marked position.final DoubleBuffer
DoubleBuffer.reset()
Resets this buffer's position to the previously-marked position.final FloatBuffer
FloatBuffer.reset()
Resets this buffer's position to the previously-marked position.final IntBuffer
IntBuffer.reset()
Resets this buffer's position to the previously-marked position.final LongBuffer
LongBuffer.reset()
Resets this buffer's position to the previously-marked position.final MappedByteBuffer
MappedByteBuffer.reset()
Resets this buffer's position to the previously-marked position.final ShortBuffer
ShortBuffer.reset()
Resets this buffer's position to the previously-marked position.ByteBuffer.rewind()
Rewinds this buffer.final CharBuffer
CharBuffer.rewind()
Rewinds this buffer.final DoubleBuffer
DoubleBuffer.rewind()
Rewinds this buffer.final FloatBuffer
FloatBuffer.rewind()
Rewinds this buffer.final IntBuffer
IntBuffer.rewind()
Rewinds this buffer.final LongBuffer
LongBuffer.rewind()
Rewinds this buffer.final MappedByteBuffer
MappedByteBuffer.rewind()
Rewinds this buffer.final ShortBuffer
ShortBuffer.rewind()
Rewinds this buffer.abstract ByteBuffer
ByteBuffer.slice()
Creates a new byte buffer whose content is a shared subsequence of this buffer's content.abstract ByteBuffer
ByteBuffer.slice
(int index, int length) Creates a new byte buffer whose content is a shared subsequence of this buffer's content.abstract CharBuffer
CharBuffer.slice()
Creates a new char buffer whose content is a shared subsequence of this buffer's content.abstract CharBuffer
CharBuffer.slice
(int index, int length) Creates a new char buffer whose content is a shared subsequence of this buffer's content.abstract DoubleBuffer
DoubleBuffer.slice()
Creates a new double buffer whose content is a shared subsequence of this buffer's content.abstract DoubleBuffer
DoubleBuffer.slice
(int index, int length) Creates a new double buffer whose content is a shared subsequence of this buffer's content.abstract FloatBuffer
FloatBuffer.slice()
Creates a new float buffer whose content is a shared subsequence of this buffer's content.abstract FloatBuffer
FloatBuffer.slice
(int index, int length) Creates a new float buffer whose content is a shared subsequence of this buffer's content.abstract IntBuffer
IntBuffer.slice()
Creates a new int buffer whose content is a shared subsequence of this buffer's content.abstract IntBuffer
IntBuffer.slice
(int index, int length) Creates a new int buffer whose content is a shared subsequence of this buffer's content.abstract LongBuffer
LongBuffer.slice()
Creates a new long buffer whose content is a shared subsequence of this buffer's content.abstract LongBuffer
LongBuffer.slice
(int index, int length) Creates a new long buffer whose content is a shared subsequence of this buffer's content.abstract MappedByteBuffer
MappedByteBuffer.slice()
Creates a new byte buffer whose content is a shared subsequence of this buffer's content.abstract MappedByteBuffer
MappedByteBuffer.slice
(int index, int length) Creates a new byte buffer whose content is a shared subsequence of this buffer's content.abstract ShortBuffer
ShortBuffer.slice()
Creates a new short buffer whose content is a shared subsequence of this buffer's content.abstract ShortBuffer
ShortBuffer.slice
(int index, int length) Creates a new short buffer whose content is a shared subsequence of this buffer's content. -
Uses of Override in java.nio.channels
Modifier and TypeMethodDescriptionabstract AsynchronousSocketChannel
AsynchronousSocketChannel.bind
(SocketAddress local) abstract SocketChannel
SocketChannel.bind
(SocketAddress local) Binds the channel's socket to a local address.void
AsynchronousChannel.close()
Closes this channel.void
MulticastChannel.close()
Closes this channel.abstract SocketAddress
AsynchronousServerSocketChannel.getLocalAddress()
Returns the socket address that this channel's socket is bound to.abstract SocketAddress
DatagramChannel.getLocalAddress()
Returns the socket address that this channel's socket is bound to.abstract SocketAddress
ServerSocketChannel.getLocalAddress()
Returns the socket address that this channel's socket is bound to.abstract SocketAddress
SocketChannel.getLocalAddress()
Returns the socket address that this channel's socket is bound to.AsynchronousSocketChannel.read
(ByteBuffer dst) final <A> void
AsynchronousSocketChannel.read
(ByteBuffer dst, A attachment, CompletionHandler<Integer, ? super A> handler) int
SeekableByteChannel.read
(ByteBuffer dst) Reads a sequence of bytes from this channel into the given buffer.abstract <T> AsynchronousSocketChannel
AsynchronousSocketChannel.setOption
(SocketOption<T> name, T value) abstract <T> SocketChannel
SocketChannel.setOption
(SocketOption<T> name, T value) AsynchronousSocketChannel.write
(ByteBuffer src) final <A> void
AsynchronousSocketChannel.write
(ByteBuffer src, A attachment, CompletionHandler<Integer, ? super A> handler) int
SeekableByteChannel.write
(ByteBuffer src) Writes a sequence of bytes to this channel from the given buffer. -
Uses of Override in java.nio.file
Modifier and TypeMethodDescriptionabstract void
FileSystem.close()
Closes this file system.void
WatchService.close()
Closes this watch service.int
Compares two abstract paths lexicographically.DirectoryIteratorException.getCause()
Returns the cause of this exception.FileSystemException.getMessage()
Returns the detail message string.DirectoryStream.iterator()
Returns the iterator associated with thisDirectoryStream
.Path.iterator()
Returns an iterator over the name elements of this path.SimpleFileVisitor.postVisitDirectory
(T dir, IOException exc) Invoked for a directory after entries in the directory, and all of their descendants, have been visited.SimpleFileVisitor.preVisitDirectory
(T dir, BasicFileAttributes attrs) Invoked for a directory before entries in the directory are visited.default WatchKey
Path.register
(WatchService watcher, WatchEvent.Kind<?>... events) Registers the file located by this path with a watch service.Path.register
(WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers) Registers the file located by this path with a watch service.SimpleFileVisitor.visitFile
(T file, BasicFileAttributes attrs) Invoked for a file in a directory.SimpleFileVisitor.visitFileFailed
(T file, IOException exc) Invoked for a file that could not be visited. -
Uses of Override in java.nio.file.attribute
Modifier and TypeMethodDescriptionint
Compares the value of twoFileTime
objects for order.boolean
Compares the specified object with this ACL entry for equality.boolean
Tests thisFileTime
for equality with the given object.int
AclEntry.hashCode()
Returns the hash-code value for this ACL entry.int
FileTime.hashCode()
Computes a hash code for this file time.AclFileAttributeView.name()
Returns the name of the attribute view.BasicFileAttributeView.name()
Returns the name of the attribute view.DosFileAttributeView.name()
Returns the name of the attribute view.FileOwnerAttributeView.name()
Returns the name of the attribute view.PosixFileAttributeView.name()
Returns the name of the attribute view.UserDefinedFileAttributeView.name()
Returns the name of this attribute view.DosFileAttributeView.readAttributes()
PosixFileAttributeView.readAttributes()
AclEntry.toString()
Returns the string representation of this ACL entry.FileTime.toString()
Returns the string representation of thisFileTime
. -
Uses of Override in java.security
Modifier and TypeMethodDescriptionvoid
Permissions.add
(Permission permission) Adds a permission object to the PermissionCollection for the class the permission belongs to.void
Provider.clear()
Clears this provider so that it no longer contains the properties used to look up facilities implemented by the provider.Provider.compute
(Object key, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) Attempts to compute a mapping for the specified key and its current mapped value (ornull
if there is no current mapping).Provider.computeIfAbsent
(Object key, Function<? super Object, ? extends Object> mappingFunction) If the specified key is not already associated with a value (or is mapped tonull
), attempts to compute its value using the given mapping function and enters it into this map unlessnull
.Provider.computeIfPresent
(Object key, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.Permissions.elements()
Returns an enumeration of all the Permission objects in all the PermissionCollections in this Permissions object.Provider.entrySet()
Returns an unmodifiable Set view of the property entries contained in this Provider.boolean
Checks two BasicPermission objects for equality.boolean
Tests for equality between the specified object and this object.boolean
Compares thisPKCS12Attribute
and a specified object for equality.boolean
Checks two UnresolvedPermission objects for equality.void
Provider.forEach
(BiConsumer<? super Object, ? super Object> action) BasicPermission.getActions()
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for a BasicPermission.UnresolvedPermission.getActions()
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for an UnresolvedPermission.KeyStore.PrivateKeyEntry.getAttributes()
Retrieves the attributes associated with an entry.KeyStore.SecretKeyEntry.getAttributes()
Retrieves the attributes associated with an entry.KeyStore.TrustedCertificateEntry.getAttributes()
Retrieves the attributes associated with an entry.PKCS12Attribute.getName()
Returns the attribute's ASN.1 Object Identifier represented as a list of dot-separated integers.Provider.getOrDefault
(Object key, Object defaultValue) DomainLoadStoreParameter.getProtectionParameter()
Gets the keystore protection parameters for this domain.PKCS12Attribute.getValue()
Returns the attribute's ASN.1 DER-encoded value as a string.int
BasicPermission.hashCode()
Returns the hash code value for this object.int
CodeSource.hashCode()
Returns the hash code value for this object.int
PKCS12Attribute.hashCode()
Returns the hashcode for thisPKCS12Attribute
.int
UnresolvedPermission.hashCode()
Returns the hash code value for this object.boolean
BasicPermission.implies
(Permission p) Checks if the specified permission is "implied" by this object.boolean
Permissions.implies
(Permission permission) Checks to see if this object's PermissionCollection for permissions of the specified permission's class implies the permissions expressed in the permission object.boolean
UnresolvedPermission.implies
(Permission p) This method always returns false for unresolved permissions.Provider.keySet()
Returns an unmodifiable Set view of the property keys contained in this provider.void
Provider.load
(InputStream inStream) Reads a property list (key and element pairs) from the input stream.Provider.merge
(Object key, Object value, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) If the specified key is not already associated with a value or is associated with null, associates it with the given value.BasicPermission.newPermissionCollection()
Returns a new PermissionCollection object for storing BasicPermission objects.UnresolvedPermission.newPermissionCollection()
Returns a new PermissionCollection object for storing UnresolvedPermission objects.protected final int
SecureRandom.next
(int numBits) Generates an integer containing the user-specified number of pseudo-random bits (right justified, with leading zeros).void
SecureRandom.nextBytes
(byte[] bytes) Generates a user-specified number of random bytes.Sets thekey
property to have the specifiedvalue
.void
Copies all of the mappings from the specified Map to this provider.Provider.putIfAbsent
(Object key, Object value) If the specified key is not already associated with a value (or is mapped tonull
) associates it with the given value and returnsnull
, else returns the current value.Removes thekey
property (and its correspondingvalue
).boolean
Removes the entry for the specified key only if it is currently mapped to the specified value.Replaces the entry for the specified key only if it is currently mapped to some value.boolean
Replaces the entry for the specified key only if currently mapped to the specified value.void
Provider.replaceAll
(BiFunction<? super Object, ? super Object, ? extends Object> function) Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.void
SecureRandom.setSeed
(long seed) Reseeds this random object, using the eight bytes contained in the givenlong seed
.CodeSource.toString()
Returns a string describing this CodeSource, telling its URL and certificates.DrbgParameters.Instantiation.toString()
Returns a Human-readable string representation of thisInstantiation
.PKCS12Attribute.toString()
Returns a string representation of thisPKCS12Attribute
.ProtectionDomain.toString()
Convert a ProtectionDomain to a String.SecureRandom.toString()
Returns a Human-readable string representation of thisSecureRandom
.SecureRandomSpi.toString()
Returns a Human-readable string representation of thisSecureRandom
.UnresolvedPermission.toString()
Returns a string describing this UnresolvedPermission.Provider.values()
Returns an unmodifiable Collection view of the property values contained in this provider. -
Uses of Override in java.security.cert
Modifier and TypeMethodDescriptionvoid
PKIXCertPathChecker.check
(Certificate cert) Performs the check(s) on the specified certificate using its internal state.PKIXCertPathChecker.clone()
Returns a clone of this object.PKIXRevocationChecker.clone()
URICertStoreParameters.clone()
Returns a copy of this object.boolean
Compares the specified object with this parameters object for equality.int
URICertStoreParameters.hashCode()
Returns a hash code value for this parameters object.abstract void
PKIXCertPathChecker.init
(boolean forward) Initializes the internal state of thisPKIXCertPathChecker
.abstract boolean
PKIXCertPathChecker.isForwardCheckingSupported()
Indicates if forward checking is supported.URICertStoreParameters.toString()
Returns a formatted string describing the parameters including the URI used to construct this object. -
Uses of Override in java.sql
Modifier and TypeMethodDescriptionint
Timestamp.hashCode()
Returns a hash code value for this object.Date.toInstant()
This method always throws an UnsupportedOperationException and should not be used because SQLDate
values do not have a time component.Time.toInstant()
This method always throws an UnsupportedOperationException and should not be used because SQLTime
values do not have a date component.Timestamp.toInstant()
Converts thisTimestamp
object to anInstant
. -
Uses of Override in java.text
Modifier and TypeMethodDescriptionBreakIterator.clone()
Create a copy of this iteratorCollator.clone()
Overrides CloneableCompactNumberFormat.clone()
Creates and returns a copy of thisCompactNumberFormat
instance.DecimalFormat.clone()
Standard override; no change in semantics.DecimalFormatSymbols.clone()
Standard override.NumberFormat.clone()
Overrides Cloneable.SimpleDateFormat.clone()
Creates a copy of thisSimpleDateFormat
.int
Compares its two arguments for order.boolean
Compares the equality of two Collators.boolean
Checks if thisCompactNumberFormat
is equal to the specifiedobj
.boolean
Overrides equalsboolean
Override equals.boolean
Overrides equals.boolean
Compares the given object with thisSimpleDateFormat
for equality.CompactNumberFormat.format
(double number, StringBuffer result, FieldPosition fieldPosition) Formats a double to produce a string representing its compact form.CompactNumberFormat.format
(long number, StringBuffer result, FieldPosition fieldPosition) Formats a long to produce a string representing its compact form.final StringBuffer
CompactNumberFormat.format
(Object number, StringBuffer toAppendTo, FieldPosition fieldPosition) Formats a number to produce a string representing its compact form.DecimalFormat.format
(double number, StringBuffer result, FieldPosition fieldPosition) Formats a double to produce a string.DecimalFormat.format
(long number, StringBuffer result, FieldPosition fieldPosition) Format a long to produce a string.final StringBuffer
DecimalFormat.format
(Object number, StringBuffer toAppendTo, FieldPosition pos) Formats a number and appends the resulting text to the given string buffer.NumberFormat.format
(Object number, StringBuffer toAppendTo, FieldPosition pos) Formats a number and appends the resulting text to the given string buffer.SimpleDateFormat.format
(Date date, StringBuffer toAppendTo, FieldPosition pos) Formats the givenDate
into a date/time string and appends the result to the givenStringBuffer
.CompactNumberFormat.formatToCharacterIterator
(Object obj) Formats an Object producing anAttributedCharacterIterator
.DecimalFormat.formatToCharacterIterator
(Object obj) Formats an Object producing anAttributedCharacterIterator
.SimpleDateFormat.formatToCharacterIterator
(Object obj) Formats an Object producing anAttributedCharacterIterator
.DecimalFormat.getCurrency()
Gets the currency used by this decimal format when formatting currency values.int
DecimalFormat.getMaximumFractionDigits()
Gets the maximum number of digits allowed in the fraction portion of a number.int
DecimalFormat.getMaximumIntegerDigits()
Gets the maximum number of digits allowed in the integer portion of a number.int
DecimalFormat.getMinimumFractionDigits()
Gets the minimum number of digits allowed in the fraction portion of a number.int
DecimalFormat.getMinimumIntegerDigits()
Gets the minimum number of digits allowed in the integer portion of a number.CompactNumberFormat.getRoundingMode()
Gets theRoundingMode
used in thisCompactNumberFormat
.DecimalFormat.getRoundingMode()
Gets theRoundingMode
used in this DecimalFormat.abstract int
Collator.hashCode()
Generates the hash code for this Collator.int
CompactNumberFormat.hashCode()
Returns the hash code for thisCompactNumberFormat
instance.int
DateFormatSymbols.hashCode()
Override hashCode.int
DecimalFormat.hashCode()
Overrides hashCodeint
DecimalFormatSymbols.hashCode()
Override hashCode.int
NumberFormat.hashCode()
Overrides hashCode.int
SimpleDateFormat.hashCode()
Returns the hash code value for thisSimpleDateFormat
object.boolean
CompactNumberFormat.isGroupingUsed()
Returns true if grouping is used in this format.boolean
CompactNumberFormat.isParseIntegerOnly()
Returns true if this format parses only an integer from the number component of a compact number.CompactNumberFormat.parse
(String text, ParsePosition pos) Parses a compact number from a string to produce aNumber
.DecimalFormat.parse
(String text, ParsePosition pos) Parses text from a string to produce aNumber
.SimpleDateFormat.parse
(String text, ParsePosition pos) Parses text from a string to produce aDate
.final Object
NumberFormat.parseObject
(String source, ParsePosition pos) Parses text from a string to produce aNumber
.protected Object
DateFormat.Field.readResolve()
Resolves instances being deserialized to the predefined constants.protected Object
NumberFormat.Field.readResolve()
Resolves instances being deserialized to the predefined constants.void
DecimalFormat.setCurrency
(Currency currency) Sets the currency used by this number format when formatting currency values.void
CompactNumberFormat.setGroupingUsed
(boolean newValue) Sets whether or not grouping will be used in this format.void
CompactNumberFormat.setMaximumFractionDigits
(int newValue) Sets the maximum number of digits allowed in the fraction portion of a number.void
DecimalFormat.setMaximumFractionDigits
(int newValue) Sets the maximum number of digits allowed in the fraction portion of a number.void
CompactNumberFormat.setMaximumIntegerDigits
(int newValue) Sets the maximum number of digits allowed in the integer portion of a number.void
DecimalFormat.setMaximumIntegerDigits
(int newValue) Sets the maximum number of digits allowed in the integer portion of a number.void
CompactNumberFormat.setMinimumFractionDigits
(int newValue) Sets the minimum number of digits allowed in the fraction portion of a number.void
DecimalFormat.setMinimumFractionDigits
(int newValue) Sets the minimum number of digits allowed in the fraction portion of a number.void
CompactNumberFormat.setMinimumIntegerDigits
(int newValue) Sets the minimum number of digits allowed in the integer portion of a number.void
DecimalFormat.setMinimumIntegerDigits
(int newValue) Sets the minimum number of digits allowed in the integer portion of a number.void
CompactNumberFormat.setParseIntegerOnly
(boolean value) Sets whether or not this format parses only an integer from the number component of a compact number.void
CompactNumberFormat.setRoundingMode
(RoundingMode roundingMode) Sets theRoundingMode
used in thisCompactNumberFormat
.void
DecimalFormat.setRoundingMode
(RoundingMode roundingMode) Sets theRoundingMode
used in this DecimalFormat. -
Uses of Override in java.time
Modifier and TypeMethodDescriptionAdds this duration to the specified temporal object.Adds this period to the specified temporal object.DayOfWeek.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have this day-of-week.Instant.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have this instant.LocalDate.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same date as this object.LocalDateTime.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same date and time as this object.LocalTime.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same time as this object.Month.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have this month-of-year.MonthDay.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have this month-day.OffsetDateTime.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same offset, date and time as this object.OffsetTime.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same offset and time as this object.Year.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have this year.YearMonth.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have this year-month.ZoneOffset.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same offset as this object.Combines this date with a time to create aLocalDateTime
.Combines this date-time with a time-zone to create aZonedDateTime
.int
Compares this duration to the specifiedDuration
.int
Compares this instant to the specified instant.int
LocalDate.compareTo
(ChronoLocalDate other) Compares this date to another date.int
LocalDateTime.compareTo
(ChronoLocalDateTime<?> other) Compares this date-time to another date-time.int
Compares this time to another time.int
Compares this month-day to another month-day.int
OffsetDateTime.compareTo
(OffsetDateTime other) Compares this date-time to another date-time.int
OffsetTime.compareTo
(OffsetTime other) Compares thisOffsetTime
to another time.int
Compares this year to another year.int
Compares this year-month to another year-month.int
ZoneOffset.compareTo
(ZoneOffset other) Compares this offset to another offset in descending order.boolean
Checks if this clock is equal to another clock.boolean
Checks if this duration is equal to the specifiedDuration
.boolean
Checks if this instant is equal to the specified instant.boolean
Checks if this date is equal to another date.boolean
Checks if this date-time is equal to another date-time.boolean
Checks if this time is equal to another time.boolean
Checks if this month-day is equal to another month-day.boolean
Checks if this date-time is equal to another date-time.boolean
Checks if this time is equal to another time.boolean
Checks if this period is equal to another period.boolean
Checks if this year is equal to another year.boolean
Checks if this year-month is equal to another year-month.boolean
Checks if this date-time is equal to another date-time.boolean
Checks if this time-zone ID is equal to another time-zone ID.boolean
Checks if this offset is equal to another offset.LocalDate.format
(DateTimeFormatter formatter) Formats this date using the specified formatter.LocalDateTime.format
(DateTimeFormatter formatter) Formats this date-time using the specified formatter.ZonedDateTime.format
(DateTimeFormatter formatter) Formats this date-time using the specified formatter.int
DayOfWeek.get
(TemporalField field) Gets the value of the specified field from this day-of-week as anint
.long
Duration.get
(TemporalUnit unit) Gets the value of the requested unit.int
Instant.get
(TemporalField field) Gets the value of the specified field from this instant as anint
.int
LocalDate.get
(TemporalField field) Gets the value of the specified field from this date as anint
.int
LocalDateTime.get
(TemporalField field) Gets the value of the specified field from this date-time as anint
.int
LocalTime.get
(TemporalField field) Gets the value of the specified field from this time as anint
.int
Month.get
(TemporalField field) Gets the value of the specified field from this month-of-year as anint
.int
MonthDay.get
(TemporalField field) Gets the value of the specified field from this month-day as anint
.int
OffsetDateTime.get
(TemporalField field) Gets the value of the specified field from this date-time as anint
.int
OffsetTime.get
(TemporalField field) Gets the value of the specified field from this time as anint
.long
Period.get
(TemporalUnit unit) Gets the value of the requested unit.int
Year.get
(TemporalField field) Gets the value of the specified field from this year as anint
.int
YearMonth.get
(TemporalField field) Gets the value of the specified field from this year-month as anint
.int
ZonedDateTime.get
(TemporalField field) Gets the value of the specified field from this date-time as anint
.int
ZoneOffset.get
(TemporalField field) Gets the value of the specified field from this offset as anint
.LocalDate.getChronology()
Gets the chronology of this date, which is the ISO calendar system.Period.getChronology()
Gets the chronology of this period, which is the ISO calendar system.LocalDate.getEra()
Gets the era applicable at this date.ZoneOffset.getId()
Gets the normalized zone offset ID.long
DayOfWeek.getLong
(TemporalField field) Gets the value of the specified field from this day-of-week as along
.long
Instant.getLong
(TemporalField field) Gets the value of the specified field from this instant as along
.long
LocalDate.getLong
(TemporalField field) Gets the value of the specified field from this date as along
.long
LocalDateTime.getLong
(TemporalField field) Gets the value of the specified field from this date-time as along
.long
LocalTime.getLong
(TemporalField field) Gets the value of the specified field from this time as along
.long
Month.getLong
(TemporalField field) Gets the value of the specified field from this month-of-year as along
.long
MonthDay.getLong
(TemporalField field) Gets the value of the specified field from this month-day as along
.long
OffsetDateTime.getLong
(TemporalField field) Gets the value of the specified field from this date-time as along
.long
OffsetTime.getLong
(TemporalField field) Gets the value of the specified field from this time as along
.long
Year.getLong
(TemporalField field) Gets the value of the specified field from this year as along
.long
YearMonth.getLong
(TemporalField field) Gets the value of the specified field from this year-month as along
.long
ZonedDateTime.getLong
(TemporalField field) Gets the value of the specified field from this date-time as along
.long
ZoneOffset.getLong
(TemporalField field) Gets the value of the specified field from this offset as along
.ZonedDateTime.getOffset()
Gets the zone offset, such as '+01:00'.ZoneOffset.getRules()
Gets the associated time-zone rules.Duration.getUnits()
Gets the set of units supported by this duration.Period.getUnits()
Gets the set of units supported by this period.ZonedDateTime.getZone()
Gets the time-zone, such as 'Europe/Paris'.int
Clock.hashCode()
A hash code for this clock.int
Duration.hashCode()
A hash code for this duration.int
Instant.hashCode()
Returns a hash code for this instant.int
LocalDate.hashCode()
A hash code for this date.int
LocalDateTime.hashCode()
A hash code for this date-time.int
LocalTime.hashCode()
A hash code for this time.int
MonthDay.hashCode()
A hash code for this month-day.int
OffsetDateTime.hashCode()
A hash code for this date-time.int
OffsetTime.hashCode()
A hash code for this time.int
Period.hashCode()
A hash code for this period.int
Year.hashCode()
A hash code for this year.int
YearMonth.hashCode()
A hash code for this year-month.int
ZonedDateTime.hashCode()
A hash code for this date-time.int
ZoneId.hashCode()
A hash code for this time-zone ID.int
ZoneOffset.hashCode()
A hash code for this offset.abstract Instant
Clock.instant()
Gets the current instant of the clock.boolean
LocalDate.isAfter
(ChronoLocalDate other) Checks if this date is after the specified date.boolean
LocalDateTime.isAfter
(ChronoLocalDateTime<?> other) Checks if this date-time is after the specified date-time.boolean
LocalDate.isBefore
(ChronoLocalDate other) Checks if this date is before the specified date.boolean
LocalDateTime.isBefore
(ChronoLocalDateTime<?> other) Checks if this date-time is before the specified date-time.boolean
LocalDate.isEqual
(ChronoLocalDate other) Checks if this date is equal to the specified date.boolean
LocalDateTime.isEqual
(ChronoLocalDateTime<?> other) Checks if this date-time is equal to the specified date-time.boolean
LocalDate.isLeapYear()
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.boolean
DayOfWeek.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
Instant.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
Instant.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
LocalDate.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
LocalDate.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
LocalDateTime.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
LocalDateTime.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
LocalTime.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
LocalTime.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
Month.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
MonthDay.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
OffsetDateTime.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
OffsetDateTime.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
OffsetTime.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
OffsetTime.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
Year.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
Year.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
YearMonth.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
YearMonth.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
ZonedDateTime.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
ZonedDateTime.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
ZoneOffset.isSupported
(TemporalField field) Checks if the specified field is supported.int
LocalDate.lengthOfMonth()
Returns the length of the month represented by this date.int
LocalDate.lengthOfYear()
Returns the length of the year represented by this date.long
Clock.millis()
Gets the current millisecond instant of the clock.Instant.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this instant with the specified amount subtracted.Instant.minus
(TemporalAmount amountToSubtract) Returns a copy of this instant with the specified amount subtracted.LocalDate.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this date with the specified amount subtracted.LocalDate.minus
(TemporalAmount amountToSubtract) Returns a copy of this date with the specified amount subtracted.LocalDateTime.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this date-time with the specified amount subtracted.LocalDateTime.minus
(TemporalAmount amountToSubtract) Returns a copy of this date-time with the specified amount subtracted.LocalTime.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this time with the specified amount subtracted.LocalTime.minus
(TemporalAmount amountToSubtract) Returns a copy of this time with the specified amount subtracted.OffsetDateTime.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this date-time with the specified amount subtracted.OffsetDateTime.minus
(TemporalAmount amountToSubtract) Returns a copy of this date-time with the specified amount subtracted.OffsetTime.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this time with the specified amount subtracted.OffsetTime.minus
(TemporalAmount amountToSubtract) Returns a copy of this time with the specified amount subtracted.Year.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this year with the specified amount subtracted.Year.minus
(TemporalAmount amountToSubtract) Returns a copy of this year with the specified amount subtracted.YearMonth.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this year-month with the specified amount subtracted.YearMonth.minus
(TemporalAmount amountToSubtract) Returns a copy of this year-month with the specified amount subtracted.ZonedDateTime.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this date-time with the specified amount subtracted.ZonedDateTime.minus
(TemporalAmount amountToSubtract) Returns a copy of this date-time with the specified amount subtracted.Instant.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this instant with the specified amount added.Instant.plus
(TemporalAmount amountToAdd) Returns a copy of this instant with the specified amount added.LocalDate.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this date with the specified amount added.LocalDate.plus
(TemporalAmount amountToAdd) Returns a copy of this date with the specified amount added.LocalDateTime.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this date-time with the specified amount added.LocalDateTime.plus
(TemporalAmount amountToAdd) Returns a copy of this date-time with the specified amount added.LocalTime.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this time with the specified amount added.LocalTime.plus
(TemporalAmount amountToAdd) Returns a copy of this time with the specified amount added.OffsetDateTime.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this date-time with the specified amount added.OffsetDateTime.plus
(TemporalAmount amountToAdd) Returns a copy of this date-time with the specified amount added.OffsetTime.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this time with the specified amount added.OffsetTime.plus
(TemporalAmount amountToAdd) Returns a copy of this time with the specified amount added.Year.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this year with the specified amount added.Year.plus
(TemporalAmount amountToAdd) Returns a copy of this year with the specified amount added.YearMonth.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this year-month with the specified amount added.YearMonth.plus
(TemporalAmount amountToAdd) Returns a copy of this year-month with the specified amount added.ZonedDateTime.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this date-time with the specified amount added.ZonedDateTime.plus
(TemporalAmount amountToAdd) Returns a copy of this date-time with the specified amount added.<R> R
DayOfWeek.query
(TemporalQuery<R> query) Queries this day-of-week using the specified query.<R> R
Instant.query
(TemporalQuery<R> query) Queries this instant using the specified query.<R> R
LocalDate.query
(TemporalQuery<R> query) Queries this date using the specified query.<R> R
LocalDateTime.query
(TemporalQuery<R> query) Queries this date-time using the specified query.<R> R
LocalTime.query
(TemporalQuery<R> query) Queries this time using the specified query.<R> R
Month.query
(TemporalQuery<R> query) Queries this month-of-year using the specified query.<R> R
MonthDay.query
(TemporalQuery<R> query) Queries this month-day using the specified query.<R> R
OffsetDateTime.query
(TemporalQuery<R> query) Queries this date-time using the specified query.<R> R
OffsetTime.query
(TemporalQuery<R> query) Queries this time using the specified query.<R> R
Year.query
(TemporalQuery<R> query) Queries this year using the specified query.<R> R
YearMonth.query
(TemporalQuery<R> query) Queries this year-month using the specified query.<R> R
ZonedDateTime.query
(TemporalQuery<R> query) Queries this date-time using the specified query.<R> R
ZoneOffset.query
(TemporalQuery<R> query) Queries this offset using the specified query.DayOfWeek.range
(TemporalField field) Gets the range of valid values for the specified field.Instant.range
(TemporalField field) Gets the range of valid values for the specified field.LocalDate.range
(TemporalField field) Gets the range of valid values for the specified field.LocalDateTime.range
(TemporalField field) Gets the range of valid values for the specified field.LocalTime.range
(TemporalField field) Gets the range of valid values for the specified field.Month.range
(TemporalField field) Gets the range of valid values for the specified field.MonthDay.range
(TemporalField field) Gets the range of valid values for the specified field.OffsetDateTime.range
(TemporalField field) Gets the range of valid values for the specified field.OffsetTime.range
(TemporalField field) Gets the range of valid values for the specified field.Year.range
(TemporalField field) Gets the range of valid values for the specified field.YearMonth.range
(TemporalField field) Gets the range of valid values for the specified field.ZonedDateTime.range
(TemporalField field) Gets the range of valid values for the specified field.ZoneOffset.range
(TemporalField field) Gets the range of valid values for the specified field.Duration.subtractFrom
(Temporal temporal) Subtracts this duration from the specified temporal object.Period.subtractFrom
(Temporal temporal) Subtracts this period from the specified temporal object.LocalDateTime.toLocalDate()
Gets theLocalDate
part of this date-time.ZonedDateTime.toLocalDate()
Gets theLocalDate
part of this date-time.ZonedDateTime.toLocalDateTime()
Gets theLocalDateTime
part of this date-time.LocalDateTime.toLocalTime()
Gets theLocalTime
part of this date-time.ZonedDateTime.toLocalTime()
Gets theLocalTime
part of this date-time.Duration.toString()
A string representation of this duration using ISO-8601 seconds based representation, such asPT8H6M12.345S
.Instant.toString()
A string representation of this instant using ISO-8601 representation.LocalDate.toString()
Outputs this date as aString
, such as2007-12-03
.LocalDateTime.toString()
Outputs this date-time as aString
, such as2007-12-03T10:15:30
.LocalTime.toString()
Outputs this time as aString
, such as10:15
.MonthDay.toString()
Outputs this month-day as aString
, such as--12-03
.OffsetDateTime.toString()
Outputs this date-time as aString
, such as2007-12-03T10:15:30+01:00
.OffsetTime.toString()
Outputs this time as aString
, such as10:15:30+01:00
.Period.toString()
Outputs this period as aString
, such asP6Y3M1D
.Year.toString()
Outputs this year as aString
.YearMonth.toString()
Outputs this year-month as aString
, such as2007-12
.ZonedDateTime.toString()
Outputs this date-time as aString
, such as2007-12-03T10:15:30+01:00[Europe/Paris]
.ZoneId.toString()
Outputs this zone as aString
, using the ID.ZoneOffset.toString()
Outputs this offset as aString
, using the normalized ID.long
Instant.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another instant in terms of the specified unit.LocalDate.until
(ChronoLocalDate endDateExclusive) Calculates the period between this date and another date as aPeriod
.long
LocalDate.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another date in terms of the specified unit.long
LocalDateTime.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another date-time in terms of the specified unit.long
LocalTime.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another time in terms of the specified unit.long
OffsetDateTime.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another date-time in terms of the specified unit.long
OffsetTime.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another time in terms of the specified unit.long
Year.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another year in terms of the specified unit.long
YearMonth.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another year-month in terms of the specified unit.long
ZonedDateTime.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another date-time in terms of the specified unit.Instant.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this instant.Instant.with
(TemporalField field, long newValue) Returns a copy of this instant with the specified field set to a new value.LocalDate.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this date.LocalDate.with
(TemporalField field, long newValue) Returns a copy of this date with the specified field set to a new value.LocalDateTime.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this date-time.LocalDateTime.with
(TemporalField field, long newValue) Returns a copy of this date-time with the specified field set to a new value.LocalTime.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this time.LocalTime.with
(TemporalField field, long newValue) Returns a copy of this time with the specified field set to a new value.OffsetDateTime.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this date-time.OffsetDateTime.with
(TemporalField field, long newValue) Returns a copy of this date-time with the specified field set to a new value.OffsetTime.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this time.OffsetTime.with
(TemporalField field, long newValue) Returns a copy of this time with the specified field set to a new value.Year.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this year.Year.with
(TemporalField field, long newValue) Returns a copy of this year with the specified field set to a new value.YearMonth.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this year-month.YearMonth.with
(TemporalField field, long newValue) Returns a copy of this year-month with the specified field set to a new value.ZonedDateTime.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this date-time.ZonedDateTime.with
(TemporalField field, long newValue) Returns a copy of this date-time with the specified field set to a new value.ZonedDateTime.withEarlierOffsetAtOverlap()
Returns a copy of this date-time changing the zone offset to the earlier of the two valid offsets at a local time-line overlap.ZonedDateTime.withLaterOffsetAtOverlap()
Returns a copy of this date-time changing the zone offset to the later of the two valid offsets at a local time-line overlap.abstract Clock
Returns a copy of this clock with a different time-zone.ZonedDateTime.withZoneSameInstant
(ZoneId zone) Returns a copy of this date-time with a different time-zone, retaining the instant.ZonedDateTime.withZoneSameLocal
(ZoneId zone) Returns a copy of this date-time with a different time-zone, retaining the local date-time if possible. -
Uses of Override in java.time.chrono
Modifier and TypeMethodDescriptionAdds this period to the specified temporal object.default Temporal
ChronoLocalDate.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same date as this object.default Temporal
ChronoLocalDateTime.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same date and time as this object.default Temporal
Era.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same era as this object.final ChronoLocalDateTime<HijrahDate>
final ChronoLocalDateTime<JapaneseDate>
final ChronoLocalDateTime<MinguoDate>
int
AbstractChronology.compareTo
(Chronology other) Compares this chronology to another chronology.default int
ChronoLocalDate.compareTo
(ChronoLocalDate other) Compares this date to another date, including the chronology.default int
ChronoLocalDateTime.compareTo
(ChronoLocalDateTime<?> other) Compares this date-time to another date-time, including the chronology.int
Chronology.compareTo
(Chronology other) Compares this chronology to another chronology.default int
ChronoZonedDateTime.compareTo
(ChronoZonedDateTime<?> other) Compares this date-time to another date-time, including the chronology.HijrahChronology.date
(int prolepticYear, int month, int dayOfMonth) Obtains a local date in Hijrah calendar system from the proleptic-year, month-of-year and day-of-month fields.Obtains a local date in Hijrah calendar system from the era, year-of-era, month-of-year and day-of-month fields.HijrahChronology.date
(TemporalAccessor temporal) IsoChronology.date
(int prolepticYear, int month, int dayOfMonth) Obtains an ISO local date from the proleptic-year, month-of-year and day-of-month fields.Obtains an ISO local date from the era, year-of-era, month-of-year and day-of-month fields.IsoChronology.date
(TemporalAccessor temporal) Obtains an ISO local date from another date-time object.JapaneseChronology.date
(int prolepticYear, int month, int dayOfMonth) Obtains a local date in Japanese calendar system from the proleptic-year, month-of-year and day-of-month fields.Obtains a local date in Japanese calendar system from the era, year-of-era, month-of-year and day-of-month fields.JapaneseChronology.date
(TemporalAccessor temporal) MinguoChronology.date
(int prolepticYear, int month, int dayOfMonth) Obtains a local date in Minguo calendar system from the proleptic-year, month-of-year and day-of-month fields.Obtains a local date in Minguo calendar system from the era, year-of-era, month-of-year and day-of-month fields.MinguoChronology.date
(TemporalAccessor temporal) ThaiBuddhistChronology.date
(int prolepticYear, int month, int dayOfMonth) Obtains a local date in Thai Buddhist calendar system from the proleptic-year, month-of-year and day-of-month fields.Obtains a local date in Thai Buddhist calendar system from the era, year-of-era, month-of-year and day-of-month fields.ThaiBuddhistChronology.date
(TemporalAccessor temporal) HijrahChronology.dateEpochDay
(long epochDay) Obtains a local date in the Hijrah calendar system from the epoch-day.IsoChronology.dateEpochDay
(long epochDay) Obtains an ISO local date from the epoch-day.JapaneseChronology.dateEpochDay
(long epochDay) Obtains a local date in the Japanese calendar system from the epoch-day.MinguoChronology.dateEpochDay
(long epochDay) Obtains a local date in the Minguo calendar system from the epoch-day.ThaiBuddhistChronology.dateEpochDay
(long epochDay) Obtains a local date in the Thai Buddhist calendar system from the epoch-day.HijrahChronology.dateNow()
IsoChronology.dateNow()
Obtains the current ISO local date from the system clock in the default time-zone.Obtains the current ISO local date from the specified clock.Obtains the current ISO local date from the system clock in the specified time-zone.JapaneseChronology.dateNow()
MinguoChronology.dateNow()
ThaiBuddhistChronology.dateNow()
HijrahChronology.dateYearDay
(int prolepticYear, int dayOfYear) Obtains a local date in Hijrah calendar system from the proleptic-year and day-of-year fields.HijrahChronology.dateYearDay
(Era era, int yearOfEra, int dayOfYear) Obtains a local date in Hijrah calendar system from the era, year-of-era and day-of-year fields.IsoChronology.dateYearDay
(int prolepticYear, int dayOfYear) Obtains an ISO local date from the proleptic-year and day-of-year fields.IsoChronology.dateYearDay
(Era era, int yearOfEra, int dayOfYear) Obtains an ISO local date from the era, year-of-era and day-of-year fields.JapaneseChronology.dateYearDay
(int prolepticYear, int dayOfYear) Obtains a local date in Japanese calendar system from the proleptic-year and day-of-year fields.JapaneseChronology.dateYearDay
(Era era, int yearOfEra, int dayOfYear) Obtains a local date in Japanese calendar system from the era, year-of-era and day-of-year fields.MinguoChronology.dateYearDay
(int prolepticYear, int dayOfYear) Obtains a local date in Minguo calendar system from the proleptic-year and day-of-year fields.MinguoChronology.dateYearDay
(Era era, int yearOfEra, int dayOfYear) Obtains a local date in Minguo calendar system from the era, year-of-era and day-of-year fields.ThaiBuddhistChronology.dateYearDay
(int prolepticYear, int dayOfYear) Obtains a local date in Thai Buddhist calendar system from the proleptic-year and day-of-year fields.ThaiBuddhistChronology.dateYearDay
(Era era, int yearOfEra, int dayOfYear) Obtains a local date in Thai Buddhist calendar system from the era, year-of-era and day-of-year fields.long
IsoChronology.epochSecond
(int prolepticYear, int month, int dayOfMonth, int hour, int minute, int second, ZoneOffset zoneOffset) Gets the number of seconds from the epoch of 1970-01-01T00:00:00Z.boolean
Checks if this chronology is equal to another chronology.boolean
Checks if this date is equal to another date, including the chronology.boolean
Checks if this date-time is equal to another date-time, including the chronology.boolean
Checks if this chronology is equal to another chronology.boolean
Checks if this period is equal to another period, including the chronology.boolean
Checks if this date-time is equal to another date-time.boolean
Compares this date to another date, including the chronology.boolean
Compares this date to another date, including the chronology.boolean
Compares this date to another date, including the chronology.boolean
Compares this date to another date, including the chronology.HijrahChronology.eraOf
(int eraValue) Creates the HijrahEra object from the numeric value.IsoChronology.eraOf
(int eraValue) JapaneseChronology.eraOf
(int eraValue) Returns the calendar system era object from the given numeric value.MinguoChronology.eraOf
(int eraValue) ThaiBuddhistChronology.eraOf
(int eraValue) HijrahChronology.eras()
IsoChronology.eras()
JapaneseChronology.eras()
MinguoChronology.eras()
ThaiBuddhistChronology.eras()
long
ChronoPeriod.get
(TemporalUnit unit) Gets the value of the requested unit.default int
Era.get
(TemporalField field) Gets the value of the specified field from this era as anint
.HijrahChronology.getCalendarType()
Gets the calendar type of the Islamic calendar.IsoChronology.getCalendarType()
Gets the calendar type of the underlying calendar system - 'iso8601'.JapaneseChronology.getCalendarType()
Gets the calendar type of the underlying calendar system - 'japanese'.MinguoChronology.getCalendarType()
Gets the calendar type of the underlying calendar system - 'roc'.ThaiBuddhistChronology.getCalendarType()
Gets the calendar type of the underlying calendar system - 'buddhist'.HijrahDate.getChronology()
Gets the chronology of this date, which is the Hijrah calendar system.JapaneseDate.getChronology()
Gets the chronology of this date, which is the Japanese calendar system.MinguoDate.getChronology()
Gets the chronology of this date, which is the Minguo calendar system.ThaiBuddhistDate.getChronology()
Gets the chronology of this date, which is the Thai Buddhist calendar system.HijrahEra.getDisplayName
(TextStyle style, Locale locale) Gets the textual representation of this era.JapaneseEra.getDisplayName
(TextStyle style, Locale locale) Gets the textual representation of this era.MinguoEra.getDisplayName
(TextStyle style, Locale locale) Gets the textual representation of this era.ThaiBuddhistEra.getDisplayName
(TextStyle style, Locale locale) Gets the textual representation of this era.HijrahDate.getEra()
Gets the era applicable at this date.JapaneseDate.getEra()
Gets the era applicable at this date.MinguoDate.getEra()
Gets the era applicable at this date.ThaiBuddhistDate.getEra()
Gets the era applicable at this date.HijrahChronology.getId()
Gets the ID of the chronology.IsoChronology.getId()
Gets the ID of the chronology - 'ISO'.JapaneseChronology.getId()
Gets the ID of the chronology - 'Japanese'.MinguoChronology.getId()
Gets the ID of the chronology - 'Minguo'.ThaiBuddhistChronology.getId()
Gets the ID of the chronology - 'ThaiBuddhist'.default long
ChronoZonedDateTime.getLong
(TemporalField field) default long
Era.getLong
(TemporalField field) Gets the value of the specified field from this era as along
.long
HijrahDate.getLong
(TemporalField field) long
JapaneseDate.getLong
(TemporalField field) long
MinguoDate.getLong
(TemporalField field) long
ThaiBuddhistDate.getLong
(TemporalField field) ChronoPeriod.getUnits()
Gets the set of units supported by this period.int
HijrahEra.getValue()
Gets the numeric eraint
value.int
IsoEra.getValue()
Gets the numeric eraint
value.int
JapaneseEra.getValue()
Gets the numeric eraint
value.int
MinguoEra.getValue()
Gets the numeric eraint
value.int
ThaiBuddhistEra.getValue()
Gets the numeric eraint
value.int
AbstractChronology.hashCode()
A hash code for this chronology.int
ChronoLocalDate.hashCode()
A hash code for this date.int
ChronoLocalDateTime.hashCode()
A hash code for this date-time.int
Chronology.hashCode()
A hash code for this chronology.int
ChronoPeriod.hashCode()
A hash code for this period.int
ChronoZonedDateTime.hashCode()
A hash code for this date-time.int
HijrahDate.hashCode()
A hash code for this date.int
JapaneseDate.hashCode()
A hash code for this date.int
MinguoDate.hashCode()
A hash code for this date.int
ThaiBuddhistDate.hashCode()
A hash code for this date.boolean
HijrahChronology.isLeapYear
(long prolepticYear) boolean
HijrahDate.isLeapYear()
Checks if the year is a leap year, according to the Hijrah calendar system rules.boolean
IsoChronology.isLeapYear
(long prolepticYear) Checks if the year is a leap year, according to the ISO proleptic calendar system rules.boolean
JapaneseChronology.isLeapYear
(long prolepticYear) Checks if the specified year is a leap year.boolean
MinguoChronology.isLeapYear
(long prolepticYear) Checks if the specified year is a leap year.boolean
ThaiBuddhistChronology.isLeapYear
(long prolepticYear) Checks if the specified year is a leap year.default boolean
ChronoLocalDate.isSupported
(TemporalField field) Checks if the specified field is supported.default boolean
ChronoLocalDate.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
ChronoLocalDateTime.isSupported
(TemporalField field) Checks if the specified field is supported.default boolean
ChronoLocalDateTime.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
ChronoZonedDateTime.isSupported
(TemporalField field) Checks if the specified field is supported.default boolean
ChronoZonedDateTime.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.default boolean
Era.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
JapaneseDate.isSupported
(TemporalField field) Checks if the specified field is supported.int
HijrahDate.lengthOfMonth()
Returns the length of the month represented by this date.int
JapaneseDate.lengthOfMonth()
Returns the length of the month represented by this date.int
MinguoDate.lengthOfMonth()
Returns the length of the month represented by this date.int
ThaiBuddhistDate.lengthOfMonth()
Returns the length of the month represented by this date.int
HijrahDate.lengthOfYear()
Returns the length of the year represented by this date.HijrahChronology.localDateTime
(TemporalAccessor temporal) IsoChronology.localDateTime
(TemporalAccessor temporal) Obtains an ISO local date-time from another date-time object.JapaneseChronology.localDateTime
(TemporalAccessor temporal) MinguoChronology.localDateTime
(TemporalAccessor temporal) ThaiBuddhistChronology.localDateTime
(TemporalAccessor temporal) default ChronoLocalDate
ChronoLocalDate.minus
(long amountToSubtract, TemporalUnit unit) Returns an object of the same type as this object with the specified period subtracted.default ChronoLocalDate
ChronoLocalDate.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.default ChronoLocalDateTime<D>
ChronoLocalDateTime.minus
(long amountToSubtract, TemporalUnit unit) Returns an object of the same type as this object with the specified period subtracted.default ChronoLocalDateTime<D>
ChronoLocalDateTime.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.default ChronoZonedDateTime<D>
ChronoZonedDateTime.minus
(long amountToSubtract, TemporalUnit unit) Returns an object of the same type as this object with the specified period subtracted.default ChronoZonedDateTime<D>
ChronoZonedDateTime.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.HijrahDate.minus
(long amountToSubtract, TemporalUnit unit) HijrahDate.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.JapaneseDate.minus
(long amountToAdd, TemporalUnit unit) JapaneseDate.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.MinguoDate.minus
(long amountToAdd, TemporalUnit unit) MinguoDate.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.ThaiBuddhistDate.minus
(long amountToAdd, TemporalUnit unit) ThaiBuddhistDate.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.IsoChronology.period
(int years, int months, int days) Obtains a period for this chronology based on years, months and days.default ChronoLocalDate
ChronoLocalDate.plus
(long amountToAdd, TemporalUnit unit) Returns an object of the same type as this object with the specified period added.default ChronoLocalDate
ChronoLocalDate.plus
(TemporalAmount amount) Returns an object of the same type as this object with an amount added.ChronoLocalDateTime.plus
(long amountToAdd, TemporalUnit unit) Returns an object of the same type as this object with the specified period added.default ChronoLocalDateTime<D>
ChronoLocalDateTime.plus
(TemporalAmount amount) Returns an object of the same type as this object with an amount added.ChronoZonedDateTime.plus
(long amountToAdd, TemporalUnit unit) Returns an object of the same type as this object with the specified period added.default ChronoZonedDateTime<D>
ChronoZonedDateTime.plus
(TemporalAmount amount) Returns an object of the same type as this object with an amount added.HijrahDate.plus
(long amountToAdd, TemporalUnit unit) HijrahDate.plus
(TemporalAmount amount) Returns an object of the same type as this object with an amount added.JapaneseDate.plus
(long amountToAdd, TemporalUnit unit) JapaneseDate.plus
(TemporalAmount amount) Returns an object of the same type as this object with an amount added.MinguoDate.plus
(long amountToAdd, TemporalUnit unit) MinguoDate.plus
(TemporalAmount amount) Returns an object of the same type as this object with an amount added.ThaiBuddhistDate.plus
(long amountToAdd, TemporalUnit unit) ThaiBuddhistDate.plus
(TemporalAmount amount) Returns an object of the same type as this object with an amount added.int
HijrahChronology.prolepticYear
(Era era, int yearOfEra) int
IsoChronology.prolepticYear
(Era era, int yearOfEra) int
JapaneseChronology.prolepticYear
(Era era, int yearOfEra) int
MinguoChronology.prolepticYear
(Era era, int yearOfEra) int
ThaiBuddhistChronology.prolepticYear
(Era era, int yearOfEra) default <R> R
ChronoLocalDate.query
(TemporalQuery<R> query) Queries this date using the specified query.default <R> R
ChronoLocalDateTime.query
(TemporalQuery<R> query) Queries this date-time using the specified query.default <R> R
ChronoZonedDateTime.query
(TemporalQuery<R> query) Queries this date-time using the specified query.default <R> R
Era.query
(TemporalQuery<R> query) Queries this era using the specified query.default ValueRange
Era.range
(TemporalField field) Gets the range of valid values for the specified field.HijrahChronology.range
(ChronoField field) HijrahEra.range
(TemporalField field) Gets the range of valid values for the specified field.IsoChronology.range
(ChronoField field) JapaneseChronology.range
(ChronoField field) JapaneseEra.range
(TemporalField field) Gets the range of valid values for the specified field.MinguoChronology.range
(ChronoField field) ThaiBuddhistChronology.range
(ChronoField field) AbstractChronology.resolveDate
(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) Resolves parsedChronoField
values into a date during parsing.HijrahChronology.resolveDate
(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) IsoChronology.resolveDate
(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) Resolves parsedChronoField
values into a date during parsing.JapaneseChronology.resolveDate
(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) MinguoChronology.resolveDate
(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) ThaiBuddhistChronology.resolveDate
(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) ChronoPeriod.subtractFrom
(Temporal temporal) Subtracts this period from the specified temporal object.AbstractChronology.toString()
Outputs this chronology as aString
, using the chronology ID.ChronoLocalDate.toString()
Outputs this date as aString
.ChronoLocalDateTime.toString()
Outputs this date-time as aString
.Chronology.toString()
Outputs this chronology as aString
.ChronoPeriod.toString()
Outputs this period as aString
.ChronoZonedDateTime.toString()
Outputs this date-time as aString
.long
ChronoLocalDate.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another date in terms of the specified unit.HijrahDate.until
(ChronoLocalDate endDate) JapaneseDate.until
(ChronoLocalDate endDate) MinguoDate.until
(ChronoLocalDate endDate) ThaiBuddhistDate.until
(ChronoLocalDate endDate) default ChronoLocalDate
ChronoLocalDate.with
(TemporalAdjuster adjuster) Returns an adjusted object of the same type as this object with the adjustment made.default ChronoLocalDate
ChronoLocalDate.with
(TemporalField field, long newValue) Returns an object of the same type as this object with the specified field altered.default ChronoLocalDateTime<D>
ChronoLocalDateTime.with
(TemporalAdjuster adjuster) Returns an adjusted object of the same type as this object with the adjustment made.ChronoLocalDateTime.with
(TemporalField field, long newValue) Returns an object of the same type as this object with the specified field altered.default ChronoZonedDateTime<D>
ChronoZonedDateTime.with
(TemporalAdjuster adjuster) Returns an adjusted object of the same type as this object with the adjustment made.ChronoZonedDateTime.with
(TemporalField field, long newValue) Returns an object of the same type as this object with the specified field altered.HijrahDate.with
(TemporalAdjuster adjuster) Returns an adjusted object of the same type as this object with the adjustment made.HijrahDate.with
(TemporalField field, long newValue) JapaneseDate.with
(TemporalAdjuster adjuster) Returns an adjusted object of the same type as this object with the adjustment made.JapaneseDate.with
(TemporalField field, long newValue) MinguoDate.with
(TemporalAdjuster adjuster) Returns an adjusted object of the same type as this object with the adjustment made.MinguoDate.with
(TemporalField field, long newValue) ThaiBuddhistDate.with
(TemporalAdjuster adjuster) Returns an adjusted object of the same type as this object with the adjustment made.ThaiBuddhistDate.with
(TemporalField field, long newValue) HijrahChronology.zonedDateTime
(Instant instant, ZoneId zone) HijrahChronology.zonedDateTime
(TemporalAccessor temporal) IsoChronology.zonedDateTime
(Instant instant, ZoneId zone) Obtains an ISO zoned date-time in this chronology from anInstant
.IsoChronology.zonedDateTime
(TemporalAccessor temporal) Obtains an ISO zoned date-time from another date-time object.JapaneseChronology.zonedDateTime
(Instant instant, ZoneId zone) JapaneseChronology.zonedDateTime
(TemporalAccessor temporal) MinguoChronology.zonedDateTime
(Instant instant, ZoneId zone) MinguoChronology.zonedDateTime
(TemporalAccessor temporal) ThaiBuddhistChronology.zonedDateTime
(Instant instant, ZoneId zone) ThaiBuddhistChronology.zonedDateTime
(TemporalAccessor temporal) -
Uses of Override in java.time.format
Modifier and TypeMethodDescriptionboolean
Checks if this DecimalStyle is equal to another DecimalStyle.int
DecimalStyle.hashCode()
A hash code for this DecimalStyle.DateTimeFormatter.toString()
Returns a description of the underlying formatters.DecimalStyle.toString()
Returns a string describing this DecimalStyle. -
Uses of Override in java.time.temporal
Modifier and TypeMethodDescription<R extends Temporal>
RChronoUnit.addTo
(R temporal, long amount) <R extends Temporal>
RChronoField.adjustInto
(R temporal, long newValue) long
boolean
Checks if this range is equal to another range.boolean
Checks if thisWeekFields
is equal to the specified object.ChronoField.getBaseUnit()
ChronoUnit.getDuration()
Gets the estimated duration of this unit in the ISO calendar system.long
ChronoField.getFrom
(TemporalAccessor temporal) ChronoField.getRangeUnit()
int
ValueRange.hashCode()
A hash code for this range.int
WeekFields.hashCode()
A hash code for thisWeekFields
.boolean
ChronoField.isDateBased()
Checks if this field represents a component of a date.boolean
ChronoUnit.isDateBased()
Checks if this unit is a date unit.boolean
ChronoUnit.isDurationEstimated()
Checks if the duration of the unit is an estimate.boolean
ChronoField.isSupportedBy
(TemporalAccessor temporal) boolean
ChronoField.isTimeBased()
Checks if this field represents a component of a time.boolean
ChronoUnit.isTimeBased()
Checks if this unit is a time unit.ChronoField.range()
Gets the range of valid values for the field.ChronoField.rangeRefinedBy
(TemporalAccessor temporal) ChronoField.toString()
ChronoUnit.toString()
TemporalField.toString()
Gets a descriptive name for the field.TemporalUnit.toString()
Gets a descriptive name for the unit.ValueRange.toString()
Outputs this range as aString
.WeekFields.toString()
A string representation of thisWeekFields
instance. -
Uses of Override in java.time.zone
Modifier and TypeMethodDescriptionint
ZoneOffsetTransition.compareTo
(ZoneOffsetTransition transition) Compares this transition to another based on the transition instant.boolean
Checks if this object equals another.boolean
Checks if this object equals another.boolean
Checks if this set of rules equals another.int
ZoneOffsetTransition.hashCode()
Returns a suitable hash code.int
ZoneOffsetTransitionRule.hashCode()
Returns a suitable hash code.int
ZoneRules.hashCode()
Returns a suitable hash code given the definition of#equals
.ZoneOffsetTransition.toString()
Returns a string describing this object.ZoneOffsetTransitionRule.toString()
Returns a string describing this object.ZoneRules.toString()
Returns a string describing this object. -
Uses of Override in java.util
Modifier and TypeMethodDescriptionvoid
DoubleSummaryStatistics.accept
(double value) Records another value into the summary information.void
IntSummaryStatistics.accept
(int value) Records a new value into the summary informationvoid
LongSummaryStatistics.accept
(int value) Records a newint
value into the summary information.void
LongSummaryStatistics.accept
(long value) Records a newlong
value into the summary information.void
GregorianCalendar.add
(int field, int amount) Adds the specified (signed) amount of time to the given calendar field, based on the calendar's rules.int
Spliterators.AbstractDoubleSpliterator.characteristics()
Returns a set of characteristics of this Spliterator and its elements.int
Spliterators.AbstractIntSpliterator.characteristics()
Returns a set of characteristics of this Spliterator and its elements.int
Spliterators.AbstractLongSpliterator.characteristics()
Returns a set of characteristics of this Spliterator and its elements.int
Spliterators.AbstractSpliterator.characteristics()
Returns a set of characteristics of this Spliterator and its elements.Calendar.clone()
Creates and returns a copy of this object.HashMap.clone()
Returns a shallow copy of thisHashMap
instance: the keys and values themselves are not cloned.Locale.clone()
Overrides Cloneable.int
Compares the time values (millisecond offsets from the Epoch) represented by twoCalendar
objects.int
Compares this UUID with the specified UUID.Attempts to compute a mapping for the specified key and its current mapped value (ornull
if there is no current mapping).Attempts to compute a mapping for the specified key and its current mapped value (ornull
if there is no current mapping).Attempts to compute a mapping for the specified key and its current mapped value (ornull
if there is no current mapping).protected void
GregorianCalendar.computeFields()
Converts the time value (millisecond offset from the Epoch) to calendar field values.HashMap.computeIfAbsent
(K key, Function<? super K, ? extends V> mappingFunction) If the specified key is not already associated with a value (or is mapped tonull
), attempts to compute its value using the given mapping function and enters it into this map unlessnull
.Hashtable.computeIfAbsent
(K key, Function<? super K, ? extends V> mappingFunction) If the specified key is not already associated with a value (or is mapped tonull
), attempts to compute its value using the given mapping function and enters it into this map unlessnull
.TreeMap.computeIfAbsent
(K key, Function<? super K, ? extends V> mappingFunction) If the specified key is not already associated with a value (or is mapped tonull
), attempts to compute its value using the given mapping function and enters it into this map unlessnull
.HashMap.computeIfPresent
(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.Hashtable.computeIfPresent
(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.TreeMap.computeIfPresent
(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.protected void
GregorianCalendar.computeTime()
Converts calendar field values to the time value (millisecond offset from the Epoch).Random.doubles()
Returns an effectively unlimited stream of pseudorandomdouble
values, each between zero (inclusive) and one (exclusive).Random.doubles
(double randomNumberOrigin, double randomNumberBound) Returns an effectively unlimited stream of pseudorandomdouble
values, each conforming to the given origin (inclusive) and bound (exclusive).Random.doubles
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomdouble
values, each between zero (inclusive) and one (exclusive).Random.doubles
(long streamSize, double randomNumberOrigin, double randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomdouble
values, each conforming to the given origin (inclusive) and bound (exclusive).SplittableRandom.doubles()
Returns an effectively unlimited stream of pseudorandomdouble
values from this generator and/or one split from it; each value is between zero (inclusive) and one (exclusive).SplittableRandom.doubles
(double randomNumberOrigin, double randomNumberBound) Returns an effectively unlimited stream of pseudorandomdouble
values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).SplittableRandom.doubles
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomdouble
values from this generator and/or one split from it; each value is between zero (inclusive) and one (exclusive).SplittableRandom.doubles
(long streamSize, double randomNumberOrigin, double randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomdouble
values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).boolean
Compares thisCalendar
to the specifiedObject
.boolean
Compares thisGregorianCalendar
to the specifiedObject
.boolean
Returnstrue
if the other object is aHexFormat
with the same parameters.boolean
Returns true if this Locale is equal to another object.boolean
Compares this object to the specified object.boolean
Indicates whether some other object is "equal to" thisOptional
.boolean
Indicates whether some other object is "equal to" thisOptionalDouble
.boolean
Indicates whether some other object is "equal to" thisOptionalInt
.boolean
Indicates whether some other object is "equal to" thisOptionalLong
.boolean
Checks two PropertyPermission objects for equality.boolean
Compares this object to the specified object.long
Spliterators.AbstractDoubleSpliterator.estimateSize()
Returns an estimate of the number of elements that would be encountered by aSpliterator.forEachRemaining(java.util.function.Consumer<? super T>)
traversal, or returnsLong.MAX_VALUE
if infinite, unknown, or too expensive to compute.long
Spliterators.AbstractIntSpliterator.estimateSize()
Returns an estimate of the number of elements that would be encountered by aSpliterator.forEachRemaining(java.util.function.Consumer<? super T>)
traversal, or returnsLong.MAX_VALUE
if infinite, unknown, or too expensive to compute.long
Spliterators.AbstractLongSpliterator.estimateSize()
Returns an estimate of the number of elements that would be encountered by aSpliterator.forEachRemaining(java.util.function.Consumer<? super T>)
traversal, or returnsLong.MAX_VALUE
if infinite, unknown, or too expensive to compute.long
Spliterators.AbstractSpliterator.estimateSize()
Returns an estimate of the number of elements that would be encountered by aSpliterator.forEachRemaining(java.util.function.Consumer<? super T>)
traversal, or returnsLong.MAX_VALUE
if infinite, unknown, or too expensive to compute.void
void
default void
PrimitiveIterator.OfDouble.forEachRemaining
(Consumer<? super Double> action) Performs the given action for each remaining element until all elements have been processed or the action throws an exception.default void
PrimitiveIterator.OfInt.forEachRemaining
(Consumer<? super Integer> action) Performs the given action for each remaining element until all elements have been processed or the action throws an exception.default void
PrimitiveIterator.OfLong.forEachRemaining
(Consumer<? super Long> action) Performs the given action for each remaining element until all elements have been processed or the action throws an exception.default void
Spliterator.OfDouble.forEachRemaining
(Consumer<? super Double> action) Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.default void
Spliterator.OfInt.forEachRemaining
(Consumer<? super Integer> action) Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.default void
Spliterator.OfLong.forEachRemaining
(Consumer<? super Long> action) Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.ServiceLoader.Provider.get()
Returns an instance of the provider.PropertyPermission.getActions()
Returns the "canonical string representation" of the actions.int
GregorianCalendar.getActualMaximum
(int field) Returns the maximum value that this calendar field could have, taking into consideration the given time value and the current values of thegetFirstDayOfWeek
,getMinimalDaysInFirstWeek
,getGregorianChange
andgetTimeZone
methods.int
GregorianCalendar.getActualMinimum
(int field) Returns the minimum value that this calendar field could have, taking into consideration the given time value and the current values of thegetFirstDayOfWeek
,getMinimalDaysInFirstWeek
,getGregorianChange
andgetTimeZone
methods.GregorianCalendar.getCalendarType()
Returns"gregory"
as the calendar type.int
GregorianCalendar.getGreatestMinimum
(int field) Returns the highest minimum value for the given calendar field of thisGregorianCalendar
instance.int
GregorianCalendar.getLeastMaximum
(int field) Returns the lowest maximum value for the given calendar field of thisGregorianCalendar
instance.int
GregorianCalendar.getMaximum
(int field) Returns the maximum value for the given calendar field of thisGregorianCalendar
instance.int
GregorianCalendar.getMinimum
(int field) Returns the minimum value for the given calendar field of thisGregorianCalendar
instance.int
GregorianCalendar.getWeeksInWeekYear()
Returns the number of weeks in the week year represented by thisGregorianCalendar
.int
GregorianCalendar.getWeekYear()
Returns the week year represented by thisGregorianCalendar
.int
Calendar.hashCode()
Returns a hash code for this calendar.int
GregorianCalendar.hashCode()
Generates the hash code for thisGregorianCalendar
object.int
HexFormat.hashCode()
Returns a hashcode for thisHexFormat
.int
Locale.hashCode()
Override hashCode.int
Locale.LanguageRange.hashCode()
Returns a hash code value for the object.int
Optional.hashCode()
Returns the hash code of the value, if present, otherwise0
(zero) if no value is present.int
OptionalDouble.hashCode()
Returns the hash code of the value, if present, otherwise0
(zero) if no value is present.int
OptionalInt.hashCode()
Returns the hash code of the value, if present, otherwise0
(zero) if no value is present.int
OptionalLong.hashCode()
Returns the hash code of the value, if present, otherwise0
(zero) if no value is present.int
PropertyPermission.hashCode()
Returns the hash code value for this object.int
UUID.hashCode()
Returns a hash code for thisUUID
.boolean
PropertyPermission.implies
(Permission p) Checks if this PropertyPermission object "implies" the specified permission.Random.ints()
Returns an effectively unlimited stream of pseudorandomint
values.Random.ints
(int randomNumberOrigin, int randomNumberBound) Returns an effectively unlimited stream of pseudorandomint
values, each conforming to the given origin (inclusive) and bound (exclusive).Random.ints
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomint
values.Random.ints
(long streamSize, int randomNumberOrigin, int randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomint
values, each conforming to the given origin (inclusive) and bound (exclusive).SplittableRandom.ints()
Returns an effectively unlimited stream of pseudorandomint
values from this generator and/or one split from it.SplittableRandom.ints
(int randomNumberOrigin, int randomNumberBound) Returns an effectively unlimited stream of pseudorandomint
values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).SplittableRandom.ints
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomint
values from this generator and/or one split from it.SplittableRandom.ints
(long streamSize, int randomNumberOrigin, int randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomint
values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).final boolean
GregorianCalendar.isWeekDateSupported()
Returnstrue
indicating thisGregorianCalendar
supports week dates.Random.longs()
Returns an effectively unlimited stream of pseudorandomlong
values.Random.longs
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomlong
values.Random.longs
(long randomNumberOrigin, long randomNumberBound) Returns an effectively unlimited stream of pseudorandomlong
values, each conforming to the given origin (inclusive) and bound (exclusive).Random.longs
(long streamSize, long randomNumberOrigin, long randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomlong
, each conforming to the given origin (inclusive) and bound (exclusive).SplittableRandom.longs()
Returns an effectively unlimited stream of pseudorandomlong
values from this generator and/or one split from it.SplittableRandom.longs
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomlong
values from this generator and/or one split from it.SplittableRandom.longs
(long randomNumberOrigin, long randomNumberBound) Returns an effectively unlimited stream of pseudorandomlong
values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).SplittableRandom.longs
(long streamSize, long randomNumberOrigin, long randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomlong
values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.PropertyPermission.newPermissionCollection()
Returns a new PermissionCollection object for storing PropertyPermission objects.default Double
PrimitiveIterator.OfDouble.next()
Returns the next element in the iteration.default Integer
PrimitiveIterator.OfInt.next()
Returns the next element in the iteration.default Long
PrimitiveIterator.OfLong.next()
Returns the next element in the iteration.boolean
Random.nextBoolean()
Returns the next pseudorandom, uniformly distributedboolean
value from this random number generator's sequence.void
Random.nextBytes
(byte[] bytes) Generates random bytes and places them into a user-supplied byte array.void
SplittableRandom.nextBytes
(byte[] bytes) Fills a user-supplied byte array with generated byte values pseudorandomly chosen uniformly from the range of values between -128 (inclusive) and 127 (inclusive).double
Random.nextDouble()
Returns the next pseudorandom, uniformly distributeddouble
value between0.0
and1.0
from this random number generator's sequence.float
Random.nextFloat()
Returns the next pseudorandom, uniformly distributedfloat
value between0.0
and1.0
from this random number generator's sequence.double
Random.nextGaussian()
Returns the next pseudorandom, Gaussian ("normally") distributeddouble
value with mean0.0
and standard deviation1.0
from this random number generator's sequence.int
Random.nextInt()
Returns the next pseudorandom, uniformly distributedint
value from this random number generator's sequence.int
Random.nextInt
(int bound) Returns a pseudorandom, uniformly distributedint
value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.long
Random.nextLong()
Returns the next pseudorandom, uniformly distributedlong
value from this random number generator's sequence.long
SplittableRandom.nextLong()
boolean
SimpleTimeZone.observesDaylightTime()
Returnstrue
if thisSimpleTimeZone
observes Daylight Saving Time.boolean
boolean
void
Vector.replaceAll
(UnaryOperator<E> operator) void
GregorianCalendar.roll
(int field, boolean up) Adds or subtracts (up/down) a single unit of time on the given time field without changing larger fields.void
GregorianCalendar.roll
(int field, int amount) Adds a signed amount to the specified calendar field without changing larger fields.void
GregorianCalendar.setWeekDate
(int weekYear, int weekOfYear, int dayOfWeek) Sets thisGregorianCalendar
to the date given by the date specifiers -weekYear
,weekOfYear
, anddayOfWeek
.ArrayList.spliterator()
Creates a late-binding and fail-fastSpliterator
over the elements in this list.default Spliterator<E>
Collection.spliterator()
Creates aSpliterator
over the elements in this collection.LinkedHashSet.spliterator()
Creates a late-binding and fail-fastSpliterator
over the elements in this set.LinkedList.spliterator()
Creates a late-binding and fail-fastSpliterator
over the elements in this list.default Spliterator<E>
List.spliterator()
Creates aSpliterator
over the elements in this list.default Spliterator<E>
Set.spliterator()
Creates aSpliterator
over the elements in this set.default Spliterator<E>
SortedSet.spliterator()
Creates aSpliterator
over the elements in this sorted set.Vector.spliterator()
Creates a late-binding and fail-fastSpliterator
over the elements in this list.SplittableRandom.splits()
Returns an effectively unlimited stream of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.SplittableRandom.splits
(long streamSize) Returns a stream producing the givenstreamSize
number of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.SplittableRandom.splits
(long streamSize, RandomGenerator.SplittableGenerator source) Returns a stream producing the givenstreamSize
number of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.SplittableRandom.splits
(RandomGenerator.SplittableGenerator source) Returns an effectively unlimited stream of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.Object[]
HashSet.toArray()
<T> T[]
HashSet.toArray
(T[] a) Calendar.toString()
Return a string representation of this calendar.Currency.toString()
Returns the ISO 4217 currency code of this currency.DoubleSummaryStatistics.toString()
Returns a non-empty string representation of this object suitable for debugging.HexFormat.toString()
Returns a description of the formatter parameters for uppercase, delimiter, prefix, and suffix.IntSummaryStatistics.toString()
Returns a non-empty string representation of this object suitable for debugging.Locale.LanguageRange.toString()
Returns an informative string representation of thisLanguageRange
object, consisting of language range and weight if the range is weighted and the weight is less than the max weight.final String
Locale.toString()
Returns a string representation of thisLocale
object, consisting of language, country, variant, script, and extensions as below: language + "_" + country + "_" + (variant + "_#" | "#") + script + "_" + extensions Language is always lower case, country is always upper case, script is always title case, and extensions are always lower case.LongSummaryStatistics.toString()
Returns a non-empty string representation of this object suitable for debugging.Optional.toString()
Returns a non-empty string representation of thisOptional
suitable for debugging.OptionalDouble.toString()
Returns a non-empty string representation of thisOptionalDouble
suitable for debugging.OptionalInt.toString()
Returns a non-empty string representation of thisOptionalInt
suitable for debugging.OptionalLong.toString()
Returns a non-empty string representation of thisOptionalLong
suitable for debugging.StringJoiner.toString()
Returns the current value, consisting of theprefix
, the values added so far separated by thedelimiter
, and thesuffix
, unless no elements have been added in which case, theprefix + suffix
or theemptyValue
characters are returned.UUID.toString()
Returns aString
object representing thisUUID
.default boolean
Spliterator.OfDouble.tryAdvance
(Consumer<? super Double> action) If a remaining element exists, performs the given action on it, returningtrue
; else returnsfalse
.default boolean
Spliterator.OfInt.tryAdvance
(Consumer<? super Integer> action) If a remaining element exists, performs the given action on it, returningtrue
; else returnsfalse
.default boolean
Spliterator.OfLong.tryAdvance
(Consumer<? super Long> action) If a remaining element exists, performs the given action on it, returningtrue
; else returnsfalse
.Spliterators.AbstractDoubleSpliterator.trySplit()
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.Spliterators.AbstractIntSpliterator.trySplit()
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.Spliterators.AbstractLongSpliterator.trySplit()
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.Spliterators.AbstractSpliterator.trySplit()
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator. -
Uses of Override in java.util.concurrent
Modifier and TypeMethodDescriptiondefault V
Attempts to compute a mapping for the specified key and its current mapped value (ornull
if there is no current mapping).default V
ConcurrentMap.computeIfAbsent
(K key, Function<? super K, ? extends V> mappingFunction) If the specified key is not already associated with a value (or is mapped tonull
), attempts to compute its value using the given mapping function and enters it into this map unlessnull
.default V
ConcurrentMap.computeIfPresent
(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.ThreadLocalRandom.doubles()
Returns an effectively unlimited stream of pseudorandomdouble
values, each between zero (inclusive) and one (exclusive).ThreadLocalRandom.doubles
(double randomNumberOrigin, double randomNumberBound) Returns an effectively unlimited stream of pseudorandomdouble
values, each conforming to the given origin (inclusive) and bound (exclusive).ThreadLocalRandom.doubles
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomdouble
values, each between zero (inclusive) and one (exclusive).ThreadLocalRandom.doubles
(long streamSize, double randomNumberOrigin, double randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomdouble
values, each conforming to the given origin (inclusive) and bound (exclusive).protected final boolean
CountedCompleter.exec()
Implements execution conventions for CountedCompleters.void
default void
ConcurrentMap.forEach
(BiConsumer<? super K, ? super V> action) Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.default V
ConcurrentMap.getOrDefault
(Object key, V defaultValue) Returns the value to which the specified key is mapped, ordefaultValue
if this map contains no mapping for the key.CountedCompleter.getRawResult()
Returns the result of the computation.ThreadLocalRandom.ints()
Returns an effectively unlimited stream of pseudorandomint
values.ThreadLocalRandom.ints
(int randomNumberOrigin, int randomNumberBound) Returns an effectively unlimited stream of pseudorandomint
values, each conforming to the given origin (inclusive) and bound (exclusive).ThreadLocalRandom.ints
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomint
values.ThreadLocalRandom.ints
(long streamSize, int randomNumberOrigin, int randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomint
values, each conforming to the given origin (inclusive) and bound (exclusive).ForkJoinPool.invokeAll
(Collection<? extends Callable<T>> tasks) ThreadLocalRandom.longs()
Returns an effectively unlimited stream of pseudorandomlong
values.ThreadLocalRandom.longs
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomlong
values.ThreadLocalRandom.longs
(long randomNumberOrigin, long randomNumberBound) Returns an effectively unlimited stream of pseudorandomlong
values, each conforming to the given origin (inclusive) and bound (exclusive).ThreadLocalRandom.longs
(long streamSize, long randomNumberOrigin, long randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomlong
, each conforming to the given origin (inclusive) and bound (exclusive).default V
If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.double
ThreadLocalRandom.nextDouble
(double bound) Returns a pseudorandomly chosendouble
value between zero (inclusive) and the specified bound (exclusive).double
ThreadLocalRandom.nextDouble
(double origin, double bound) Returns a pseudorandomly chosendouble
value between the specified origin (inclusive) and the specified bound (exclusive).float
ThreadLocalRandom.nextFloat
(float bound) Returns a pseudorandomly chosenfloat
value between zero (inclusive) and the specified bound (exclusive).float
ThreadLocalRandom.nextFloat
(float origin, float bound) Returns a pseudorandomly chosenfloat
value between the specified origin (inclusive) and the specified bound (exclusive).int
ThreadLocalRandom.nextInt
(int bound) Returns a pseudorandom, uniformly distributedint
value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.int
ThreadLocalRandom.nextInt
(int origin, int bound) Returns a pseudorandomly chosenint
value between the specified origin (inclusive) and the specified bound (exclusive).long
ThreadLocalRandom.nextLong
(long bound) Returns a pseudorandomly chosenlong
value between zero (inclusive) and the specified bound (exclusive).long
ThreadLocalRandom.nextLong
(long origin, long bound) Returns a pseudorandomly chosenlong
value between the specified origin (inclusive) and the specified bound (exclusive).default void
ConcurrentMap.replaceAll
(BiFunction<? super K, ? super V, ? extends V> function) Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.protected void
CountedCompleter.setRawResult
(T t) A method that result-bearing CountedCompleters may optionally use to help maintain result data.ConcurrentLinkedQueue.spliterator()
Returns aSpliterator
over the elements in this queue.ForkJoinTask<?>
<T> ForkJoinTask<T>
<T> ForkJoinTask<T>
-
Uses of Override in java.util.logging
Modifier and TypeMethodDescriptionvoid
ConsoleHandler.close()
OverrideStreamHandler.close
to do a flush but not to close the output stream.void
FileHandler.close()
Close all the files.void
MemoryHandler.close()
Close theHandler
and free all associated resources.void
SocketHandler.close()
Close this output stream.void
StreamHandler.close()
Close the current output stream.boolean
Compare two objects for value equality.void
MemoryHandler.flush()
Causes a flush on the targetHandler
.void
StreamHandler.flush()
Flush any buffered messages.Format the given LogRecord.Format the given message to XML.Return the header string for a set of XML formatted records.Return the tail string for a set of XML formatted records.int
Level.hashCode()
Generate a hashcode.boolean
MemoryHandler.isLoggable
(LogRecord record) Check if thisHandler
would actually log a givenLogRecord
into its internal buffer.boolean
StreamHandler.isLoggable
(LogRecord record) Check if thisHandler
would actually log a givenLogRecord
.void
Publish aLogRecord
.void
Format and publish aLogRecord
.void
Store aLogRecord
in an internal buffer.void
Format and publish aLogRecord
.void
Format and publish aLogRecord
.void
StreamHandler.setEncoding
(String encoding) Set (or change) the character encoding used by thisHandler
.final String
Level.toString()
Returns a string representation of this Level. -
Uses of Override in java.util.spi
Modifier and TypeMethodDescriptionReturns aResourceBundle
for the givenbaseName
andlocale
. -
Uses of Override in java.util.stream
Modifier and TypeMethodDescriptionvoid
DoubleStream.Builder.accept
(double t) Adds an element to the stream being built.void
IntStream.Builder.accept
(int t) Adds an element to the stream being built.void
LongStream.Builder.accept
(long t) Adds an element to the stream being built.void
Adds an element to the stream being built.void
BaseStream.close()
Closes this stream, causing all close handlers for this stream pipeline to be called. -
Uses of Override in java.util.zip
Modifier and TypeMethodDescriptionlong
Adler32.getValue()
Returns the checksum value.long
CRC32.getValue()
Returns CRC-32 value.long
CRC32C.getValue()
Returns CRC-32C value.void
Adler32.reset()
Resets the checksum to initial value.void
CRC32.reset()
Resets CRC-32 to initial value.void
CRC32C.reset()
Resets CRC-32C to initial value.void
Adler32.update
(byte[] b, int off, int len) Updates the checksum with the specified array of bytes.void
Adler32.update
(int b) Updates the checksum with the specified byte (the low eight bits of the argument b).void
Adler32.update
(ByteBuffer buffer) Updates the checksum with the bytes from the specified buffer.void
CRC32.update
(byte[] b, int off, int len) Updates the CRC-32 checksum with the specified array of bytes.void
CRC32.update
(int b) Updates the CRC-32 checksum with the specified byte (the low eight bits of the argument b).void
CRC32.update
(ByteBuffer buffer) Updates the CRC-32 checksum with the bytes from the specified buffer.void
CRC32C.update
(byte[] b, int off, int len) Updates the CRC-32C checksum with the specified array of bytes.void
CRC32C.update
(int b) Updates the CRC-32C checksum with the specified byte (the low eight bits of the argument b).void
CRC32C.update
(ByteBuffer buffer) Updates the CRC-32C checksum with the bytes from the specified buffer. -
Uses of Override in javax.crypto
Modifier and TypeMethodDescriptionint
CipherInputStream.available()
Returns the number of bytes that can be read from this input stream without blocking.void
CipherInputStream.close()
Closes this input stream and releases any system resources associated with the stream.void
CipherOutputStream.close()
Closes this output stream and releases any system resources associated with this stream.void
CipherOutputStream.flush()
Flushes this output stream by forcing any buffered output bytes that have already been processed by the encapsulated cipher object to be written out.boolean
CipherInputStream.markSupported()
Tests if this input stream supports themark
andreset
methods, which it does not.int
CipherInputStream.read()
Reads the next byte of data from this input stream.int
CipherInputStream.read
(byte[] b) Reads up tob.length
bytes of data from this input stream into an array of bytes.int
CipherInputStream.read
(byte[] b, int off, int len) Reads up tolen
bytes of data from this input stream into an array of bytes.long
CipherInputStream.skip
(long n) Skipsn
bytes of input from the bytes that can be read from this input stream without blocking.Cipher.toString()
Returns a String representation of this Cipher.void
CipherOutputStream.write
(byte[] b) Writesb.length
bytes from the specified byte array to this output stream.void
CipherOutputStream.write
(byte[] b, int off, int len) Writeslen
bytes from the specified byte array starting at offsetoff
to this output stream.void
CipherOutputStream.write
(int b) Writes the specified byte to this output stream. -
Uses of Override in javax.imageio.plugins.tiff
-
Uses of Override in javax.lang.model.element
Modifier and TypeMethodDescriptionExecutableElement.asType()
Returns the executable type defined by this executable element.ModuleElement.asType()
Returns a pseudo-type for this module.PackageElement.asType()
Returns a pseudo-type for this package.TypeElement.asType()
Returns the type defined by this class or interface element, returning the prototypical type for an element representing a generic type.TypeParameterElement.asType()
Returns the type variable corresponding to this type parameter element.VariableElement.asType()
Returns the type of this variable.boolean
Returnstrue
if the argument represents the same element asthis
, orfalse
otherwise.<A extends Annotation>
AElement.getAnnotation
(Class<A> annotationType) Returns this construct's annotation of the specified type if such an annotation is present, elsenull
.List<? extends AnnotationMirror>
Element.getAnnotationMirrors()
Returns the annotations that are directly present on this construct.<A extends Annotation>
A[]Element.getAnnotationsByType
(Class<A> annotationType) Returns annotations that are associated with this construct.ModuleElement.getEnclosedElements()
Returns the packages within this module.PackageElement.getEnclosedElements()
Returns the top-level classes and interfaces within this package.TypeElement.getEnclosedElements()
Returns the fields, methods, constructors, record components, and member classes and interfaces that are directly declared in this class or interface.ModuleElement.getEnclosingElement()
Returnsnull
since a module is not enclosed by another element.PackageElement.getEnclosingElement()
Returns the enclosing module if such a module exists; otherwisenull
.RecordComponentElement.getEnclosingElement()
Returns the enclosing element of this record component.TypeElement.getEnclosingElement()
Returns the package of a top-level class or interface and returns the immediately lexically enclosing element for a nested class or interface.TypeParameterElement.getEnclosingElement()
Returns the generic element of this type parameter.VariableElement.getEnclosingElement()
Returns the enclosing element of this variable.ModuleElement.getQualifiedName()
Returns the fully qualified name of this module.ExecutableElement.getSimpleName()
Returns the simple name of a constructor, method, or initializer.ModuleElement.getSimpleName()
Returns the simple name of this module.PackageElement.getSimpleName()
Returns the simple name of this package.RecordComponentElement.getSimpleName()
Returns the simple name of this record component.TypeElement.getSimpleName()
Returns the simple name of this class or interface element.VariableElement.getSimpleName()
Returns the simple name of this variable element.int
Element.hashCode()
Obeys the general contract ofObject.hashCode
.Modifier.toString()
Returns this modifier's name as defined in The Java Language Specification. -
Uses of Override in javax.lang.model.type
Modifier and TypeMethodDescription<A extends Annotation>
ATypeMirror.getAnnotation
(Class<A> annotationType) Returns this construct's annotation of the specified type if such an annotation is present, elsenull
.List<? extends AnnotationMirror>
TypeMirror.getAnnotationMirrors()
Returns the annotations that are directly present on this construct.<A extends Annotation>
A[]TypeMirror.getAnnotationsByType
(Class<A> annotationType) Returns annotations that are associated with this construct. -
Uses of Override in javax.lang.model.util
Modifier and TypeMethodDescriptionElementKindVisitor6.visitExecutable
(ExecutableElement e, P p) Visits an executable element.AbstractTypeVisitor6.visitIntersection
(IntersectionType t, P p) Visits an intersection type.abstract R
AbstractTypeVisitor8.visitIntersection
(IntersectionType t, P p) Visits anIntersectionType
in a manner defined by a subclass.SimpleTypeVisitor8.visitIntersection
(IntersectionType t, P p) Visits an intersection type.TypeKindVisitor8.visitIntersection
(IntersectionType t, P p) Visits an intersection type.AbstractElementVisitor6.visitModule
(ModuleElement e, P p) Visits a module element.abstract R
AbstractElementVisitor9.visitModule
(ModuleElement t, P p) Visits a module element.ElementKindVisitor9.visitModule
(ModuleElement e, P p) Visits a module element.ElementScanner9.visitModule
(ModuleElement e, P p) Visits a module element.SimpleElementVisitor9.visitModule
(ModuleElement e, P p) Visits a module element.TypeKindVisitor6.visitNoType
(NoType t, P p) Visits aNoType
instance.TypeKindVisitor9.visitNoTypeAsModule
(NoType t, P p) Visits aMODULE
pseudo-type.ElementKindVisitor6.visitPackage
(PackageElement e, P p) Visits a package element.TypeKindVisitor6.visitPrimitive
(PrimitiveType t, P p) Visits a primitive type.abstract R
AbstractElementVisitor14.visitRecordComponent
(RecordComponentElement t, P p) Visits a record component element.AbstractElementVisitor6.visitRecordComponent
(RecordComponentElement e, P p) Visits a record component element.ElementKindVisitor14.visitRecordComponent
(RecordComponentElement e, P p) Visits a record component element.ElementScanner14.visitRecordComponent
(RecordComponentElement e, P p) Visits a record component element.SimpleElementVisitor14.visitRecordComponent
(RecordComponentElement e, P p) Visits a record component element.ElementKindVisitor6.visitType
(TypeElement e, P p) Visits a type element.ElementScanner14.visitType
(TypeElement e, P p) Visits a type element.ElementKindVisitor14.visitTypeAsRecord
(TypeElement e, P p) Visits aRECORD
type element.ElementKindVisitor6.visitTypeParameter
(TypeParameterElement e, P p) Visits a type parameter element.abstract R
AbstractTypeVisitor7.visitUnion
(UnionType t, P p) Visits aUnionType
in a manner defined by a subclass.SimpleTypeVisitor7.visitUnion
(UnionType t, P p) Visits a union type.TypeKindVisitor7.visitUnion
(UnionType t, P p) Visits a union type.AbstractAnnotationValueVisitor6.visitUnknown
(AnnotationValue av, P p) Visits an unknown kind of annotation value.AbstractElementVisitor6.visitUnknown
(Element e, P p) Visits an unknown kind of element.AbstractTypeVisitor6.visitUnknown
(TypeMirror t, P p) Visits an unknown kind of type.ElementKindVisitor6.visitVariable
(VariableElement e, P p) Visits a variable elementElementScanner7.visitVariable
(VariableElement e, P p) Visits a variable element.SimpleElementVisitor7.visitVariable
(VariableElement e, P p) Visits a variable element.ElementKindVisitor14.visitVariableAsBindingVariable
(VariableElement e, P p) Visits aBINDING_VARIABLE
variable element.ElementKindVisitor7.visitVariableAsResourceVariable
(VariableElement e, P p) Visits aRESOURCE_VARIABLE
variable element. -
Uses of Override in javax.management
Modifier and TypeMethodDescriptionvoid
Inserts the specified element at the specified position in this list.boolean
Appends the specified element to the end of this list.boolean
AttributeList.addAll
(int index, Collection<?> c) Inserts all of the elements in the specified collection into this list, starting at the specified position.boolean
AttributeList.addAll
(Collection<?> c) Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's Iterator.AttributeValueExp.apply
(ObjectName name) Applies theAttributeValueExp
on an MBean.StringValueExp.apply
(ObjectName name) Applies the ValueExp on a MBean.ImmutableDescriptor.clone()
Returns a descriptor which is equal to this descriptor.MBeanInfo.clone()
Returns a shallow clone of this instance.MBeanOperationInfo.clone()
Returns a shallow clone of this instance.boolean
Compares this descriptor to the given object.boolean
Compare this MBeanInfo to another.boolean
Compare this MBeanOperationInfo to another.boolean
Compares the current object name with another object name.int
ImmutableDescriptor.hashCode()
Returns the hash code value for this descriptor.int
ObjectName.hashCode()
Returns a hash code for this object name.Replaces the element at the specified position in this list with the specified element.void
AttributeValueExp.setMBeanServer
(MBeanServer s) Deprecated.This method has no effect.AttributeValueExp.toString()
Returns the string representing its value.Notification.toString()
Returns a String representation of this notification.ObjectName.toString()
Returns a string representation of the object name. -
Uses of Override in javax.management.modelmbean
Modifier and TypeMethodDescriptionDescriptorSupport.clone()
Returns a new Descriptor which is a duplicate of the Descriptor.ModelMBeanAttributeInfo.clone()
Creates and returns a new ModelMBeanAttributeInfo which is a duplicate of this ModelMBeanAttributeInfo.ModelMBeanConstructorInfo.clone()
Creates and returns a new ModelMBeanConstructorInfo which is a duplicate of this ModelMBeanConstructorInfo.boolean
Compares this descriptor to the given object.ModelMBeanConstructorInfo.getDescriptor()
Returns a copy of the associated Descriptor.ModelMBeanInfoSupport.getDescriptor()
int
DescriptorSupport.hashCode()
Returns the hash code value for this descriptor.DescriptorSupport.toString()
Returns a human readable string representing the descriptor.ModelMBeanAttributeInfo.toString()
Returns a human-readable version of the ModelMBeanAttributeInfo instance.ModelMBeanConstructorInfo.toString()
Returns a string containing the entire contents of the ModelMBeanConstructorInfo in human readable form. -
Uses of Override in javax.management.monitor
Modifier and TypeMethodDescriptionCounterMonitor.getDerivedGauge
(ObjectName object) Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, ornull
otherwise.GaugeMonitor.getDerivedGauge
(ObjectName object) Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, ornull
otherwise.StringMonitor.getDerivedGauge
(ObjectName object) Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, ornull
otherwise.long
CounterMonitor.getDerivedGaugeTimeStamp
(ObjectName object) Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or0
otherwise.long
GaugeMonitor.getDerivedGaugeTimeStamp
(ObjectName object) Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or0
otherwise.long
StringMonitor.getDerivedGaugeTimeStamp
(ObjectName object) Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or0
otherwise.CounterMonitor.getNotificationInfo()
Returns aNotificationInfo
object containing the name of the Java class of the notification and the notification types sent by the counter monitor.GaugeMonitor.getNotificationInfo()
Returns aNotificationInfo
object containing the name of the Java class of the notification and the notification types sent by the gauge monitor.StringMonitor.getNotificationInfo()
Returns aNotificationInfo
object containing the name of the Java class of the notification and the notification types sent by the string monitor. -
Uses of Override in javax.management.openmbean
Modifier and TypeMethodDescriptionboolean
Compares the specified obj parameter with thisCompositeDataSupport
instance for equality.int
CompositeDataSupport.hashCode()
Returns the hash code value for thisCompositeDataSupport
instance.CompositeDataSupport.toString()
Returns a string representation of thisCompositeDataSupport
instance. -
Uses of Override in javax.management.remote
Modifier and TypeMethodDescriptionJMXConnectorServer.getNotificationInfo()
Returns an array indicating the notifications that this MBean sends. -
Uses of Override in javax.management.remote.rmi
Modifier and TypeMethodDescriptionprotected void
RMIIIOPServerImpl.closeClient
(RMIConnection client) Deprecated.protected void
RMIIIOPServerImpl.closeServer()
Deprecated.protected void
RMIIIOPServerImpl.export()
Deprecated.protected String
RMIIIOPServerImpl.getProtocol()
Deprecated.protected RMIConnection
RMIIIOPServerImpl.makeClient
(String connectionId, Subject subject) Deprecated.RMIConnectionImpl.toString()
Returns a string representation of this object.RMIConnector.toString()
Returns a string representation of this object.RMIIIOPServerImpl.toStub()
Deprecated. -
Uses of Override in javax.net.ssl
Modifier and TypeMethodDescriptionboolean
Compares this server name to the specified object.boolean
Indicates whether some other object is "equal to" this server name.int
SNIHostName.hashCode()
Returns a hash code value for thisSNIHostName
.int
SNIServerName.hashCode()
Returns a hash code value for this server name.SNIHostName.toString()
Returns a string representation of the object, including the DNS hostname in thisSNIHostName
object.SNIServerName.toString()
Returns a string representation of this server name, including the server name type and the encoded server name value in thisSNIServerName
object.SSLEngineResult.toString()
Returns a String representation of this object. -
Uses of Override in javax.security.auth
-
Uses of Override in javax.security.auth.kerberos
Modifier and TypeMethodDescriptionvoid
EncryptionKey.destroy()
Destroys this key by clearing out the key material of this key.void
KerberosCredMessage.destroy()
Destroys this object by clearing out the message.boolean
Checks two DelegationPermission objects for equality.boolean
Compares the specified object with this key for equality.boolean
Compares the specified object with thisKerberosCredMessage
for equality.boolean
Checks two ServicePermission objects for equality.ServicePermission.getActions()
Returns the canonical string representation of the actions.EncryptionKey.getAlgorithm()
Returns the standard algorithm name for this key.byte[]
EncryptionKey.getEncoded()
Returns the key material of this key.EncryptionKey.getFormat()
Returns the name of the encoding format for this key.int
DelegationPermission.hashCode()
Returns the hash code value for this object.int
EncryptionKey.hashCode()
Returns a hash code for thisEncryptionKey
.int
KerberosCredMessage.hashCode()
Returns a hash code for thisKerberosCredMessage
.int
ServicePermission.hashCode()
Returns the hash code value for this object.boolean
DelegationPermission.implies
(Permission p) Checks if this Kerberos delegation permission object "implies" the specified permission.boolean
ServicePermission.implies
(Permission p) Checks if this Kerberos service permission object "implies" the specified permission.DelegationPermission.newPermissionCollection()
Returns a PermissionCollection object for storing DelegationPermission objects.ServicePermission.newPermissionCollection()
Returns a PermissionCollection object for storing ServicePermission objects.EncryptionKey.toString()
Returns an informative textual representation of thisEncryptionKey
.KerberosCredMessage.toString()
Returns an informative textual representation of thisKerberosCredMessage
. -
Uses of Override in javax.sound.midi
Modifier and TypeMethodDescriptionMetaMessage.clone()
Creates a new object of the same class and with the same contents as this object.abstract Object
MidiMessage.clone()
Creates a new object of the same class and with the same contents as this object.ShortMessage.clone()
Creates a new object of the same class and with the same contents as this object.SysexMessage.clone()
Creates a new object of the same class and with the same contents as this object.void
MidiDevice.close()
Closes the device, indicating that the device should now release any system resources it is using.void
Receiver.close()
Indicates that the application has finished using the receiver, and that limited resources it requires may be released or made available.void
Transmitter.close()
Indicates that the application has finished using the transmitter, and that limited resources it requires may be released or made available.final boolean
Indicates whether the specified object is equal to this info object, returningtrue
if the objects are the same.final boolean
Indicates whether the specified object is equal to this synchronization mode, returningtrue
if the objects are the same.long
Sequencer.getMicrosecondPosition()
Obtains the current position in the sequence, expressed in microseconds.final int
MidiDevice.Info.hashCode()
Returns a hash code value for this info object.final int
Sequencer.SyncMode.hashCode()
Returns a hash code value for this synchronization mode.void
SysexMessage.setMessage
(byte[] data, int length) Sets the data for the system exclusive message.final String
MidiDevice.Info.toString()
Returns a string representation of the info object.final String
Sequencer.SyncMode.toString()
Returns mode's name as the string representation of the synchronization mode. -
Uses of Override in javax.sound.sampled
Modifier and TypeMethodDescriptionint
AudioInputStream.available()
Returns the maximum number of bytes that can be read (or skipped over) from this audio input stream without blocking.void
AudioInputStream.close()
Closes this audio input stream and releases any system resources associated with the stream.void
Line.close()
Closes the line, indicating that any system resources in use by the line can be released.final boolean
Indicates whether the specified object is equal to this file type, returningtrue
if the objects are equal.final boolean
Indicates whether the specified object is equal to this encoding, returningtrue
if the objects are equal.final boolean
Indicates whether the specified object is equal to this control type, returningtrue
if the objects are the same.final boolean
Indicates whether the specified object is equal to this event type, returningtrue
if the objects are the same.final boolean
Indicates whether the specified object is equal to this info object, returningtrue
if the objects are the same.final boolean
Indicates whether the specified object is equal to this info object, returningtrue
if the objects are the same.final boolean
Indicates whether the specified object is equal to this reverb type, returningtrue
if the objects are the same.final int
AudioFileFormat.Type.hashCode()
Returns a hash code value for this file type.final int
AudioFormat.Encoding.hashCode()
Returns a hash code value for this encoding.final int
Control.Type.hashCode()
Returns a hash code value for this control type.final int
LineEvent.Type.hashCode()
Returns a hash code value for this event type.final int
Mixer.Info.hashCode()
Returns a hash code value for this info object.final int
Port.Info.hashCode()
Returns a hash code value for this info object.final int
ReverbType.hashCode()
Returns a hash code value for this reverb type.void
AudioInputStream.mark
(int readlimit) Marks the current position in this audio input stream.boolean
AudioInputStream.markSupported()
Tests whether this audio input stream supports themark
andreset
methods.boolean
Determines whether the specified info object matches this one.boolean
Indicates whether this info object specified matches this one.int
AudioInputStream.read()
Reads the next byte of data from the audio input stream.int
AudioInputStream.read
(byte[] b) Reads some number of bytes from the audio input stream and stores them into the buffer arrayb
.int
AudioInputStream.read
(byte[] b, int off, int len) Reads up to a specified maximum number of bytes of data from the audio stream, putting them into the given byte array.void
AudioInputStream.reset()
Repositions this audio input stream to the position it had at the time itsmark
method was last invoked.long
AudioInputStream.skip
(long n) Skips over and discards a specified number of bytes from this audio input stream.AudioFileFormat.toString()
Returns a string representation of the audio file format.final String
AudioFileFormat.Type.toString()
Returns type's name as the string representation of the file type.final String
AudioFormat.Encoding.toString()
Returns encoding's name as the string representation of the encoding.AudioFormat.toString()
Returns a string that describes the audio format, such as: "PCM SIGNED 22050 Hz 16 bit mono big-endian".BooleanControl.toString()
Returns a string representation of the boolean control.CompoundControl.toString()
Returns a string representation of the compound control.Control.toString()
Returns a string representation of the control.final String
Control.Type.toString()
Returns type's name as the string representation of the control type.DataLine.Info.toString()
Returns a string representation of the info object.EnumControl.toString()
Returns a string representation of the enumerated control.FloatControl.toString()
Returns a string representation of the float control.Line.Info.toString()
Returns a string representation of the info object.LineEvent.toString()
Returns a string representation of the event.LineEvent.Type.toString()
Returns type's name as the string representation of the event type.final String
Mixer.Info.toString()
Returns a string representation of the info object.final String
Port.Info.toString()
Returns a string representation of the info object.final String
ReverbType.toString()
Returns a string representation of the reverb type, including its name and its parameter settings. -
Uses of Override in javax.sql
Modifier and TypeMethodDescriptionint
ConnectionPoolDataSource.getLoginTimeout()
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.int
DataSource.getLoginTimeout()
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.int
XADataSource.getLoginTimeout()
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.ConnectionPoolDataSource.getLogWriter()
Retrieves the log writer for thisDataSource
object.DataSource.getLogWriter()
Retrieves the log writer for thisDataSource
object.XADataSource.getLogWriter()
Retrieves the log writer for thisDataSource
object.void
ConnectionPoolDataSource.setLoginTimeout
(int seconds) Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.void
DataSource.setLoginTimeout
(int seconds) Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.void
XADataSource.setLoginTimeout
(int seconds) Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.void
ConnectionPoolDataSource.setLogWriter
(PrintWriter out) Sets the log writer for thisDataSource
object to the givenjava.io.PrintWriter
object.void
DataSource.setLogWriter
(PrintWriter out) Sets the log writer for thisDataSource
object to the givenjava.io.PrintWriter
object.void
XADataSource.setLogWriter
(PrintWriter out) Sets the log writer for thisDataSource
object to the givenjava.io.PrintWriter
object. -
Uses of Override in javax.swing
Modifier and TypeMethodDescriptionboolean
JList.AccessibleJList.AccessibleJListChild.doAccessibleAction
(int i) Performs the specified action on the object.void
DefaultListCellRenderer.firePropertyChange
(String propertyName, boolean oldValue, boolean newValue) Overridden for performance reasons.void
DefaultListCellRenderer.firePropertyChange
(String propertyName, byte oldValue, byte newValue) Overridden for performance reasons.void
DefaultListCellRenderer.firePropertyChange
(String propertyName, char oldValue, char newValue) Overridden for performance reasons.void
DefaultListCellRenderer.firePropertyChange
(String propertyName, double oldValue, double newValue) Overridden for performance reasons.void
DefaultListCellRenderer.firePropertyChange
(String propertyName, float oldValue, float newValue) Overridden for performance reasons.void
DefaultListCellRenderer.firePropertyChange
(String propertyName, int oldValue, int newValue) Overridden for performance reasons.void
DefaultListCellRenderer.firePropertyChange
(String propertyName, long oldValue, long newValue) Overridden for performance reasons.void
DefaultListCellRenderer.firePropertyChange
(String propertyName, short oldValue, short newValue) Overridden for performance reasons.protected void
DefaultListCellRenderer.firePropertyChange
(String propertyName, Object oldValue, Object newValue) Overridden for performance reasons.JList.AccessibleJList.AccessibleJListChild.getAccessibleAction()
Gets theAccessibleAction
associated with this object that supports one or more actions.int
JList.AccessibleJList.AccessibleJListChild.getAccessibleActionCount()
Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object.JList.AccessibleJList.AccessibleJListChild.getAccessibleActionDescription
(int i) Returns a description of the specified action of the object.void
JComponent.hide()
Deprecated.void
DefaultListCellRenderer.invalidate()
Overridden for performance reasons.boolean
DefaultListCellRenderer.isOpaque()
Overridden for performance reasons.boolean
JComponent.isValidateRoot()
If this method returns true,revalidate
calls by descendants of this component will cause the entire tree beginning with this root to be validated.boolean
JRootPane.isValidateRoot()
If a descendant of thisJRootPane
callsrevalidate
, validate from here on down.boolean
JScrollPane.isValidateRoot()
Overridden to return true so that any calls torevalidate
on any descendants of thisJScrollPane
will cause the entire tree beginning with thisJScrollPane
to be validated.boolean
JSplitPane.isValidateRoot()
Returns true, so that calls torevalidate
on any descendant of thisJSplitPane
will cause a request to be queued that will validate theJSplitPane
and all its descendants.boolean
JTextField.isValidateRoot()
Calls torevalidate
that come from within the textfield itself will be handled by validating the textfield, unless the textfield is contained within aJViewport
, in which case this returns false.void
DefaultListCellRenderer.repaint()
Overridden for performance reasons.void
DefaultListCellRenderer.repaint
(long tm, int x, int y, int width, int height) Overridden for performance reasons.void
Overridden for performance reasons.void
JEditorPane.replaceSelection
(String content) Replaces the currently selected content with new content represented by the given string.void
JTextPane.replaceSelection
(String content) Replaces the currently selected content with new content represented by the given string.void
JToggleButton.requestFocus
(FocusEvent.Cause cause) If this toggle button is a member of theButtonGroup
which has another toggle button which is selected and can be the focus owner, and the focus cause argument denotes window activation or focus traversal action of any direction the result of the method execution is the same as callingComponent.requestFocus(FocusEvent.Cause)
on the toggle button selected in the group.void
DefaultListCellRenderer.revalidate()
Overridden for performance reasons.void
void
DefaultListCellRenderer.validate()
Overridden for performance reasons. -
Uses of Override in javax.swing.border
Modifier and TypeMethodDescriptionStrokeBorder.getBorderInsets
(Component c, Insets insets) Reinitializes theinsets
parameter with this border's current insets.boolean
CompoundBorder.isBorderOpaque()
Returns whether or not the compound border is opaque.void
StrokeBorder.paintBorder
(Component c, Graphics g, int x, int y, int width, int height) Paints the border for the specified component with the specified position and size. -
Uses of Override in javax.swing.event
-
Uses of Override in javax.swing.plaf.basic
Modifier and TypeMethodDescriptionint
BasicComboBoxUI.getBaseline
(JComponent c, int width, int height) Returns the baseline.BasicComboBoxUI.getBaselineResizeBehavior
(JComponent c) Returns an enum indicating how the baseline of the component changes as the size changes.BasicComboBoxRenderer.getListCellRendererComponent
(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus) BasicComboBoxUI.getMinimumSize
(JComponent c) The minimum size is the size of the display area plus insets plus the button.BasicRadioButtonUI.getPreferredSize
(JComponent c) The preferred size of the radio buttonBasicTextUI.modelToView
(JTextComponent tc, int pos) Deprecated.BasicTextUI.modelToView
(JTextComponent tc, int pos, Position.Bias bias) Deprecated.void
BasicRadioButtonUI.paint
(Graphics g, JComponent c) paint the radio buttonint
BasicTextUI.viewToModel
(JTextComponent tc, Point pt) Deprecated.int
BasicTextUI.viewToModel
(JTextComponent tc, Point pt, Position.Bias[] biasReturn) Deprecated. -
Uses of Override in javax.swing.plaf.metal
Modifier and TypeMethodDescriptionMetalFileChooserUI.getMaximumSize
(JComponent c) Returns the maximum size of theJFileChooser
.MetalFileChooserUI.getMinimumSize
(JComponent c) Returns the minimum size of theJFileChooser
.MetalFileChooserUI.getPreferredSize
(JComponent c) Returns the preferred size of the specifiedJFileChooser
. -
Uses of Override in javax.swing.plaf.multi
Modifier and TypeMethodDescriptionMultiTextUI.modelToView
(JTextComponent a, int b, Position.Bias c) Deprecated.int
MultiTextUI.viewToModel
(JTextComponent a, Point b) Deprecated.int
MultiTextUI.viewToModel
(JTextComponent a, Point b, Position.Bias[] c) Deprecated. -
Uses of Override in javax.swing.plaf.nimbus
Modifier and TypeMethodDescriptionNimbusStyle.get
(SynthContext ctx, Object key) Getter for a region specific style property.protected Color
NimbusStyle.getColorForState
(SynthContext ctx, ColorType type) Returns the color for the specified state.NimbusLookAndFeel.getDescription()
Returns a textual description of this look and feel.protected Font
NimbusStyle.getFontForState
(SynthContext ctx) Returns the font for the specified state.NimbusLookAndFeel.getID()
Return a string that identifies this look and feel.NimbusStyle.getInsets
(SynthContext ctx, Insets in) Returns the Insets that are used to calculate sizing information.NimbusLookAndFeel.getName()
Return a short string that identifies this look and feel.NimbusStyle.getPainter
(SynthContext ctx) Returns theSynthPainter
that will be used for painting.void
NimbusLookAndFeel.initialize()
Called by UIManager when this look and feel is installed.void
NimbusStyle.installDefaults
(SynthContext ctx) Installs the necessary state from this Style on theJComponent
fromcontext
.boolean
NimbusStyle.isOpaque
(SynthContext ctx) Returns true if the region is opaque.final void
AbstractRegionPainter.paint
(Graphics2D g, JComponent c, int w, int h) Renders to the givenGraphics2D
object.boolean
NimbusLookAndFeel.shouldUpdateStyleOnAncestorChanged()
Returns whether or not the UIs should update theirSynthStyles
from theSynthStyleFactory
when the ancestor of theJComponent
changes.protected boolean
NimbusLookAndFeel.shouldUpdateStyleOnEvent
(PropertyChangeEvent ev) Returns whether or not the UIs should update their styles when a particular event occurs.void
NimbusLookAndFeel.uninitialize()
Called by UIManager when this look and feel is uninstalled. -
Uses of Override in javax.swing.plaf.synth
Modifier and TypeMethodDescriptionCreates a view (PasswordView) for an element.SynthSplitPaneUI.createDefaultDivider()
Creates the default divider.protected JComponent
SynthSpinnerUI.createEditor()
This method is called by installUI to get the editor component of theJSpinner
.protected LayoutManager
SynthTabbedPaneUI.createLayoutManager()
Invoked byinstallUI
to create a layout manager object to manage theJTabbedPane
.protected Container
SynthOptionPaneUI.createMessageArea()
Called fromBasicOptionPaneUI.installComponents()
to create aContainer
containing the body of the message.protected MouseListener
SynthTabbedPaneUI.createMouseListener()
Creates a mouse listener.SynthButtonUI.getContext
(JComponent c) Returns the Context for the specified component.SynthColorChooserUI.getContext
(JComponent c) Returns the Context for the specified component.SynthComboBoxUI.getContext
(JComponent c) Returns the Context for the specified component.SynthDesktopIconUI.getContext
(JComponent c) Returns the Context for the specified component.SynthDesktopPaneUI.getContext
(JComponent c) Returns the Context for the specified component.SynthEditorPaneUI.getContext
(JComponent c) Returns the Context for the specified component.SynthInternalFrameUI.getContext
(JComponent c) Returns the Context for the specified component.SynthLabelUI.getContext
(JComponent c) Returns the Context for the specified component.SynthListUI.getContext
(JComponent c) Returns the Context for the specified component.SynthMenuBarUI.getContext
(JComponent c) Returns the Context for the specified component.SynthMenuItemUI.getContext
(JComponent c) Returns the Context for the specified component.SynthMenuUI.getContext
(JComponent c) Returns the Context for the specified component.SynthOptionPaneUI.getContext
(JComponent c) Returns the Context for the specified component.SynthPanelUI.getContext
(JComponent c) Returns the Context for the specified component.SynthPopupMenuUI.getContext
(JComponent c) Returns the Context for the specified component.SynthProgressBarUI.getContext
(JComponent c) Returns the Context for the specified component.SynthRootPaneUI.getContext
(JComponent c) Returns the Context for the specified component.SynthScrollBarUI.getContext
(JComponent c) Returns the Context for the specified component.SynthScrollPaneUI.getContext
(JComponent c) Returns the Context for the specified component.SynthSeparatorUI.getContext
(JComponent c) Returns the Context for the specified component.SynthSliderUI.getContext
(JComponent c) Returns the Context for the specified component.SynthSpinnerUI.getContext
(JComponent c) Returns the Context for the specified component.SynthSplitPaneUI.getContext
(JComponent c) Returns the Context for the specified component.SynthTabbedPaneUI.getContext
(JComponent c) Returns the Context for the specified component.SynthTableHeaderUI.getContext
(JComponent c) Returns the Context for the specified component.SynthTableUI.getContext
(JComponent c) Returns the Context for the specified component.SynthTextAreaUI.getContext
(JComponent c) Returns the Context for the specified component.SynthTextFieldUI.getContext
(JComponent c) Returns the Context for the specified component.SynthToolBarUI.getContext
(JComponent c) Returns the Context for the specified component.SynthToolTipUI.getContext
(JComponent c) Returns the Context for the specified component.SynthTreeUI.getContext
(JComponent c) Returns the Context for the specified component.SynthViewportUI.getContext
(JComponent c) Returns the Context for the specified component.SynthLookAndFeel.getDefaults()
Returns the defaults for this SynthLookAndFeel.protected Dimension
SynthComboBoxUI.getDefaultSize()
Returns the default size of an empty display area of the combo box using the current renderer and font.SynthLookAndFeel.getDescription()
Returns a textual description of SynthLookAndFeel.default int
SynthIcon.getIconHeight()
default int
SynthIcon.getIconWidth()
SynthLookAndFeel.getID()
Return a string that identifies this look and feel.SynthLookAndFeel.getName()
Return a short string that identifies this look and feel.SynthScrollBarUI.getPreferredSize
(JComponent c) A vertical scrollbar's preferred width is the maximum of preferred widths of the (nonnull
) increment/decrement buttons, and the minimum width of the thumb.protected String
SynthFormattedTextFieldUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager.protected String
SynthPasswordFieldUI.getPropertyPrefix()
Fetches the name used as a key to look up properties through the UIManager.protected String
SynthTextPaneUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager.protected Icon
SynthRadioButtonUI.getSizingIcon
(AbstractButton b) Returns the Icon used in calculating the preferred/minimum/maximum size.void
SynthLookAndFeel.initialize()
Called by UIManager when this look and feel is installed.void
SynthInternalFrameUI.installDefaults()
Installs the defaults.protected void
SynthSpinnerUI.installDefaults()
Initializes theJSpinner
border
,foreground
, andbackground
, properties based on the corresponding "Spinner.*" properties from defaults table.protected void
SynthSplitPaneUI.installDefaults()
Installs the UI defaults.protected void
SynthTableUI.installDefaults()
Initializes JTable properties, such as font, foreground, and background.protected void
SynthSplitPaneUI.installListeners()
Installs the event listeners for the UI.protected void
SynthTableUI.installListeners()
Attaches listeners to the JTable.void
SynthComboBoxUI.installUI
(JComponent c) Configures the specified component appropriately for the look and feel.void
SynthTextPaneUI.installUI
(JComponent c) Installs the UI for a component.boolean
SynthLookAndFeel.isNativeLookAndFeel()
Returns false, SynthLookAndFeel is not a native look and feel.boolean
SynthLookAndFeel.isSupportedLookAndFeel()
Returns true, SynthLookAndFeel is always supported.void
SynthButtonUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthColorChooserUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthComboBoxUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthDesktopIconUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthDesktopPaneUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthInternalFrameUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthLabelUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthMenuBarUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthMenuItemUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthMenuUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthOptionPaneUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthPanelUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthPopupMenuUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthProgressBarUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthRootPaneUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthScrollBarUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthScrollPaneUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthSeparatorUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthSliderUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthSpinnerUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthSplitPaneUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthTabbedPaneUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthTableHeaderUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthTableUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthToolBarUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthToolTipUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthTreeUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.void
SynthViewportUI.paint
(Graphics g, JComponent c) Paints the specified component according to the Look and Feel.protected void
SynthTextAreaUI.paintBackground
(Graphics g) Paints a background for the view.protected void
SynthTextFieldUI.paintBackground
(Graphics g) Paints a background for the view.void
SynthButtonUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthColorChooserUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthComboBoxUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthDesktopIconUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthDesktopPaneUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthEditorPaneUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthInternalFrameUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthLabelUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthListUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthMenuBarUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthMenuItemUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthMenuUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthOptionPaneUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthPanelUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthPopupMenuUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthProgressBarUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthRootPaneUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthScrollBarUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthScrollPaneUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthSeparatorUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthSliderUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthSpinnerUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthSplitPaneUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthTabbedPaneUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthTableHeaderUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthTableUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthTextAreaUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthTextFieldUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthToolBarUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthToolTipUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthTreeUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthViewportUI.paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.void
SynthComboBoxUI.paintCurrentValue
(Graphics g, Rectangle bounds, boolean hasFocus) Paints the currently selected item.default void
void
SynthButtonUI.propertyChange
(PropertyChangeEvent e) This method gets called when a bound property is changed.void
SynthColorChooserUI.propertyChange
(PropertyChangeEvent e) This method gets called when a bound property is changed.void
SynthComboBoxUI.propertyChange
(PropertyChangeEvent e) This method gets called when a bound property is changed.void
SynthDesktopPaneUI.propertyChange
(PropertyChangeEvent evt) This method gets called when a bound property is changed.protected void
SynthEditorPaneUI.propertyChange
(PropertyChangeEvent evt) This method gets called when a bound property is changed on the associated JTextComponent.void
SynthInternalFrameUI.propertyChange
(PropertyChangeEvent evt) This method gets called when a bound property is changed.void
SynthListUI.propertyChange
(PropertyChangeEvent e) This method gets called when a bound property is changed.void
SynthMenuBarUI.propertyChange
(PropertyChangeEvent e) This method gets called when a bound property is changed.void
SynthMenuItemUI.propertyChange
(PropertyChangeEvent e) This method gets called when a bound property is changed.void
SynthMenuUI.propertyChange
(PropertyChangeEvent e) This method gets called when a bound property is changed.void
SynthOptionPaneUI.propertyChange
(PropertyChangeEvent e) This method gets called when a bound property is changed.void
SynthPanelUI.propertyChange
(PropertyChangeEvent pce) This method gets called when a bound property is changed.void
SynthPopupMenuUI.propertyChange
(PropertyChangeEvent e) This method gets called when a bound property is changed.void
SynthProgressBarUI.propertyChange
(PropertyChangeEvent e) This method gets called when a bound property is changed.void
SynthRootPaneUI.propertyChange
(PropertyChangeEvent e) Invoked when a property changes on the root pane.void
SynthSliderUI.propertyChange
(PropertyChangeEvent e) This method gets called when a bound property is changed.void
SynthSpinnerUI.propertyChange
(PropertyChangeEvent e) This method gets called when a bound property is changed.void
SynthSplitPaneUI.propertyChange
(PropertyChangeEvent e) This method gets called when a bound property is changed.void
SynthTabbedPaneUI.propertyChange
(PropertyChangeEvent e) This method gets called when a bound property is changed.void
SynthTableHeaderUI.propertyChange
(PropertyChangeEvent evt) This method gets called when a bound property is changed.void
SynthTableUI.propertyChange
(PropertyChangeEvent event) This method gets called when a bound property is changed.protected void
SynthTextAreaUI.propertyChange
(PropertyChangeEvent evt) This method gets called when a bound property is changed on the associated JTextComponent.protected void
SynthTextFieldUI.propertyChange
(PropertyChangeEvent evt) This method gets called when a bound property is changed on the associated JTextComponent.protected void
SynthTextPaneUI.propertyChange
(PropertyChangeEvent evt) This method gets called when a bound property is changed on the associated JTextComponent.void
SynthToolBarUI.propertyChange
(PropertyChangeEvent e) This method gets called when a bound property is changed.void
SynthToolTipUI.propertyChange
(PropertyChangeEvent e) This method gets called when a bound property is changed.void
SynthTreeUI.propertyChange
(PropertyChangeEvent event) This method gets called when a bound property is changed.void
SynthViewportUI.propertyChange
(PropertyChangeEvent e) This method gets called when a bound property is changed.protected void
SynthSpinnerUI.replaceEditor
(JComponent oldEditor, JComponent newEditor) Called by thePropertyChangeListener
when theJSpinner
editor property changes.protected void
SynthToolBarUI.setBorderToNonRollover
(Component c) This implementation does nothing, because therollover
property of theJToolBar
class is not used in the Synth Look and Feel.protected void
SynthToolBarUI.setBorderToNormal
(Component c) This implementation does nothing, because therollover
property of theJToolBar
class is not used in the Synth Look and Feel.protected void
SynthToolBarUI.setBorderToRollover
(Component c) This implementation does nothing, because therollover
property of theJToolBar
class is not used in the Synth Look and Feel.Region.toString()
Returns the name of the Region.void
SynthLookAndFeel.uninitialize()
Called by UIManager when this look and feel is uninstalled.protected void
SynthSpinnerUI.uninstallDefaults()
Sets theJSpinner's
layout manager to null.protected void
SynthSplitPaneUI.uninstallDefaults()
Uninstalls the UI defaults.protected void
SynthSplitPaneUI.uninstallListeners()
Uninstalls the event listeners from the UI.void
SynthButtonUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthColorChooserUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthComboBoxUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthDesktopIconUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthDesktopPaneUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthEditorPaneUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthInternalFrameUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthLabelUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthListUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthMenuBarUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthMenuItemUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthMenuUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthOptionPaneUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthPanelUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthPopupMenuUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthProgressBarUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthRootPaneUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthScrollBarUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthScrollPaneUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthSeparatorUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthSliderUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthSpinnerUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthSplitPaneUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthTabbedPaneUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthTableHeaderUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthTableUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthTextAreaUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthTextFieldUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthToolBarUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthToolTipUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthTreeUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.void
SynthViewportUI.update
(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component. -
Uses of Override in javax.swing.table
Modifier and TypeMethodDescriptionJTableHeader.getPreferredSize()
Returns the preferred size of the table header. -
Uses of Override in javax.swing.text
Modifier and TypeMethodDescriptionprotected SizeRequirements
ParagraphView.calculateMinorAxisRequirements
(int axis, SizeRequirements r) Calculate the needs for the paragraph along the minor axis.AbstractDocument.LeafElement.children()
Returns the children of the receiver as anEnumeration
.protected int
PasswordView.drawSelectedText
(Graphics g, int x, int y, int p0, int p1) Deprecated.protected int
PasswordView.drawUnselectedText
(Graphics g, int x, int y, int p0, int p1) Deprecated.float
GlyphView.getMinimumSpan
(int axis) Determines the minimum span for this view along an axis. -
Uses of Override in javax.tools
Modifier and TypeMethodDescriptionDocumentationTool.DocumentationTask.call()
Performs this documentation task.JavaCompiler.CompilationTask.call()
Performs this compilation task.void
ForwardingJavaFileManager.close()
void
JavaFileManager.close()
Releases any resources opened by this file manager directly or indirectly.boolean
ForwardingJavaFileManager.contains
(JavaFileManager.Location location, FileObject fo) boolean
ForwardingFileObject.delete()
void
ForwardingJavaFileManager.flush()
void
JavaFileManager.flush()
Flushes any resources opened for output by this file manager directly or indirectly.ForwardingJavaFileObject.getAccessLevel()
ForwardingFileObject.getCharContent
(boolean ignoreEncodingErrors) ForwardingJavaFileManager.getClassLoader
(JavaFileManager.Location location) ForwardingJavaFileManager.getFileForInput
(JavaFileManager.Location location, String packageName, String relativeName) ForwardingJavaFileManager.getFileForOutput
(JavaFileManager.Location location, String packageName, String relativeName, FileObject sibling) ForwardingJavaFileManager.getJavaFileForInput
(JavaFileManager.Location location, String className, JavaFileObject.Kind kind) ForwardingJavaFileManager.getJavaFileForOutput
(JavaFileManager.Location location, String className, JavaFileObject.Kind kind, FileObject sibling) ForwardingJavaFileObject.getKind()
long
ForwardingFileObject.getLastModified()
ForwardingJavaFileManager.getLocationForModule
(JavaFileManager.Location location, String moduleName) ForwardingJavaFileManager.getLocationForModule
(JavaFileManager.Location location, JavaFileObject fo) ForwardingFileObject.getName()
StandardLocation.getName()
ForwardingJavaFileObject.getNestingKind()
<S> ServiceLoader<S>
ForwardingJavaFileManager.getServiceLoader
(JavaFileManager.Location location, Class<S> service) boolean
ForwardingJavaFileManager.handleOption
(String current, Iterator<String> remaining) boolean
ForwardingJavaFileManager.hasLocation
(JavaFileManager.Location location) ForwardingJavaFileManager.inferBinaryName
(JavaFileManager.Location location, JavaFileObject file) ForwardingJavaFileManager.inferModuleName
(JavaFileManager.Location location) boolean
StandardLocation.isModuleOrientedLocation()
Indicates if this location is module-oriented location, and therefore expected to contain classes in a module/package/class hierarchy, as compared to a package-oriented location, which is expected to contain classes in a package/class hierarchy.boolean
ForwardingJavaFileObject.isNameCompatible
(String simpleName, JavaFileObject.Kind kind) boolean
StandardLocation.isOutputLocation()
boolean
ForwardingJavaFileManager.isSameFile
(FileObject a, FileObject b) boolean
StandardJavaFileManager.isSameFile
(FileObject a, FileObject b) Compares two file objects and return true if they represent the same canonical file, zip file entry, or entry in any file system based container.int
ForwardingJavaFileManager.isSupportedOption
(String option) ForwardingJavaFileManager.list
(JavaFileManager.Location location, String packageName, Set<JavaFileObject.Kind> kinds, boolean recurse) ForwardingJavaFileManager.listLocationsForModules
(JavaFileManager.Location location) ForwardingFileObject.openInputStream()
ForwardingFileObject.openOutputStream()
ForwardingFileObject.openReader
(boolean ignoreEncodingErrors) ForwardingFileObject.openWriter()
ForwardingFileObject.toUri()
-
Uses of Override in javax.xml.catalog
Modifier and TypeMethodDescriptionImplements URIResolver.CatalogResolver.resolveEntity
(String publicId, String systemId) ImplementsEntityResolver
.CatalogResolver.resolveEntity
(String publicId, String systemId, String baseUri, String namespace) ImplementsXMLResolver
.CatalogResolver.resolveResource
(String type, String namespaceUri, String publicId, String systemId, String baseUri) ImplementsLSResourceResolver
. -
Uses of Override in javax.xml.datatype
Modifier and TypeMethodDescriptionabstract Object
XMLGregorianCalendar.clone()
Creates and returns a copy of this object.boolean
Compares this calendar to the specified object.int
XMLGregorianCalendar.hashCode()
Returns a hash code consistent with the definition of the equals method.XMLGregorianCalendar.toString()
Returns aString
representation of thisXMLGregorianCalendar
Object
. -
Uses of Override in javax.xml.parsers
-
Uses of Override in javax.xml.stream
-
Uses of Override in javax.xml.transform
Modifier and TypeMethodDescriptionTransformerException.getCause()
Returns the cause of this throwable ornull
if the cause is nonexistent or unknown.TransformerFactoryConfigurationError.getCause()
use the exception chaining mechanism of JDK1.4Initializes the cause of this throwable to the specified value.void
TransformerException.printStackTrace()
Print the the trace of methods from where the error originated.void
TransformerException.printStackTrace
(PrintStream s) Print the the trace of methods from where the error originated.void
TransformerException.printStackTrace
(PrintWriter s) Print the the trace of methods from where the error originated. -
Uses of Override in javax.xml.transform.dom
Modifier and TypeMethodDescriptionDOMSource.getSystemId()
Get the base ID (URL or system ID) from where URLs will be resolved.boolean
DOMSource.isEmpty()
Indicates whether theDOMSource
object is empty.void
DOMSource.setSystemId
(String systemID) Set the base ID (URL or system ID) from where URLs will be resolved. -
Uses of Override in javax.xml.transform.sax
Modifier and TypeMethodDescriptionSAXSource.getSystemId()
Get the base ID (URI or system ID) from where URIs will be resolved.boolean
SAXSource.isEmpty()
Indicates whether theSAXSource
object is empty.void
SAXSource.setSystemId
(String systemId) Set the system identifier for this Source. -
Uses of Override in javax.xml.transform.stax
Modifier and TypeMethodDescriptionStAXSource.getSystemId()
Get the system identifier used by thisStAXSource
.boolean
StAXSource.isEmpty()
Indicates whether theStAXSource
object is empty.void
StAXSource.setSystemId
(String systemId) In the context of aStAXSource
, it is not appropriate to explicitly set the system identifier. -
Uses of Override in javax.xml.transform.stream
Modifier and TypeMethodDescriptionStreamSource.getSystemId()
Get the system identifier that was set with setSystemId.boolean
StreamSource.isEmpty()
Indicates whether theStreamSource
object is empty.void
StreamSource.setSystemId
(String systemId) Set the system identifier for this Source. -
Uses of Override in javax.xml.xpath
-
Uses of Override in jdk.dynalink
Modifier and TypeMethodDescriptionboolean
Returns true if this call site descriptor is equal to the passed object.boolean
Compares this named operation to another object.boolean
Returns true if the other object is also a namespace operation and their base operation and namespaces are equal.int
CallSiteDescriptor.hashCode()
Returns a value-based hash code of this call site descriptor computed from its operation, method type, and lookup object's lookup class and lookup modes.int
NamedOperation.hashCode()
Returns the hash code of this named operation.int
NamespaceOperation.hashCode()
Returns the hash code of this namespace operation.CallSiteDescriptor.toString()
Returns the string representation of this call site descriptor, of the formatname(parameterTypes)returnType@lookup
.NamedOperation.toString()
Returns the string representation of this named operation.NamespaceOperation.toString()
Returns the string representation of this namespace operation. -
Uses of Override in jdk.dynalink.beans
Modifier and TypeMethodDescriptionBeansLinker.getGuardedInvocation
(LinkRequest request, LinkerServices linkerServices) -
Uses of Override in jdk.dynalink.linker.support
Modifier and TypeMethodDescriptionboolean
CompositeTypeBasedGuardingDynamicLinker.canLinkType
(Class<?> type) Returns true if at least one of the composite linkers returns true fromTypeBasedGuardingDynamicLinker.canLinkType(Class)
for the type.Object[]
SimpleLinkRequest.getArguments()
SimpleLinkRequest.getCallSiteDescriptor()
CompositeGuardingDynamicLinker.getGuardedInvocation
(LinkRequest linkRequest, LinkerServices linkerServices) Delegates the call to its component linkers.CompositeTypeBasedGuardingDynamicLinker.getGuardedInvocation
(LinkRequest linkRequest, LinkerServices linkerServices) SimpleLinkRequest.getReceiver()
boolean
SimpleLinkRequest.isCallSiteUnstable()
SimpleLinkRequest.replaceArguments
(CallSiteDescriptor newCallSiteDescriptor, Object... newArguments) DefaultInternalObjectFilter.transform
(MethodHandle target) -
Uses of Override in jdk.dynalink.support
Modifier and TypeMethodDescriptionAbstractRelinkableCallSite.getDescriptor()
void
AbstractRelinkableCallSite.initialize
(MethodHandle relinkAndInvoke) void
ChainedCallSite.relink
(GuardedInvocation guardedInvocation, MethodHandle relinkAndInvoke) void
SimpleRelinkableCallSite.relink
(GuardedInvocation guardedInvocation, MethodHandle relinkAndInvoke) void
ChainedCallSite.resetAndRelink
(GuardedInvocation guardedInvocation, MethodHandle relinkAndInvoke) void
SimpleRelinkableCallSite.resetAndRelink
(GuardedInvocation guardedInvocation, MethodHandle relinkAndInvoke) -
Uses of Override in jdk.incubator.foreign
Modifier and TypeMethodDescriptionCLinker.VaList.address()
Returns the memory address of the Cva_list
associated with this instance.default MemoryAddress
MemoryAddress.address()
MemorySegment.address()
The base memory address associated with this memory segment.FunctionDescriptor.describeConstable()
GroupLayout.describeConstable()
Optional<? extends DynamicConstantDesc<? extends MemoryLayout>>
MemoryLayout.describeConstable()
SequenceLayout.describeConstable()
ValueLayout.describeConstable()
boolean
Compares the specified object with this function descriptor for equality.boolean
boolean
Compares the specified object with this address for equality.boolean
boolean
int
FunctionDescriptor.hashCode()
Returns the hash code value for this function descriptor.int
GroupLayout.hashCode()
int
MemoryAddress.hashCode()
Returns the hash code value for this address.int
SequenceLayout.hashCode()
int
ValueLayout.hashCode()
FunctionDescriptor.toString()
Returns a string representation of this function descriptor.GroupLayout.toString()
MemoryLayout.toString()
Returns a string representation of this layout.SequenceLayout.toString()
ValueLayout.toString()
GroupLayout.withAttribute
(String name, Constable value) Returns a new memory layout which features the same attributes as this layout, plus the newly specified attribute.SequenceLayout.withAttribute
(String name, Constable value) Returns a new memory layout which features the same attributes as this layout, plus the newly specified attribute.ValueLayout.withAttribute
(String name, Constable value) Returns a new memory layout which features the same attributes as this layout, plus the newly specified attribute.GroupLayout.withBitAlignment
(long alignmentBits) Creates a new layout which features the desired alignment constraint.SequenceLayout.withBitAlignment
(long alignmentBits) Creates a new layout which features the desired alignment constraint.ValueLayout.withBitAlignment
(long alignmentBits) Creates a new layout which features the desired alignment constraint.Creates a new layout which features the desired layout name.Creates a new layout which features the desired layout name.Creates a new layout which features the desired layout name. -
Uses of Override in jdk.incubator.vector
Modifier and TypeMethodDescriptionfinal ByteVector
ByteVector.abs()
Returns the absolute value of this vector.final DoubleVector
DoubleVector.abs()
Returns the absolute value of this vector.final FloatVector
FloatVector.abs()
Returns the absolute value of this vector.final IntVector
IntVector.abs()
Returns the absolute value of this vector.final LongVector
LongVector.abs()
Returns the absolute value of this vector.final ShortVector
ShortVector.abs()
Returns the absolute value of this vector.final ByteVector
Adds this vector to a second input vector.final ByteVector
ByteVector.add
(Vector<Byte> v, VectorMask<Byte> m) Adds this vector to a second input vector, selecting lanes under the control of a mask.final DoubleVector
Adds this vector to a second input vector.final DoubleVector
DoubleVector.add
(Vector<Double> v, VectorMask<Double> m) Adds this vector to a second input vector, selecting lanes under the control of a mask.final FloatVector
Adds this vector to a second input vector.final FloatVector
FloatVector.add
(Vector<Float> v, VectorMask<Float> m) Adds this vector to a second input vector, selecting lanes under the control of a mask.final IntVector
Adds this vector to a second input vector.final IntVector
IntVector.add
(Vector<Integer> v, VectorMask<Integer> m) Adds this vector to a second input vector, selecting lanes under the control of a mask.final LongVector
Adds this vector to a second input vector.final LongVector
LongVector.add
(Vector<Long> v, VectorMask<Long> m) Adds this vector to a second input vector, selecting lanes under the control of a mask.final ShortVector
Adds this vector to a second input vector.final ShortVector
ShortVector.add
(Vector<Short> v, VectorMask<Short> m) Adds this vector to a second input vector, selecting lanes under the control of a mask.abstract ByteVector
ByteVector.addIndex
(int scale) Adds the lanes of this vector to their corresponding lane numbers, scaled by a given constant.abstract DoubleVector
DoubleVector.addIndex
(int scale) Adds the lanes of this vector to their corresponding lane numbers, scaled by a given constant.abstract FloatVector
FloatVector.addIndex
(int scale) Adds the lanes of this vector to their corresponding lane numbers, scaled by a given constant.abstract IntVector
IntVector.addIndex
(int scale) Adds the lanes of this vector to their corresponding lane numbers, scaled by a given constant.abstract LongVector
LongVector.addIndex
(int scale) Adds the lanes of this vector to their corresponding lane numbers, scaled by a given constant.abstract ShortVector
ShortVector.addIndex
(int scale) Adds the lanes of this vector to their corresponding lane numbers, scaled by a given constant.abstract ByteVector
ByteVector.blend
(Vector<Byte> v, VectorMask<Byte> m) Replaces selected lanes of this vector with corresponding lanes from a second input vector under the control of a mask.abstract DoubleVector
DoubleVector.blend
(Vector<Double> v, VectorMask<Double> m) Replaces selected lanes of this vector with corresponding lanes from a second input vector under the control of a mask.abstract FloatVector
FloatVector.blend
(Vector<Float> v, VectorMask<Float> m) Replaces selected lanes of this vector with corresponding lanes from a second input vector under the control of a mask.abstract IntVector
IntVector.blend
(Vector<Integer> v, VectorMask<Integer> m) Replaces selected lanes of this vector with corresponding lanes from a second input vector under the control of a mask.abstract LongVector
LongVector.blend
(Vector<Long> v, VectorMask<Long> m) Replaces selected lanes of this vector with corresponding lanes from a second input vector under the control of a mask.abstract ShortVector
ShortVector.blend
(Vector<Short> v, VectorMask<Short> m) Replaces selected lanes of this vector with corresponding lanes from a second input vector under the control of a mask.abstract ByteVector
ByteVector.broadcast
(long e) Returns a vector of the same species as this one where all lane elements are set to the primitive valuee
.abstract DoubleVector
DoubleVector.broadcast
(long e) Returns a vector of the same species as this one where all lane elements are set to the primitive valuee
.abstract FloatVector
FloatVector.broadcast
(long e) Returns a vector of the same species as this one where all lane elements are set to the primitive valuee
.abstract IntVector
IntVector.broadcast
(long e) Returns a vector of the same species as this one where all lane elements are set to the primitive valuee
.abstract ShortVector
ShortVector.broadcast
(long e) Returns a vector of the same species as this one where all lane elements are set to the primitive valuee
.abstract VectorMask<Byte>
ByteVector.compare
(VectorOperators.Comparison op, long e) Tests this vector by comparing it with an input scalar, according to the given comparison operation.final VectorMask<Byte>
ByteVector.compare
(VectorOperators.Comparison op, long e, VectorMask<Byte> m) Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.abstract VectorMask<Byte>
ByteVector.compare
(VectorOperators.Comparison op, Vector<Byte> v) Tests this vector by comparing it with another input vector, according to the given comparison operation.final VectorMask<Byte>
ByteVector.compare
(VectorOperators.Comparison op, Vector<Byte> v, VectorMask<Byte> m) Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.abstract VectorMask<Double>
DoubleVector.compare
(VectorOperators.Comparison op, long e) Tests this vector by comparing it with an input scalar, according to the given comparison operation.final VectorMask<Double>
DoubleVector.compare
(VectorOperators.Comparison op, long e, VectorMask<Double> m) Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.abstract VectorMask<Double>
DoubleVector.compare
(VectorOperators.Comparison op, Vector<Double> v) Tests this vector by comparing it with another input vector, according to the given comparison operation.final VectorMask<Double>
DoubleVector.compare
(VectorOperators.Comparison op, Vector<Double> v, VectorMask<Double> m) Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.abstract VectorMask<Float>
FloatVector.compare
(VectorOperators.Comparison op, long e) Tests this vector by comparing it with an input scalar, according to the given comparison operation.final VectorMask<Float>
FloatVector.compare
(VectorOperators.Comparison op, long e, VectorMask<Float> m) Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.abstract VectorMask<Float>
FloatVector.compare
(VectorOperators.Comparison op, Vector<Float> v) Tests this vector by comparing it with another input vector, according to the given comparison operation.final VectorMask<Float>
FloatVector.compare
(VectorOperators.Comparison op, Vector<Float> v, VectorMask<Float> m) Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.abstract VectorMask<Integer>
IntVector.compare
(VectorOperators.Comparison op, long e) Tests this vector by comparing it with an input scalar, according to the given comparison operation.final VectorMask<Integer>
IntVector.compare
(VectorOperators.Comparison op, long e, VectorMask<Integer> m) Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.abstract VectorMask<Integer>
IntVector.compare
(VectorOperators.Comparison op, Vector<Integer> v) Tests this vector by comparing it with another input vector, according to the given comparison operation.final VectorMask<Integer>
IntVector.compare
(VectorOperators.Comparison op, Vector<Integer> v, VectorMask<Integer> m) Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.abstract VectorMask<Long>
LongVector.compare
(VectorOperators.Comparison op, Vector<Long> v) Tests this vector by comparing it with another input vector, according to the given comparison operation.final VectorMask<Long>
LongVector.compare
(VectorOperators.Comparison op, Vector<Long> v, VectorMask<Long> m) Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.abstract VectorMask<Short>
ShortVector.compare
(VectorOperators.Comparison op, long e) Tests this vector by comparing it with an input scalar, according to the given comparison operation.final VectorMask<Short>
ShortVector.compare
(VectorOperators.Comparison op, long e, VectorMask<Short> m) Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.abstract VectorMask<Short>
ShortVector.compare
(VectorOperators.Comparison op, Vector<Short> v) Tests this vector by comparing it with another input vector, according to the given comparison operation.final VectorMask<Short>
ShortVector.compare
(VectorOperators.Comparison op, Vector<Short> v, VectorMask<Short> m) Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.final ByteVector
Divides this vector by a second input vector.final ByteVector
ByteVector.div
(Vector<Byte> v, VectorMask<Byte> m) Divides this vector by a second input vector under the control of a mask.final DoubleVector
Divides this vector by a second input vector.final DoubleVector
DoubleVector.div
(Vector<Double> v, VectorMask<Double> m) Divides this vector by a second input vector under the control of a mask.final FloatVector
Divides this vector by a second input vector.final FloatVector
FloatVector.div
(Vector<Float> v, VectorMask<Float> m) Divides this vector by a second input vector under the control of a mask.final IntVector
Divides this vector by a second input vector.final IntVector
IntVector.div
(Vector<Integer> v, VectorMask<Integer> m) Divides this vector by a second input vector under the control of a mask.final LongVector
Divides this vector by a second input vector.final LongVector
LongVector.div
(Vector<Long> v, VectorMask<Long> m) Divides this vector by a second input vector under the control of a mask.final ShortVector
Divides this vector by a second input vector.final ShortVector
ShortVector.div
(Vector<Short> v, VectorMask<Short> m) Divides this vector by a second input vector under the control of a mask.final VectorMask<Byte>
Tests if this vector is equal to another input vector.final VectorMask<Double>
Tests if this vector is equal to another input vector.final VectorMask<Float>
Tests if this vector is equal to another input vector.final VectorMask<Integer>
Tests if this vector is equal to another input vector.final VectorMask<Long>
Tests if this vector is equal to another input vector.final VectorMask<Short>
Tests if this vector is equal to another input vector.final boolean
Indicates whether this vector is identical to some other object.final boolean
Indicates whether this vector is identical to some other object.final boolean
Indicates whether this vector is identical to some other object.final boolean
Indicates whether this vector is identical to some other object.final boolean
Indicates whether this vector is identical to some other object.final boolean
Indicates whether this vector is identical to some other object.abstract boolean
Indicates whether this vector is identical to some other object.final boolean
Indicates whether this mask is identical to some other object.final boolean
Indicates whether this shuffle is identical to some other object.boolean
Indicates whether this species is identical to some other object.final int
ByteVector.hashCode()
Returns a hash code value for the vector.final int
DoubleVector.hashCode()
Returns a hash code value for the vector.final int
FloatVector.hashCode()
Returns a hash code value for the vector.final int
IntVector.hashCode()
Returns a hash code value for the vector.final int
LongVector.hashCode()
Returns a hash code value for the vector.final int
ShortVector.hashCode()
Returns a hash code value for the vector.abstract int
Vector.hashCode()
Returns a hash code value for the vector.final int
VectorMask.hashCode()
Returns a hash code value for the mask, based on the mask bit settings and the vector species.final int
VectorShuffle.hashCode()
Returns a hash code value for the shuffle, based on the lane source indexes and the vector species.int
VectorSpecies.hashCode()
Returns a hash code value for the species, based on the vector shape and element type.final void
ByteVector.intoByteArray
(byte[] a, int offset, ByteOrder bo) Stores this vector into a byte array starting at an offset using explicit byte order.final void
ByteVector.intoByteArray
(byte[] a, int offset, ByteOrder bo, VectorMask<Byte> m) Stores this vector into a byte array starting at an offset using explicit byte order and a mask.final void
DoubleVector.intoByteArray
(byte[] a, int offset, ByteOrder bo) Stores this vector into a byte array starting at an offset using explicit byte order.final void
DoubleVector.intoByteArray
(byte[] a, int offset, ByteOrder bo, VectorMask<Double> m) Stores this vector into a byte array starting at an offset using explicit byte order and a mask.final void
FloatVector.intoByteArray
(byte[] a, int offset, ByteOrder bo) Stores this vector into a byte array starting at an offset using explicit byte order.final void
FloatVector.intoByteArray
(byte[] a, int offset, ByteOrder bo, VectorMask<Float> m) Stores this vector into a byte array starting at an offset using explicit byte order and a mask.final void
IntVector.intoByteArray
(byte[] a, int offset, ByteOrder bo) Stores this vector into a byte array starting at an offset using explicit byte order.final void
IntVector.intoByteArray
(byte[] a, int offset, ByteOrder bo, VectorMask<Integer> m) Stores this vector into a byte array starting at an offset using explicit byte order and a mask.final void
LongVector.intoByteArray
(byte[] a, int offset, ByteOrder bo) Stores this vector into a byte array starting at an offset using explicit byte order.final void
LongVector.intoByteArray
(byte[] a, int offset, ByteOrder bo, VectorMask<Long> m) Stores this vector into a byte array starting at an offset using explicit byte order and a mask.final void
ShortVector.intoByteArray
(byte[] a, int offset, ByteOrder bo) Stores this vector into a byte array starting at an offset using explicit byte order.final void
ShortVector.intoByteArray
(byte[] a, int offset, ByteOrder bo, VectorMask<Short> m) Stores this vector into a byte array starting at an offset using explicit byte order and a mask.final void
ByteVector.intoByteBuffer
(ByteBuffer bb, int offset, ByteOrder bo) Stores this vector into a byte buffer starting at an offset using explicit byte order.final void
ByteVector.intoByteBuffer
(ByteBuffer bb, int offset, ByteOrder bo, VectorMask<Byte> m) Stores this vector into a byte buffer starting at an offset using explicit byte order and a mask.final void
DoubleVector.intoByteBuffer
(ByteBuffer bb, int offset, ByteOrder bo) Stores this vector into a byte buffer starting at an offset using explicit byte order.final void
DoubleVector.intoByteBuffer
(ByteBuffer bb, int offset, ByteOrder bo, VectorMask<Double> m) Stores this vector into a byte buffer starting at an offset using explicit byte order and a mask.final void
FloatVector.intoByteBuffer
(ByteBuffer bb, int offset, ByteOrder bo) Stores this vector into a byte buffer starting at an offset using explicit byte order.final void
FloatVector.intoByteBuffer
(ByteBuffer bb, int offset, ByteOrder bo, VectorMask<Float> m) Stores this vector into a byte buffer starting at an offset using explicit byte order and a mask.final void
IntVector.intoByteBuffer
(ByteBuffer bb, int offset, ByteOrder bo) Stores this vector into a byte buffer starting at an offset using explicit byte order.final void
IntVector.intoByteBuffer
(ByteBuffer bb, int offset, ByteOrder bo, VectorMask<Integer> m) Stores this vector into a byte buffer starting at an offset using explicit byte order and a mask.final void
LongVector.intoByteBuffer
(ByteBuffer bb, int offset, ByteOrder bo) Stores this vector into a byte buffer starting at an offset using explicit byte order.final void
LongVector.intoByteBuffer
(ByteBuffer bb, int offset, ByteOrder bo, VectorMask<Long> m) Stores this vector into a byte buffer starting at an offset using explicit byte order and a mask.final void
ShortVector.intoByteBuffer
(ByteBuffer bb, int offset, ByteOrder bo) Stores this vector into a byte buffer starting at an offset using explicit byte order.final void
ShortVector.intoByteBuffer
(ByteBuffer bb, int offset, ByteOrder bo, VectorMask<Short> m) Stores this vector into a byte buffer starting at an offset using explicit byte order and a mask.abstract ByteVector
ByteVector.lanewise
(VectorOperators.Binary op, Vector<Byte> v) Combines the corresponding lane values of this vector with those of a second input vector.abstract ByteVector
Combines the corresponding lane values of this vector with the lanes of a second and a third input vector.abstract DoubleVector
DoubleVector.lanewise
(VectorOperators.Binary op, Vector<Double> v) Combines the corresponding lane values of this vector with those of a second input vector.abstract DoubleVector
Combines the corresponding lane values of this vector with the lanes of a second and a third input vector.abstract FloatVector
FloatVector.lanewise
(VectorOperators.Binary op, Vector<Float> v) Combines the corresponding lane values of this vector with those of a second input vector.abstract FloatVector
Combines the corresponding lane values of this vector with the lanes of a second and a third input vector.abstract IntVector
IntVector.lanewise
(VectorOperators.Binary op, Vector<Integer> v) Combines the corresponding lane values of this vector with those of a second input vector.abstract IntVector
Combines the corresponding lane values of this vector with the lanes of a second and a third input vector.abstract LongVector
LongVector.lanewise
(VectorOperators.Binary op, Vector<Long> v) Combines the corresponding lane values of this vector with those of a second input vector.abstract LongVector
Combines the corresponding lane values of this vector with the lanes of a second and a third input vector.abstract ShortVector
ShortVector.lanewise
(VectorOperators.Binary op, Vector<Short> v) Combines the corresponding lane values of this vector with those of a second input vector.abstract ShortVector
Combines the corresponding lane values of this vector with the lanes of a second and a third input vector.final VectorMask<Byte>
Tests if this vector is less than another input vector.final VectorMask<Double>
Tests if this vector is less than another input vector.final VectorMask<Float>
Tests if this vector is less than another input vector.final VectorMask<Integer>
Tests if this vector is less than another input vector.final VectorMask<Long>
Tests if this vector is less than another input vector.final VectorMask<Short>
Tests if this vector is less than another input vector.final ByteVector
Computes the larger of this vector and a second input vector.final DoubleVector
Computes the larger of this vector and a second input vector.final FloatVector
Computes the larger of this vector and a second input vector.final IntVector
Computes the larger of this vector and a second input vector.final LongVector
Computes the larger of this vector and a second input vector.final ShortVector
Computes the larger of this vector and a second input vector.final ByteVector
Computes the smaller of this vector and a second input vector.final DoubleVector
Computes the smaller of this vector and a second input vector.final FloatVector
Computes the smaller of this vector and a second input vector.final IntVector
Computes the smaller of this vector and a second input vector.final LongVector
Computes the smaller of this vector and a second input vector.final ShortVector
Computes the smaller of this vector and a second input vector.final ByteVector
Multiplies this vector by a second input vector.final ByteVector
ByteVector.mul
(Vector<Byte> v, VectorMask<Byte> m) Multiplies this vector by a second input vector under the control of a mask.final DoubleVector
Multiplies this vector by a second input vector.final DoubleVector
DoubleVector.mul
(Vector<Double> v, VectorMask<Double> m) Multiplies this vector by a second input vector under the control of a mask.final FloatVector
Multiplies this vector by a second input vector.final FloatVector
FloatVector.mul
(Vector<Float> v, VectorMask<Float> m) Multiplies this vector by a second input vector under the control of a mask.final IntVector
Multiplies this vector by a second input vector.final IntVector
IntVector.mul
(Vector<Integer> v, VectorMask<Integer> m) Multiplies this vector by a second input vector under the control of a mask.final LongVector
Multiplies this vector by a second input vector.final LongVector
LongVector.mul
(Vector<Long> v, VectorMask<Long> m) Multiplies this vector by a second input vector under the control of a mask.final ShortVector
Multiplies this vector by a second input vector.final ShortVector
ShortVector.mul
(Vector<Short> v, VectorMask<Short> m) Multiplies this vector by a second input vector under the control of a mask.final ByteVector
ByteVector.neg()
Negates this vector.final DoubleVector
DoubleVector.neg()
Negates this vector.final FloatVector
FloatVector.neg()
Negates this vector.final IntVector
IntVector.neg()
Negates this vector.final LongVector
LongVector.neg()
Negates this vector.final ShortVector
ShortVector.neg()
Negates this vector.VectorOperators.Conversion.rangeType()
The range of this conversion, a primitive type.abstract ByteVector
ByteVector.rearrange
(VectorShuffle<Byte> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle.abstract ByteVector
ByteVector.rearrange
(VectorShuffle<Byte> s, Vector<Byte> v) Rearranges the lane elements of two vectors, selecting lanes under the control of a specific shuffle, using both normal and exceptional indexes in the shuffle to steer data.abstract ByteVector
ByteVector.rearrange
(VectorShuffle<Byte> s, VectorMask<Byte> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle and a mask.abstract DoubleVector
DoubleVector.rearrange
(VectorShuffle<Double> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle.abstract DoubleVector
DoubleVector.rearrange
(VectorShuffle<Double> s, Vector<Double> v) Rearranges the lane elements of two vectors, selecting lanes under the control of a specific shuffle, using both normal and exceptional indexes in the shuffle to steer data.abstract DoubleVector
DoubleVector.rearrange
(VectorShuffle<Double> s, VectorMask<Double> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle and a mask.abstract FloatVector
FloatVector.rearrange
(VectorShuffle<Float> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle.abstract FloatVector
FloatVector.rearrange
(VectorShuffle<Float> s, Vector<Float> v) Rearranges the lane elements of two vectors, selecting lanes under the control of a specific shuffle, using both normal and exceptional indexes in the shuffle to steer data.abstract FloatVector
FloatVector.rearrange
(VectorShuffle<Float> s, VectorMask<Float> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle and a mask.abstract IntVector
IntVector.rearrange
(VectorShuffle<Integer> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle.abstract IntVector
IntVector.rearrange
(VectorShuffle<Integer> s, Vector<Integer> v) Rearranges the lane elements of two vectors, selecting lanes under the control of a specific shuffle, using both normal and exceptional indexes in the shuffle to steer data.abstract IntVector
IntVector.rearrange
(VectorShuffle<Integer> s, VectorMask<Integer> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle and a mask.abstract LongVector
LongVector.rearrange
(VectorShuffle<Long> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle.abstract LongVector
LongVector.rearrange
(VectorShuffle<Long> s, Vector<Long> v) Rearranges the lane elements of two vectors, selecting lanes under the control of a specific shuffle, using both normal and exceptional indexes in the shuffle to steer data.abstract LongVector
LongVector.rearrange
(VectorShuffle<Long> s, VectorMask<Long> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle and a mask.abstract ShortVector
ShortVector.rearrange
(VectorShuffle<Short> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle.abstract ShortVector
ShortVector.rearrange
(VectorShuffle<Short> s, Vector<Short> v) Rearranges the lane elements of two vectors, selecting lanes under the control of a specific shuffle, using both normal and exceptional indexes in the shuffle to steer data.abstract ShortVector
ShortVector.rearrange
(VectorShuffle<Short> s, VectorMask<Short> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle and a mask.final ByteVector
ByteVector.reinterpretAsBytes()
Views this vector as a vector of the same shape and contents but a lane type ofbyte
, where the bytes are extracted from the lanes according to little-endian order.final ByteVector
DoubleVector.reinterpretAsBytes()
Views this vector as a vector of the same shape and contents but a lane type ofbyte
, where the bytes are extracted from the lanes according to little-endian order.final ByteVector
FloatVector.reinterpretAsBytes()
Views this vector as a vector of the same shape and contents but a lane type ofbyte
, where the bytes are extracted from the lanes according to little-endian order.final ByteVector
IntVector.reinterpretAsBytes()
Views this vector as a vector of the same shape and contents but a lane type ofbyte
, where the bytes are extracted from the lanes according to little-endian order.final ByteVector
LongVector.reinterpretAsBytes()
Views this vector as a vector of the same shape and contents but a lane type ofbyte
, where the bytes are extracted from the lanes according to little-endian order.final ByteVector
ShortVector.reinterpretAsBytes()
Views this vector as a vector of the same shape and contents but a lane type ofbyte
, where the bytes are extracted from the lanes according to little-endian order.abstract ByteVector
ByteVector.selectFrom
(Vector<Byte> v) Using index values stored in the lanes of this vector, assemble values stored in second vectorv
.abstract ByteVector
ByteVector.selectFrom
(Vector<Byte> s, VectorMask<Byte> m) Using index values stored in the lanes of this vector, assemble values stored in second vector, under the control of a mask.abstract DoubleVector
DoubleVector.selectFrom
(Vector<Double> v) Using index values stored in the lanes of this vector, assemble values stored in second vectorv
.abstract DoubleVector
DoubleVector.selectFrom
(Vector<Double> s, VectorMask<Double> m) Using index values stored in the lanes of this vector, assemble values stored in second vector, under the control of a mask.abstract FloatVector
FloatVector.selectFrom
(Vector<Float> v) Using index values stored in the lanes of this vector, assemble values stored in second vectorv
.abstract FloatVector
FloatVector.selectFrom
(Vector<Float> s, VectorMask<Float> m) Using index values stored in the lanes of this vector, assemble values stored in second vector, under the control of a mask.abstract IntVector
IntVector.selectFrom
(Vector<Integer> v) Using index values stored in the lanes of this vector, assemble values stored in second vectorv
.abstract IntVector
IntVector.selectFrom
(Vector<Integer> s, VectorMask<Integer> m) Using index values stored in the lanes of this vector, assemble values stored in second vector, under the control of a mask.abstract LongVector
LongVector.selectFrom
(Vector<Long> v) Using index values stored in the lanes of this vector, assemble values stored in second vectorv
.abstract LongVector
LongVector.selectFrom
(Vector<Long> s, VectorMask<Long> m) Using index values stored in the lanes of this vector, assemble values stored in second vector, under the control of a mask.abstract ShortVector
ShortVector.selectFrom
(Vector<Short> v) Using index values stored in the lanes of this vector, assemble values stored in second vectorv
.abstract ShortVector
ShortVector.selectFrom
(Vector<Short> s, VectorMask<Short> m) Using index values stored in the lanes of this vector, assemble values stored in second vector, under the control of a mask.abstract ByteVector
ByteVector.slice
(int origin) Slices a segment of adjacent lanes, starting at a givenorigin
lane in the current vector.abstract ByteVector
Slices a segment of adjacent lanes, starting at a givenorigin
lane in the current vector, and continuing (as needed) into an immediately following vector.final ByteVector
ByteVector.slice
(int origin, Vector<Byte> w, VectorMask<Byte> m) Slices a segment of adjacent lanes under the control of a mask, starting at a givenorigin
lane in the current vector, and continuing (as needed) into an immediately following vector.abstract DoubleVector
DoubleVector.slice
(int origin) Slices a segment of adjacent lanes, starting at a givenorigin
lane in the current vector.abstract DoubleVector
Slices a segment of adjacent lanes, starting at a givenorigin
lane in the current vector, and continuing (as needed) into an immediately following vector.final DoubleVector
DoubleVector.slice
(int origin, Vector<Double> w, VectorMask<Double> m) Slices a segment of adjacent lanes under the control of a mask, starting at a givenorigin
lane in the current vector, and continuing (as needed) into an immediately following vector.abstract FloatVector
FloatVector.slice
(int origin) Slices a segment of adjacent lanes, starting at a givenorigin
lane in the current vector.abstract FloatVector
Slices a segment of adjacent lanes, starting at a givenorigin
lane in the current vector, and continuing (as needed) into an immediately following vector.final FloatVector
FloatVector.slice
(int origin, Vector<Float> w, VectorMask<Float> m) Slices a segment of adjacent lanes under the control of a mask, starting at a givenorigin
lane in the current vector, and continuing (as needed) into an immediately following vector.abstract IntVector
IntVector.slice
(int origin) Slices a segment of adjacent lanes, starting at a givenorigin
lane in the current vector.abstract IntVector
Slices a segment of adjacent lanes, starting at a givenorigin
lane in the current vector, and continuing (as needed) into an immediately following vector.final IntVector
IntVector.slice
(int origin, Vector<Integer> w, VectorMask<Integer> m) Slices a segment of adjacent lanes under the control of a mask, starting at a givenorigin
lane in the current vector, and continuing (as needed) into an immediately following vector.abstract LongVector
LongVector.slice
(int origin) Slices a segment of adjacent lanes, starting at a givenorigin
lane in the current vector.abstract LongVector
Slices a segment of adjacent lanes, starting at a givenorigin
lane in the current vector, and continuing (as needed) into an immediately following vector.final LongVector
LongVector.slice
(int origin, Vector<Long> w, VectorMask<Long> m) Slices a segment of adjacent lanes under the control of a mask, starting at a givenorigin
lane in the current vector, and continuing (as needed) into an immediately following vector.abstract ShortVector
ShortVector.slice
(int origin) Slices a segment of adjacent lanes, starting at a givenorigin
lane in the current vector.abstract ShortVector
Slices a segment of adjacent lanes, starting at a givenorigin
lane in the current vector, and continuing (as needed) into an immediately following vector.final ShortVector
ShortVector.slice
(int origin, Vector<Short> w, VectorMask<Short> m) Slices a segment of adjacent lanes under the control of a mask, starting at a givenorigin
lane in the current vector, and continuing (as needed) into an immediately following vector.final ByteVector
Subtracts a second input vector from this vector.final ByteVector
ByteVector.sub
(Vector<Byte> v, VectorMask<Byte> m) Subtracts a second input vector from this vector under the control of a mask.final DoubleVector
Subtracts a second input vector from this vector.final DoubleVector
DoubleVector.sub
(Vector<Double> v, VectorMask<Double> m) Subtracts a second input vector from this vector under the control of a mask.final FloatVector
Subtracts a second input vector from this vector.final FloatVector
FloatVector.sub
(Vector<Float> v, VectorMask<Float> m) Subtracts a second input vector from this vector under the control of a mask.final IntVector
Subtracts a second input vector from this vector.final IntVector
IntVector.sub
(Vector<Integer> v, VectorMask<Integer> m) Subtracts a second input vector from this vector under the control of a mask.final LongVector
Subtracts a second input vector from this vector.final LongVector
LongVector.sub
(Vector<Long> v, VectorMask<Long> m) Subtracts a second input vector from this vector under the control of a mask.final ShortVector
Subtracts a second input vector from this vector.final ShortVector
ShortVector.sub
(Vector<Short> v, VectorMask<Short> m) Subtracts a second input vector from this vector under the control of a mask.abstract VectorMask<Byte>
ByteVector.test
(VectorOperators.Test op) Tests the lanes of this vector according to the given operation.final VectorMask<Byte>
ByteVector.test
(VectorOperators.Test op, VectorMask<Byte> m) Test selected lanes of this vector, according to the given operation.abstract VectorMask<Double>
DoubleVector.test
(VectorOperators.Test op) Tests the lanes of this vector according to the given operation.final VectorMask<Double>
DoubleVector.test
(VectorOperators.Test op, VectorMask<Double> m) Test selected lanes of this vector, according to the given operation.abstract VectorMask<Float>
FloatVector.test
(VectorOperators.Test op) Tests the lanes of this vector according to the given operation.final VectorMask<Float>
FloatVector.test
(VectorOperators.Test op, VectorMask<Float> m) Test selected lanes of this vector, according to the given operation.abstract VectorMask<Integer>
IntVector.test
(VectorOperators.Test op) Tests the lanes of this vector according to the given operation.final VectorMask<Integer>
IntVector.test
(VectorOperators.Test op, VectorMask<Integer> m) Test selected lanes of this vector, according to the given operation.abstract VectorMask<Long>
LongVector.test
(VectorOperators.Test op) Tests the lanes of this vector according to the given operation.final VectorMask<Long>
LongVector.test
(VectorOperators.Test op, VectorMask<Long> m) Test selected lanes of this vector, according to the given operation.abstract VectorMask<Short>
ShortVector.test
(VectorOperators.Test op) Tests the lanes of this vector according to the given operation.final VectorMask<Short>
ShortVector.test
(VectorOperators.Test op, VectorMask<Short> m) Test selected lanes of this vector, according to the given operation.final byte[]
ByteVector.toArray()
Returns an array of typebyte[]
containing all the lane values.final double[]
DoubleVector.toArray()
Returns an array of typedouble[]
containing all the lane values.final float[]
FloatVector.toArray()
Returns an array of typefloat[]
containing all the lane values.final int[]
IntVector.toArray()
Returns an array of typeint[]
containing all the lane values.final long[]
LongVector.toArray()
Returns an array of typelong[]
containing all the lane values.final short[]
ShortVector.toArray()
Returns an array of typeshort[]
containing all the lane values.final double[]
ByteVector.toDoubleArray()
Returns adouble[]
array containing all the lane values, converted to the typedouble
.final double[]
DoubleVector.toDoubleArray()
Returns adouble[]
array containing all the lane values, converted to the typedouble
.final double[]
FloatVector.toDoubleArray()
Returns adouble[]
array containing all the lane values, converted to the typedouble
.final double[]
IntVector.toDoubleArray()
Returns adouble[]
array containing all the lane values, converted to the typedouble
.final double[]
LongVector.toDoubleArray()
Returns adouble[]
array containing all the lane values, converted to the typedouble
.final double[]
ShortVector.toDoubleArray()
Returns adouble[]
array containing all the lane values, converted to the typedouble
.final int[]
ByteVector.toIntArray()
Returns anint[]
array containing all the lane values, converted to the typeint
.final int[]
DoubleVector.toIntArray()
Returns anint[]
array containing all the lane values, converted to the typeint
.final int[]
FloatVector.toIntArray()
Returns anint[]
array containing all the lane values, converted to the typeint
.final int[]
IntVector.toIntArray()
Returns anint[]
array containing all the lane values, converted to the typeint
.final int[]
LongVector.toIntArray()
Returns anint[]
array containing all the lane values, converted to the typeint
.final int[]
ShortVector.toIntArray()
Returns anint[]
array containing all the lane values, converted to the typeint
.final long[]
ByteVector.toLongArray()
Returns along[]
array containing all the lane values, converted to the typelong
.final long[]
DoubleVector.toLongArray()
Returns along[]
array containing all the lane values, converted to the typelong
.final long[]
FloatVector.toLongArray()
Returns along[]
array containing all the lane values, converted to the typelong
.final long[]
IntVector.toLongArray()
Returns along[]
array containing all the lane values, converted to the typelong
.final long[]
LongVector.toLongArray()
Returns along[]
array containing all the lane values, converted to the typelong
.final long[]
ShortVector.toLongArray()
Returns along[]
array containing all the lane values, converted to the typelong
.final String
ByteVector.toString()
Returns a string representation of this vector, of the form"[0,1,2...]"
, reporting the lane values of this vector, in lane order.final String
DoubleVector.toString()
Returns a string representation of this vector, of the form"[0,1,2...]"
, reporting the lane values of this vector, in lane order.final String
FloatVector.toString()
Returns a string representation of this vector, of the form"[0,1,2...]"
, reporting the lane values of this vector, in lane order.final String
IntVector.toString()
Returns a string representation of this vector, of the form"[0,1,2...]"
, reporting the lane values of this vector, in lane order.final String
LongVector.toString()
Returns a string representation of this vector, of the form"[0,1,2...]"
, reporting the lane values of this vector, in lane order.final String
ShortVector.toString()
Returns a string representation of this vector, of the form"[0,1,2...]"
, reporting the lane values of this vector, in lane order.abstract String
Vector.toString()
Returns a string representation of this vector, of the form"[0,1,2...]"
, reporting the lane values of this vector, in lane order.final String
VectorMask.toString()
Returns a string representation of this mask, of the form"Mask[T.TT...]"
, reporting the mask bit settings (as 'T' or '.' characters) in lane order.final String
VectorShuffle.toString()
Returns a string representation of this shuffle, of the form"Shuffle[0,1,2...]"
, reporting the source indexes in lane order.VectorSpecies.toString()
Returns a string of the form "Species[ETYPE, VLENGTH, SHAPE]", whereETYPE
is the primitive lane type,VLENGTH
is the vector lane count associated with the species, andSHAPE
is the vector shape associated with the species.abstract ByteVector
ByteVector.unslice
(int origin) Reverses a slice(), inserting the current vector as a slice within a "background" input of zero lane values.abstract ByteVector
Reverses a slice(), inserting the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()
operation.abstract ByteVector
ByteVector.unslice
(int origin, Vector<Byte> w, int part, VectorMask<Byte> m) Reverses a slice(), inserting (under the control of a mask) the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()
operation.abstract DoubleVector
DoubleVector.unslice
(int origin) Reverses a slice(), inserting the current vector as a slice within a "background" input of zero lane values.abstract DoubleVector
Reverses a slice(), inserting the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()
operation.abstract DoubleVector
DoubleVector.unslice
(int origin, Vector<Double> w, int part, VectorMask<Double> m) Reverses a slice(), inserting (under the control of a mask) the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()
operation.abstract FloatVector
FloatVector.unslice
(int origin) Reverses a slice(), inserting the current vector as a slice within a "background" input of zero lane values.abstract FloatVector
Reverses a slice(), inserting the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()
operation.abstract FloatVector
FloatVector.unslice
(int origin, Vector<Float> w, int part, VectorMask<Float> m) Reverses a slice(), inserting (under the control of a mask) the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()
operation.abstract IntVector
IntVector.unslice
(int origin) Reverses a slice(), inserting the current vector as a slice within a "background" input of zero lane values.abstract IntVector
Reverses a slice(), inserting the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()
operation.abstract IntVector
IntVector.unslice
(int origin, Vector<Integer> w, int part, VectorMask<Integer> m) Reverses a slice(), inserting (under the control of a mask) the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()
operation.abstract LongVector
LongVector.unslice
(int origin) Reverses a slice(), inserting the current vector as a slice within a "background" input of zero lane values.abstract LongVector
Reverses a slice(), inserting the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()
operation.abstract LongVector
LongVector.unslice
(int origin, Vector<Long> w, int part, VectorMask<Long> m) Reverses a slice(), inserting (under the control of a mask) the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()
operation.abstract ShortVector
ShortVector.unslice
(int origin) Reverses a slice(), inserting the current vector as a slice within a "background" input of zero lane values.abstract ShortVector
Reverses a slice(), inserting the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()
operation.abstract ShortVector
ShortVector.unslice
(int origin, Vector<Short> w, int part, VectorMask<Short> m) Reverses a slice(), inserting (under the control of a mask) the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()
operation.final Vector<?>
ByteVector.viewAsFloatingLanes()
Views this vector as a vector of the same shape, length, and contents, but a lane type that is a floating-point type.final DoubleVector
DoubleVector.viewAsFloatingLanes()
Views this vector as a vector of the same shape, length, and contents, but a lane type that is a floating-point type.final FloatVector
FloatVector.viewAsFloatingLanes()
Views this vector as a vector of the same shape, length, and contents, but a lane type that is a floating-point type.final FloatVector
IntVector.viewAsFloatingLanes()
Views this vector as a vector of the same shape, length, and contents, but a lane type that is a floating-point type.final DoubleVector
LongVector.viewAsFloatingLanes()
Views this vector as a vector of the same shape, length, and contents, but a lane type that is a floating-point type.final Vector<?>
ShortVector.viewAsFloatingLanes()
Views this vector as a vector of the same shape, length, and contents, but a lane type that is a floating-point type.final ByteVector
ByteVector.viewAsIntegralLanes()
Views this vector as a vector of the same shape, length, and contents, but a lane type that is not a floating-point type.final LongVector
DoubleVector.viewAsIntegralLanes()
Views this vector as a vector of the same shape, length, and contents, but a lane type that is not a floating-point type.final IntVector
FloatVector.viewAsIntegralLanes()
Views this vector as a vector of the same shape, length, and contents, but a lane type that is not a floating-point type.final IntVector
IntVector.viewAsIntegralLanes()
Views this vector as a vector of the same shape, length, and contents, but a lane type that is not a floating-point type.final LongVector
LongVector.viewAsIntegralLanes()
Views this vector as a vector of the same shape, length, and contents, but a lane type that is not a floating-point type.final ShortVector
ShortVector.viewAsIntegralLanes()
Views this vector as a vector of the same shape, length, and contents, but a lane type that is not a floating-point type. -
Uses of Override in jdk.javadoc.doclet
Modifier and TypeMethodDescriptionStandardDoclet.getName()
Set<? extends Doclet.Option>
StandardDoclet.getSupportedOptions()
StandardDoclet.getSupportedSourceVersion()
void
boolean
StandardDoclet.run
(DocletEnvironment docEnv) -
Uses of Override in jdk.jfr
Modifier and TypeMethodDescriptionfinal void
Event.begin()
Starts the timing of this event.void
Recording.close()
Releases all data that is associated with this recording.final void
Event.commit()
Writes the field values, time stamp, and event duration to the Flight Recorder system.final void
Event.end()
Ends the timing of this event.final boolean
Event.isEnabled()
Returnstrue
if at least one recording is running, and the enabled setting for this event is set totrue
, otherwisefalse
is returned.final void
Sets a field value.final boolean
Event.shouldCommit()
Returnstrue
if the enabled setting for this event is set totrue
and if the duration is within the threshold for the event,false
otherwise. -
Uses of Override in jdk.jfr.consumer
Modifier and TypeMethodDescriptionvoid
RecordingStream.awaitTermination()
void
RecordingStream.awaitTermination
(Duration timeout) void
EventStream.close()
Releases all resources associated with this stream.void
RecordingFile.close()
Closes this recording file and releases any system resources that are associated with it.void
RecordingStream.close()
RecordedEvent.getFields()
Returns the list of descriptors that describes the fields of the event.void
void
void
RecordingStream.onEvent
(String eventName, Consumer<RecordedEvent> action) void
RecordingStream.onEvent
(Consumer<RecordedEvent> action) void
boolean
void
RecordingStream.setEndTime
(Instant endTime) void
RecordingStream.setOrdered
(boolean ordered) void
RecordingStream.setReuse
(boolean reuse) void
RecordingStream.setStartTime
(Instant startTime) void
RecordingStream.start()
void
RecordingStream.startAsync()
Starts asynchronous processing of actions.final String
RecordedObject.toString()
Returns a textual representation of this object. -
Uses of Override in jdk.jshell
Modifier and TypeMethodDescriptionvoid
JShell.close()
Close this state engine.EvalException.getCause()
Returns the wrapped cause of the throwable in the executing client represented by thisEvalException
ornull
if the cause is nonexistent or unknown.ExpressionSnippet.name()
Variable name which is the value of the expression.ImportSnippet.name()
The identifying name of the import.PersistentSnippet.name()
Name of the Snippet.SnippetEvent.toString()
Return a string representation of the event -
Uses of Override in jdk.jshell.execution
Modifier and TypeMethodDescriptionvoid
DirectExecutionControl.addToClasspath
(String cp) void
StreamingExecutionControl.addToClasspath
(String path) protected void
LocalExecutionControl.clientCodeEnter()
protected void
RemoteExecutionControl.clientCodeEnter()
protected void
LocalExecutionControl.clientCodeLeave()
void
DirectExecutionControl.close()
void
JdiDefaultExecutionControl.close()
void
StreamingExecutionControl.close()
Closes the execution engine.FailOverExecutionControlProvider.defaultParameters()
Create and return the default parameter map for thisExecutionControlProvider
.JdiExecutionControlProvider.defaultParameters()
Create and return the default parameter map for thisExecutionControlProvider
.LocalExecutionControlProvider.defaultParameters()
Create and return the default parameter map forLocalExecutionControlProvider
.DirectExecutionControl.extensionCommand
(String command, Object arg) StreamingExecutionControl.extensionCommand
(String command, Object arg) FailOverExecutionControlProvider.generate
(ExecutionEnv env, Map<String, String> parameters) Create and return a locally executingExecutionControl
instance.JdiExecutionControlProvider.generate
(ExecutionEnv env, Map<String, String> parameters) LocalExecutionControlProvider.generate
(ExecutionEnv env, Map<String, String> parameters) Create and return a locally executingExecutionControl
instance.void
DirectExecutionControl.load
(ExecutionControl.ClassBytecodes[] cbcs) void
StreamingExecutionControl.load
(ExecutionControl.ClassBytecodes[] cbcs) FailOverExecutionControlProvider.name()
The unique name of thisExecutionControlProvider
.JdiExecutionControlProvider.name()
The unique name of thisExecutionControlProvider
.LocalExecutionControlProvider.name()
The unique name of thisExecutionControlProvider
.void
DirectExecutionControl.redefine
(ExecutionControl.ClassBytecodes[] cbcs) void
JdiExecutionControl.redefine
(ExecutionControl.ClassBytecodes[] cbcs) Redefine the specified classes.void
RemoteExecutionControl.redefine
(ExecutionControl.ClassBytecodes[] cbcs) Redefine processing on the remote end is only to register the redefined classesvoid
StreamingExecutionControl.redefine
(ExecutionControl.ClassBytecodes[] cbcs) void
DirectExecutionControl.stop()
Interrupts a running invoke.void
JdiDefaultExecutionControl.stop()
Interrupts a running remote invoke by manipulating remote variables and sending a stop via JDI.void
RemoteExecutionControl.stop()
void
StreamingExecutionControl.stop()
protected VirtualMachine
JdiDefaultExecutionControl.vm()
-
Uses of Override in jdk.jshell.spi
Modifier and TypeMethodDescriptionvoid
ExecutionControl.close()
Shuts down this execution engine. -
Uses of Override in jdk.management.jfr
Modifier and TypeMethodDescriptionvoid
RemoteRecordingStream.awaitTermination()
void
RemoteRecordingStream.awaitTermination
(Duration timeout) void
RemoteRecordingStream.close()
void
void
void
RemoteRecordingStream.onEvent
(String eventName, Consumer<RecordedEvent> action) void
RemoteRecordingStream.onEvent
(Consumer<RecordedEvent> action) void
boolean
void
RemoteRecordingStream.setEndTime
(Instant endTime) void
RemoteRecordingStream.setOrdered
(boolean ordered) void
RemoteRecordingStream.setReuse
(boolean reuse) void
RemoteRecordingStream.setStartTime
(Instant startTime) void
RemoteRecordingStream.start()
void
RemoteRecordingStream.startAsync()
ConfigurationInfo.toString()
Returns a description of the configuration that is associated with thisConfigurationInfo
.EventTypeInfo.toString()
Returns a description of thisEventTypeInfo
.RecordingInfo.toString()
Returns a string description of the recording associated with thisRecordingInfo
SettingDescriptorInfo.toString()
Returns aString
description of thisSettingDescriptorInfo
. -
Uses of Override in org.xml.sax.helpers
Modifier and TypeMethodDescriptionvoid
DefaultHandler.characters
(char[] ch, int start, int length) Receive notification of character data inside an element.void
DefaultHandler.endDocument()
Receive notification of the end of the document.void
DefaultHandler.endElement
(String uri, String localName, String qName) Receive notification of the end of an element.void
DefaultHandler.endPrefixMapping
(String prefix) Receive notification of the end of a Namespace mapping.void
DefaultHandler.error
(SAXParseException e) Receive notification of a recoverable parser error.void
DefaultHandler.fatalError
(SAXParseException e) Report a fatal XML parsing error.void
DefaultHandler.ignorableWhitespace
(char[] ch, int start, int length) Receive notification of ignorable whitespace in element content.void
DefaultHandler.notationDecl
(String name, String publicId, String systemId) Receive notification of a notation declaration.void
DefaultHandler.processingInstruction
(String target, String data) Receive notification of a processing instruction.DefaultHandler.resolveEntity
(String publicId, String systemId) Resolve an external entity.void
DefaultHandler.setDocumentLocator
(Locator locator) Receive a Locator object for document events.void
DefaultHandler.skippedEntity
(String name) Receive notification of a skipped entity.void
DefaultHandler.startDocument()
Receive notification of the beginning of the document.void
DefaultHandler.startElement
(String uri, String localName, String qName, Attributes attributes) Receive notification of the start of an element.void
DefaultHandler.startPrefixMapping
(String prefix, String uri) Receive notification of the start of a Namespace mapping.void
DefaultHandler.unparsedEntityDecl
(String name, String publicId, String systemId, String notationName) Receive notification of an unparsed entity declaration.void
DefaultHandler.warning
(SAXParseException e) Receive notification of a parser warning.