Uses of Annotation Interface
java.lang.Override
Package
Description
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
A Java API for Stream Control Transport Protocol.
Provides implementations of
Principal
.Provides an implementation of
Configuration
.Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
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.
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.Provides interfaces describing classfile constant pool entries for the
java.lang.classfile
PREVIEW library.Provides interfaces describing code instructions for the
java.lang.classfile
PREVIEW library.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.Provides low-level access to memory and functions outside the Java runtime.
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 charsets, decoders, and encoders, for translating between
bytes and Unicode characters.
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 classes and interfaces for supporting the server side of RMI.
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 interfaces for generating RSA (Rivest, Shamir and
Adleman AsymmetricCipher algorithm)
keys as defined in the RSA Laboratory Technical Note
PKCS#1, and DSA (Digital Signature
Algorithm) keys as defined in NIST's FIPS-186.
Provides classes and interfaces for key specifications and algorithm
parameter specifications.
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.
Classes for matching character sequences against patterns specified
by regular expressions.
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.
Facilities for declaring annotation processors and for
allowing annotation processors to communicate with an annotation processing
tool environment.
Provides the classes and interfaces for cryptographic
operations.
Provides interfaces for Diffie-Hellman keys as defined in RSA
Laboratories' PKCS #3.
Provides classes and interfaces for key specifications and
algorithm parameter specifications.
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.
This package contains the classes that should be used to store
X500 Principal and X500 Private Credentials in a
Subject.
Provides classes for public key certificates.
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.
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).
This package presents a framework that allows application developers to
make use of security services like authentication, data integrity and
data confidentiality from a variety of underlying security mechanisms
like Kerberos, using a unified API.
Provides helper classes, including
support for bootstrapping SAX-based applications.
-
Uses of Override in com.sun.net.httpserver
-
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
Modifier and TypeMethodDescriptionint
NTNumericCredential.hashCode()
Return a hash code for thisNTNumericCredential
. -
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.doctree
-
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 anAnnotatedTypeTree
node.TreeScanner.visitAnnotatedType
(AnnotatedTypeTree node, P p) Visits anAnnotatedTypeTree
node.SimpleTreeVisitor.visitAnnotation
(AnnotationTree node, P p) Visits anAnnotatedTree
node.TreeScanner.visitAnnotation
(AnnotationTree node, P p) Visits anAnnotatedTree
node.SimpleTreeVisitor.visitAnyPattern
(AnyPatternTree node, P p) Visits aAnyPatternTree
node.TreeScanner.visitAnyPattern
(AnyPatternTree node, P p) Visits aAnyPatternTree
node.SimpleTreeVisitor.visitArrayAccess
(ArrayAccessTree node, P p) Visits anArrayAccessTree
node.TreeScanner.visitArrayAccess
(ArrayAccessTree node, P p) Visits anArrayAccessTree
node.SimpleTreeVisitor.visitArrayType
(ArrayTypeTree node, P p) Visits anArrayTypeTree
node.TreeScanner.visitArrayType
(ArrayTypeTree node, P p) Visits anArrayTypeTree
node.SimpleTreeVisitor.visitAssert
(AssertTree node, P p) Visits anAssertTree
node.TreeScanner.visitAssert
(AssertTree node, P p) Visits anAssertTree
node.SimpleTreeVisitor.visitAssignment
(AssignmentTree node, P p) Visits anAssignmentTree
node.TreeScanner.visitAssignment
(AssignmentTree node, P p) Visits anAssignmentTree
node.DocTreeScanner.visitAttribute
(AttributeTree node, P p) Visits anAttributeTree
node.SimpleDocTreeVisitor.visitAttribute
(AttributeTree node, P p) Visits anAttributeTree
node.DocTreeScanner.visitAuthor
(AuthorTree node, P p) Visits anAuthorTree
node.SimpleDocTreeVisitor.visitAuthor
(AuthorTree node, P p) Visits anAuthorTree
node.SimpleTreeVisitor.visitBinary
(BinaryTree node, P p) Visits aBinaryTree
node.TreeScanner.visitBinary
(BinaryTree node, P p) Visits aBinaryTree
node.SimpleTreeVisitor.visitBindingPattern
(BindingPatternTree node, P p) Visits aBindingPatternTree
node.TreeScanner.visitBindingPattern
(BindingPatternTree node, P p) Visits aBindingPatternTree
node.SimpleTreeVisitor.visitBlock
(BlockTree node, P p) Visits aBlockTree
node.TreeScanner.visitBlock
(BlockTree node, P p) Visits aBlockTree
node.SimpleTreeVisitor.visitBreak
(BreakTree node, P p) Visits aBreakTree
node.TreeScanner.visitBreak
(BreakTree node, P p) Visits aBreakTree
node.Visits aCaseTree
node.Visits aCaseTree
node.SimpleTreeVisitor.visitCatch
(CatchTree node, P p) Visits aCatchTree
node.TreeScanner.visitCatch
(CatchTree node, P p) Visits aCatchTree
node.SimpleTreeVisitor.visitClass
(ClassTree node, P p) Visits aClassTree
node.TreeScanner.visitClass
(ClassTree node, P p) Visits aClassTree
node.DocTreeScanner.visitComment
(CommentTree node, P p) Visits aCommentTree
node.SimpleDocTreeVisitor.visitComment
(CommentTree node, P p) Visits aCommentTree
node.SimpleTreeVisitor.visitCompilationUnit
(CompilationUnitTree node, P p) Visits aCompilationUnitTree
node.TreeScanner.visitCompilationUnit
(CompilationUnitTree node, P p) Visits aCompilationUnitTree
node.SimpleTreeVisitor.visitCompoundAssignment
(CompoundAssignmentTree node, P p) Visits aCompoundAssignmentTree
node.TreeScanner.visitCompoundAssignment
(CompoundAssignmentTree node, P p) Visits aCompoundAssignmentTree
node.SimpleTreeVisitor.visitConditionalExpression
(ConditionalExpressionTree node, P p) Visits aConditionalExpressionTree
node.TreeScanner.visitConditionalExpression
(ConditionalExpressionTree node, P p) Visits aConditionalExpressionTree
node.SimpleTreeVisitor.visitConstantCaseLabel
(ConstantCaseLabelTree node, P p) Visits aConstantCaseLabelTree
node.TreeScanner.visitConstantCaseLabel
(ConstantCaseLabelTree node, P p) Visits aConstantCaseLabelTree
node.SimpleTreeVisitor.visitContinue
(ContinueTree node, P p) Visits aContinueTree
node.TreeScanner.visitContinue
(ContinueTree node, P p) Visits aContinueTree
node.SimpleTreeVisitor.visitDeconstructionPattern
(DeconstructionPatternTree node, P p) Visits aDeconstructionPatternTree
node.TreeScanner.visitDeconstructionPattern
(DeconstructionPatternTree node, P p) Visits aDeconstructionPatternTree
node.SimpleTreeVisitor.visitDefaultCaseLabel
(DefaultCaseLabelTree node, P p) Visits aDefaultCaseLabelTree
node.TreeScanner.visitDefaultCaseLabel
(DefaultCaseLabelTree node, P p) Visits aDefaultCaseLabelTree
node.DocTreeScanner.visitDeprecated
(DeprecatedTree node, P p) Visits aDeprecatedTree
node.SimpleDocTreeVisitor.visitDeprecated
(DeprecatedTree node, P p) Visits aDeprecatedTree
node.DocTreeScanner.visitDocComment
(DocCommentTree node, P p) Visits aDocCommentTree
node.SimpleDocTreeVisitor.visitDocComment
(DocCommentTree node, P p) Visits aDocCommentTree
node.DocTreeScanner.visitDocRoot
(DocRootTree node, P p) Visits aDocRootTree
node.SimpleDocTreeVisitor.visitDocRoot
(DocRootTree node, P p) Visits aDocRootTree
node.DocTreeScanner.visitDocType
(DocTypeTree node, P p) Visits aDocTypeTree
node.SimpleDocTreeVisitor.visitDocType
(DocTypeTree node, P p) Visits aDocTypeTree
node.SimpleTreeVisitor.visitDoWhileLoop
(DoWhileLoopTree node, P p) Visits aDoWhileTree
node.TreeScanner.visitDoWhileLoop
(DoWhileLoopTree node, P p) Visits aDoWhileTree
node.SimpleTreeVisitor.visitEmptyStatement
(EmptyStatementTree node, P p) Visits anEmptyStatementTree
node.TreeScanner.visitEmptyStatement
(EmptyStatementTree node, P p) Visits anEmptyStatementTree
node.DocTreeScanner.visitEndElement
(EndElementTree node, P p) Visits anEndElementTree
node.SimpleDocTreeVisitor.visitEndElement
(EndElementTree node, P p) Visits anEndElementTree
node.SimpleTreeVisitor.visitEnhancedForLoop
(EnhancedForLoopTree node, P p) Visits anEnhancedForLoopTree
node.TreeScanner.visitEnhancedForLoop
(EnhancedForLoopTree node, P p) Visits anEnhancedForLoopTree
node.DocTreeScanner.visitEntity
(EntityTree node, P p) Visits anEntityTree
node.SimpleDocTreeVisitor.visitEntity
(EntityTree node, P p) Visits anEntityTree
node.DocTreeScanner.visitErroneous
(ErroneousTree node, P p) Visits anErroneousTree
node.SimpleDocTreeVisitor.visitErroneous
(ErroneousTree node, P p) Visits anErroneousTree
node.SimpleTreeVisitor.visitErroneous
(ErroneousTree node, P p) Visits anErroneousTree
node.TreeScanner.visitErroneous
(ErroneousTree node, P p) Visits anErroneousTree
node.DocTreeScanner.visitEscape
(EscapeTree node, P p) Visits anEscapeTree
node.SimpleDocTreeVisitor.visitEscape
(EscapeTree node, P p) Visits anEscapeTree
node.SimpleTreeVisitor.visitExports
(ExportsTree node, P p) Visits anExportsTree
node.TreeScanner.visitExports
(ExportsTree node, P p) Visits anExportsTree
node.SimpleTreeVisitor.visitExpressionStatement
(ExpressionStatementTree node, P p) Visits anExpressionStatementTree
node.TreeScanner.visitExpressionStatement
(ExpressionStatementTree node, P p) Visits anExpressionStatementTree
node.SimpleTreeVisitor.visitForLoop
(ForLoopTree node, P p) Visits aForLoopTree
node.TreeScanner.visitForLoop
(ForLoopTree node, P p) Visits aForLoopTree
node.DocTreeScanner.visitHidden
(HiddenTree node, P p) Visits aHiddenTree
node.SimpleDocTreeVisitor.visitHidden
(HiddenTree node, P p) Visits aHiddenTree
node.DocTreeScanner.visitIdentifier
(IdentifierTree node, P p) Visits anIdentifierTree
node.SimpleDocTreeVisitor.visitIdentifier
(IdentifierTree node, P p) Visits anIdentifierTree
node.SimpleTreeVisitor.visitIdentifier
(IdentifierTree node, P p) Visits anIdentifierTree
node.TreeScanner.visitIdentifier
(IdentifierTree node, P p) Visits anIdentifierTree
node.Visits anIfTree
node.Visits anIfTree
node.SimpleTreeVisitor.visitImport
(ImportTree node, P p) Visits anImportTree
node.TreeScanner.visitImport
(ImportTree node, P p) Visits anImportTree
node.DocTreeScanner.visitIndex
(IndexTree node, P p) Visits anIndexTree
node.SimpleDocTreeVisitor.visitIndex
(IndexTree node, P p) Visits anIndexTree
node.DocTreeScanner.visitInheritDoc
(InheritDocTree node, P p) Visits anInheritDocTree
node.SimpleDocTreeVisitor.visitInheritDoc
(InheritDocTree node, P p) Visits anInheritDocTree
node.SimpleTreeVisitor.visitInstanceOf
(InstanceOfTree node, P p) Visits anInstanceOfTree
node.TreeScanner.visitInstanceOf
(InstanceOfTree node, P p) Visits anInstanceOfTree
node.SimpleTreeVisitor.visitIntersectionType
(IntersectionTypeTree node, P p) Visits anIntersectionTypeTree
node.TreeScanner.visitIntersectionType
(IntersectionTypeTree node, P p) Visits anIntersectionTypeTree
node.SimpleTreeVisitor.visitLabeledStatement
(LabeledStatementTree node, P p) Visits aLabeledStatementTree
node.TreeScanner.visitLabeledStatement
(LabeledStatementTree node, P p) Visits aLabeledStatementTree
node.SimpleTreeVisitor.visitLambdaExpression
(LambdaExpressionTree node, P p) Visits aLambdaExpressionTree
node.TreeScanner.visitLambdaExpression
(LambdaExpressionTree node, P p) Visits aLambdaExpressionTree
node.Visits aLinkTree
node.Visits aLinkTree
node.DocTreeScanner.visitLiteral
(LiteralTree node, P p) Visits anLiteralTree
node.SimpleDocTreeVisitor.visitLiteral
(LiteralTree node, P p) Visits anLiteralTree
node.SimpleTreeVisitor.visitLiteral
(LiteralTree node, P p) Visits aLiteralTree
node.TreeScanner.visitLiteral
(LiteralTree node, P p) Visits aLiteralTree
node.SimpleTreeVisitor.visitMemberReference
(MemberReferenceTree node, P p) Visits aMemberReferenceTree
node.TreeScanner.visitMemberReference
(MemberReferenceTree node, P p) Visits aMemberReferenceTree
node.SimpleTreeVisitor.visitMemberSelect
(MemberSelectTree node, P p) Visits aMemberSelectTree
node.TreeScanner.visitMemberSelect
(MemberSelectTree node, P p) Visits aMemberSelectTree
node.SimpleTreeVisitor.visitMethod
(MethodTree node, P p) Visits aMethodTree
node.TreeScanner.visitMethod
(MethodTree node, P p) Visits aMethodTree
node.SimpleTreeVisitor.visitMethodInvocation
(MethodInvocationTree node, P p) Visits aMethodInvocationTree
node.TreeScanner.visitMethodInvocation
(MethodInvocationTree node, P p) Visits aMethodInvocationTree
node.SimpleTreeVisitor.visitModifiers
(ModifiersTree node, P p) Visits aModifiersTree
node.TreeScanner.visitModifiers
(ModifiersTree node, P p) Visits aModifiersTree
node.SimpleTreeVisitor.visitModule
(ModuleTree node, P p) Visits aModuleTree
node.TreeScanner.visitModule
(ModuleTree node, P p) Visits aModuleTree
node.SimpleTreeVisitor.visitNewArray
(NewArrayTree node, P p) Visits aNewArrayTree
node.TreeScanner.visitNewArray
(NewArrayTree node, P p) Visits aNewArrayTree
node.SimpleTreeVisitor.visitNewClass
(NewClassTree node, P p) Visits aNewClassTree
node.TreeScanner.visitNewClass
(NewClassTree node, P p) Visits aNewClassTree
node.SimpleTreeVisitor.visitOpens
(OpensTree node, P p) Visits anOpensTree
node.TreeScanner.visitOpens
(OpensTree node, P p) Visits anOpensTree
node.DocTreeScanner.visitOther
(DocTree node, P p) Visits an unknown type ofDocTree
node.SimpleDocTreeVisitor.visitOther
(DocTree node, P p) Visits an unknown type ofDocTree
node.SimpleTreeVisitor.visitOther
(Tree node, P p) Visits an unknown type ofTree
node.TreeScanner.visitOther
(Tree node, P p) Visits an unknown type ofTree
node.SimpleTreeVisitor.visitPackage
(PackageTree node, P p) Visits aPackageTree
node.TreeScanner.visitPackage
(PackageTree node, P p) Visits aPackageTree
node.DocTreeScanner.visitParam
(ParamTree node, P p) Visits aParamTree
node.SimpleDocTreeVisitor.visitParam
(ParamTree node, P p) Visits aParamTree
node.SimpleTreeVisitor.visitParameterizedType
(ParameterizedTypeTree node, P p) Visits aParameterizedTypeTree
node.TreeScanner.visitParameterizedType
(ParameterizedTypeTree node, P p) Visits aParameterizedTypeTree
node.SimpleTreeVisitor.visitParenthesized
(ParenthesizedTree node, P p) Visits aParenthesizedTree
node.TreeScanner.visitParenthesized
(ParenthesizedTree node, P p) Visits aParenthesizedTree
node.SimpleTreeVisitor.visitPatternCaseLabel
(PatternCaseLabelTree node, P p) Visits aPatternCaseLabelTree
node.TreeScanner.visitPatternCaseLabel
(PatternCaseLabelTree node, P p) Visits aPatternCaseLabelTree
node.SimpleTreeVisitor.visitPrimitiveType
(PrimitiveTypeTree node, P p) Visits aPrimitiveTypeTree
node.TreeScanner.visitPrimitiveType
(PrimitiveTypeTree node, P p) Visits aPrimitiveTypeTree
node.DocTreeScanner.visitProvides
(ProvidesTree node, P p) Visits aProvidesTree
node.SimpleDocTreeVisitor.visitProvides
(ProvidesTree node, P p) Visits aProvidesTree
node.SimpleTreeVisitor.visitProvides
(ProvidesTree node, P p) Visits aProvidesTree
node.TreeScanner.visitProvides
(ProvidesTree node, P p) Visits aProvidesTree
node.DocTreeScanner.visitReference
(ReferenceTree node, P p) Visits aReferenceTree
node.SimpleDocTreeVisitor.visitReference
(ReferenceTree node, P p) Visits aReferenceTree
node.SimpleTreeVisitor.visitRequires
(RequiresTree node, P p) Visits aRequiresTree
node.TreeScanner.visitRequires
(RequiresTree node, P p) Visits aRequiresTree
node.DocTreeScanner.visitReturn
(ReturnTree node, P p) Visits aReturnTree
node.SimpleDocTreeVisitor.visitReturn
(ReturnTree node, P p) Visits aReturnTree
node.SimpleTreeVisitor.visitReturn
(ReturnTree node, P p) Visits aReturnTree
node.TreeScanner.visitReturn
(ReturnTree node, P p) Visits aReturnTree
node.Visits aSeeTree
node.Visits aSeeTree
node.DocTreeScanner.visitSerial
(SerialTree node, P p) Visits aSerialTree
node.SimpleDocTreeVisitor.visitSerial
(SerialTree node, P p) Visits aSerialTree
node.DocTreeScanner.visitSerialData
(SerialDataTree node, P p) Visits aSerialDataTree
node.SimpleDocTreeVisitor.visitSerialData
(SerialDataTree node, P p) Visits aSerialDataTree
node.DocTreeScanner.visitSerialField
(SerialFieldTree node, P p) Visits aSerialFieldTree
node.SimpleDocTreeVisitor.visitSerialField
(SerialFieldTree node, P p) Visits aSerialFieldTree
node.DocTreeScanner.visitSince
(SinceTree node, P p) Visits aSinceTree
node.SimpleDocTreeVisitor.visitSince
(SinceTree node, P p) Visits aSinceTree
node.DocTreeScanner.visitSnippet
(SnippetTree node, P p) Visits aSnippetTree
node.SimpleDocTreeVisitor.visitSnippet
(SnippetTree node, P p) Visits aSnippetTree
node.Visits aSpecTree
node.Visits aSpecTree
node.DocTreeScanner.visitStartElement
(StartElementTree node, P p) Visits aStartElementTree
node.SimpleDocTreeVisitor.visitStartElement
(StartElementTree node, P p) Visits aStartElementTree
node.SimpleTreeVisitor.visitStringTemplate
(StringTemplateTreePREVIEW node, P p) Preview.Visits a StringTemplateTree node.TreeScanner.visitStringTemplate
(StringTemplateTreePREVIEW node, P p) Preview.Visits a StringTemplateTree node.DocTreeScanner.visitSummary
(SummaryTree node, P p) Visits aSummaryTree
node.SimpleDocTreeVisitor.visitSummary
(SummaryTree node, P p) Visits aSummaryTree
node.SimpleTreeVisitor.visitSwitch
(SwitchTree node, P p) Visits aSwitchTree
node.TreeScanner.visitSwitch
(SwitchTree node, P p) Visits aSwitchTree
node.SimpleTreeVisitor.visitSwitchExpression
(SwitchExpressionTree node, P p) Visits aSwitchExpressionTree
node.TreeScanner.visitSwitchExpression
(SwitchExpressionTree node, P p) Visits aSwitchExpressionTree
node.SimpleTreeVisitor.visitSynchronized
(SynchronizedTree node, P p) Visits aSynchronizedTree
node.TreeScanner.visitSynchronized
(SynchronizedTree node, P p) Visits aSynchronizedTree
node.DocTreeScanner.visitSystemProperty
(SystemPropertyTree node, P p) Visits aSystemPropertyTree
node.SimpleDocTreeVisitor.visitSystemProperty
(SystemPropertyTree node, P p) Visits aSystemPropertyTree
node.Visits aTextTree
node.Visits aTextTree
node.SimpleTreeVisitor.visitThrow
(ThrowTree node, P p) Visits aThrowTree
node.TreeScanner.visitThrow
(ThrowTree node, P p) Visits aThrowTree
node.DocTreeScanner.visitThrows
(ThrowsTree node, P p) Visits aThrowsTree
node.SimpleDocTreeVisitor.visitThrows
(ThrowsTree node, P p) Visits aThrowsTree
node.Visits aTryTree
node.Visits aTryTree
node.SimpleTreeVisitor.visitTypeCast
(TypeCastTree node, P p) Visits aTypeCastTree
node.TreeScanner.visitTypeCast
(TypeCastTree node, P p) Visits aTypeCastTree
node.SimpleTreeVisitor.visitTypeParameter
(TypeParameterTree node, P p) Visits aTypeParameterTree
node.TreeScanner.visitTypeParameter
(TypeParameterTree node, P p) Visits aTypeParameterTree
node.SimpleTreeVisitor.visitUnary
(UnaryTree node, P p) Visits aUnaryTree
node.TreeScanner.visitUnary
(UnaryTree node, P p) Visits aUnaryTree
node.SimpleTreeVisitor.visitUnionType
(UnionTypeTree node, P p) Visits aUnionTypeTree
node.TreeScanner.visitUnionType
(UnionTypeTree node, P p) Visits aUnionTypeTree
node.DocTreeScanner.visitUnknownBlockTag
(UnknownBlockTagTree node, P p) Visits anUnknownBlockTagTree
node.SimpleDocTreeVisitor.visitUnknownBlockTag
(UnknownBlockTagTree node, P p) Visits anUnknownBlockTagTree
node.DocTreeScanner.visitUnknownInlineTag
(UnknownInlineTagTree node, P p) Visits anUnknownInlineTagTree
node.SimpleDocTreeVisitor.visitUnknownInlineTag
(UnknownInlineTagTree node, P p) Visits anUnknownInlineTagTree
node.Visits aUsesTree
node.Visits aUsesTree
node.Visits aUsesTree
node.Visits aUsesTree
node.DocTreeScanner.visitValue
(ValueTree node, P p) Visits aValueTree
node.SimpleDocTreeVisitor.visitValue
(ValueTree node, P p) Visits aValueTree
node.SimpleTreeVisitor.visitVariable
(VariableTree node, P p) Visits aVariableTree
node.TreeScanner.visitVariable
(VariableTree node, P p) Visits aVariableTree
node.DocTreeScanner.visitVersion
(VersionTree node, P p) Visits aVersionTree
node.SimpleDocTreeVisitor.visitVersion
(VersionTree node, P p) Visits aVersionTree
node.SimpleTreeVisitor.visitWhileLoop
(WhileLoopTree node, P p) Visits aWhileLoopTree
node.TreeScanner.visitWhileLoop
(WhileLoopTree node, P p) Visits aWhileLoopTree
node.SimpleTreeVisitor.visitWildcard
(WildcardTree node, P p) Visits aWildcardTypeTree
node.TreeScanner.visitWildcard
(WildcardTree node, P p) Visits aWildcardTypeTree
node.SimpleTreeVisitor.visitYield
(YieldTree node, P p) Visits aYieldTree
node.TreeScanner.visitYield
(YieldTree node, P p) Visits aYieldTree
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 TypeMethodDescriptionint
ByteArrayInputStream.available()
Returns the number of remaining bytes that can be read (or skipped over) from this input stream.int
FileInputStream.available()
Returns an estimate of the number of remaining bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.int
FilterInputStream.available()
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.int
ObjectInputStream.available()
Returns the number of bytes that can be read without blocking.int
PipedInputStream.available()
Returns the number of bytes that can be read from this input stream without blocking.int
SequenceInputStream.available()
Returns an estimate of the number of bytes that can be read (or skipped over) from the current underlying input stream without blocking by the next invocation of a method for the current underlying input stream.int
StringBufferInputStream.available()
Deprecated.Returns the number of bytes that can be read from the input stream without blocking.void
ByteArrayInputStream.close()
Closing aByteArrayInputStream
has no effect.void
ByteArrayOutputStream.close()
Closing aByteArrayOutputStream
has no effect.void
FileInputStream.close()
Closes this file input stream and releases any system resources associated with the stream.void
FileOutputStream.close()
Closes this file output stream and releases any system resources associated with this stream.void
FilterInputStream.close()
Closes this input stream and releases any system resources associated with the stream.void
FilterOutputStream.close()
Closes this output stream and releases any system resources associated with the stream.void
ObjectInputStream.close()
Closes this input stream and releases any system resources associated with the stream.void
ObjectOutputStream.close()
Closes the stream.void
PipedInputStream.close()
Closes this input stream and releases any system resources associated with the stream.void
PipedOutputStream.close()
Closes this piped output stream and releases any system resources associated with this stream.void
PrintStream.close()
Closes the stream.void
SequenceInputStream.close()
Closes this input stream and releases any system resources associated with 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
ObjectOutputStream.flush()
Flushes the stream.void
PipedOutputStream.flush()
Flushes this output stream and forces any buffered output bytes to be written out.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).InvalidClassException.getMessage()
Produce the message and include the classname, if present.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.void
ByteArrayInputStream.mark
(int readAheadLimit) Set the current marked position in the stream.void
FilterInputStream.mark
(int readlimit) Marks the current position in this input stream.boolean
ByteArrayInputStream.markSupported()
Tests if thisInputStream
supports mark/reset.boolean
FilterInputStream.markSupported()
Tests if this input stream supports themark
andreset
methods.FilePermission.newPermissionCollection()
Returns a new PermissionCollection object for storing FilePermission objects.int
ByteArrayInputStream.read()
Reads the next byte of data from this input stream.int
ByteArrayInputStream.read
(byte[] b, int off, int len) Reads up tolen
bytes of data into an array of bytes from this input stream.int
FileInputStream.read()
Reads a byte of data from this input stream.int
FileInputStream.read
(byte[] b) Reads up tob.length
bytes of data from this input stream into an array of bytes.int
FileInputStream.read
(byte[] b, int off, int len) Reads up tolen
bytes of data from this input stream into an array of bytes.int
FilterInputStream.read()
Reads the next byte of data from the input stream.int
FilterInputStream.read
(byte[] b) Reads up tob.length
bytes of data from this input stream into an array of bytes.int
FilterInputStream.read
(byte[] b, int off, int len) Reads up tolen
bytes of data from this input stream into an array of bytes.int
ObjectInputStream.read()
Reads a byte of data.int
ObjectInputStream.read
(byte[] buf, int off, int len) Reads into an array of bytes.int
PipedInputStream.read()
Reads the next byte of data from this piped input stream.int
PipedInputStream.read
(byte[] b, int off, int len) Reads up tolen
bytes of data from this piped input stream into an array of bytes.int
SequenceInputStream.read()
Reads the next byte of data from the input stream.int
SequenceInputStream.read
(byte[] b, int off, int len) Reads up tolen
bytes of data from this input stream into an array of bytes.int
StringBufferInputStream.read()
Deprecated.Reads the next byte of data from this input stream.int
StringBufferInputStream.read
(byte[] b, int off, int len) Deprecated.Reads up tolen
bytes of data from this input stream into an array of bytes.byte[]
ByteArrayInputStream.readAllBytes()
int
ByteArrayInputStream.readNBytes
(byte[] b, int off, int len) void
ByteArrayInputStream.reset()
Resets the buffer to the marked position.void
FilterInputStream.reset()
Repositions this stream to the position at the time themark
method was last called on this input stream.void
StringBufferInputStream.reset()
Deprecated.Resets the input stream to begin reading from the first character of this input stream's underlying buffer.long
ByteArrayInputStream.skip
(long n) Skipsn
bytes of input from this input stream.long
FileInputStream.skip
(long n) Skips over and discardsn
bytes of data from the input stream.long
FilterInputStream.skip
(long n) Skips over and discardsn
bytes of data from the input stream.long
StringBufferInputStream.skip
(long n) Deprecated.Skipsn
bytes of input from this input stream.int
ObjectInputStream.skipBytes
(int len) Skips bytes.ByteArrayOutputStream.toString()
Converts the buffer's contents into a string decoding bytes using the default charset.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
ByteArrayOutputStream.write
(byte[] b, int off, int len) Writeslen
bytes from the specified byte array starting at offsetoff
to thisByteArrayOutputStream
.void
ByteArrayOutputStream.write
(int b) Writes the specified byte to thisByteArrayOutputStream
.void
FileOutputStream.write
(byte[] b) Writesb.length
bytes from the specified byte array to this file output stream.void
FileOutputStream.write
(byte[] b, int off, int len) Writeslen
bytes from the specified byte array starting at offsetoff
to this file output stream.void
FileOutputStream.write
(int b) Writes the specified byte to this file 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
ObjectOutputStream.write
(byte[] buf) Writes an array of bytes.void
ObjectOutputStream.write
(byte[] buf, int off, int len) Writes a sub array of bytes.void
ObjectOutputStream.write
(int val) Writes a byte.void
PipedOutputStream.write
(byte[] b, int off, int len) Writeslen
bytes from the specified byte array starting at offsetoff
to this piped output stream.void
PipedOutputStream.write
(int b) Writes the specifiedbyte
to the piped 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
Thread.Builder.OfPlatform.inheritInheritableThreadLocals
(boolean inherit) Thread.Builder.OfVirtual.inheritInheritableThreadLocals
(boolean inherit) 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) StringBuffer.repeat
(int codePoint, int count) StringBuffer.repeat
(CharSequence cs, int count) StringBuilder.repeat
(int codePoint, int count) StringBuilder.repeat
(CharSequence cs, int count) 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()
This method is run by the thread when it executes.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) Boolean.toString()
Returns aString
object representing this Boolean's value.Byte.toString()
Returns aString
object representing thisByte
's value.Character.toString()
Returns aString
object representing thisCharacter
's value.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.Short.toString()
Returns aString
object representing thisShort
's value.StackTraceElement.toString()
Returns a string representation of this stack trace element.StringBuffer.toString()
StringBuilder.toString()
void
StringBuffer.trimToSize()
Thread.Builder.OfPlatform.uncaughtExceptionHandler
(Thread.UncaughtExceptionHandler ueh) Thread.Builder.OfVirtual.uncaughtExceptionHandler
(Thread.UncaughtExceptionHandler ueh) -
Uses of Override in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptiondefault void
Integrate theClassFileElement
PREVIEW into the entity being built.default ClassTransformPREVIEW
ClassTransform.andThen
(ClassTransformPREVIEW t) default CodeTransformPREVIEW
CodeTransform.andThen
(CodeTransformPREVIEW t) default FieldTransformPREVIEW
FieldTransform.andThen
(FieldTransformPREVIEW t) default MethodTransformPREVIEW
MethodTransform.andThen
(MethodTransformPREVIEW t) final AttributeMapperPREVIEW
<T> CustomAttribute.attributeMapper()
final String
CustomAttribute.attributeName()
CompoundElement.iterator()
Returns anIterator
describing all the elements contained in this compound element.ClassTransform.resolve
(ClassBuilderPREVIEW builder) CodeTransform.resolve
(CodeBuilderPREVIEW builder) FieldTransform.resolve
(FieldBuilderPREVIEW builder) MethodTransform.resolve
(MethodBuilderPREVIEW builder) final void
-
Uses of Override in java.lang.classfile.attributePREVIEW
-
Uses of Override in java.lang.classfile.constantpoolPREVIEW
Modifier and TypeMethodDescriptiondefault ConstantDesc
ClassEntry.constantValue()
default ConstantDesc
ConstantDynamicEntry.constantValue()
ConstantValueEntry.constantValue()
Returns the constant value.default ConstantDesc
MethodHandleEntry.constantValue()
default ConstantDesc
MethodTypeEntry.constantValue()
ConstantPool.iterator()
Returns an iterator over pool entries.ConstantDynamicEntry.typeKind()
Returns the type of the constant.DoubleEntry.typeKind()
Returns the type of the constant.FloatEntry.typeKind()
Returns the type of the constant.IntegerEntry.typeKind()
Returns the type of the constant.LongEntry.typeKind()
Returns the type of the constant. -
Uses of Override in java.lang.classfile.instructionPREVIEW
Modifier and TypeMethodDescriptionConstantInstruction.ArgumentConstantInstruction.constantValue()
ConstantInstruction.ArgumentConstantInstruction.typeKind()
Returns the type of the constant.ConstantInstruction.IntrinsicConstantInstruction.typeKind()
Returns the type of the constant.ConstantInstruction.LoadConstantInstruction.typeKind()
Returns the type of the constant. -
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.boolean
Compare the specified object with this descriptor for equality.boolean
Compare the specified object with this descriptor for equality.final int
DynamicCallSiteDesc.hashCode()
final int
DynamicConstantDesc.hashCode()
Class
<?> ClassDesc.resolveConstantDesc
(MethodHandles.Lookup lookup) MethodHandleDesc.resolveConstantDesc
(MethodHandles.Lookup lookup) MethodTypeDesc.resolveConstantDesc
(MethodHandles.Lookup lookup) 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.foreign
Modifier and TypeMethodDescriptionArena.allocate
(long byteSize, long byteAlignment) Returns a native memory segment with the given size (in bytes) and alignment constraint (in bytes).void
Arena.close()
Closes this arena.boolean
Compares the specified object with this memory segment for equality.boolean
Returnstrue
, if the provided object is also a scope, which models the same lifetime as that modeled by this scope.int
MemorySegment.hashCode()
Returns the hash code value for this memory segment.int
MemorySegment.Scope.hashCode()
Returns the hash code of this scope object.MemoryLayout.toString()
Returns the string representation of this layout.AddressLayout.withByteAlignment
(long byteAlignment) Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).GroupLayout.withByteAlignment
(long byteAlignment) Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).StructLayout.withByteAlignment
(long byteAlignment) Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).UnionLayout.withByteAlignment
(long byteAlignment) Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).ValueLayout.OfBoolean.withByteAlignment
(long byteAlignment) Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).ValueLayout.OfByte.withByteAlignment
(long byteAlignment) Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).ValueLayout.OfChar.withByteAlignment
(long byteAlignment) Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).ValueLayout.OfDouble.withByteAlignment
(long byteAlignment) Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).ValueLayout.OfFloat.withByteAlignment
(long byteAlignment) Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).ValueLayout.OfInt.withByteAlignment
(long byteAlignment) Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).ValueLayout.OfLong.withByteAlignment
(long byteAlignment) Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).ValueLayout.OfShort.withByteAlignment
(long byteAlignment) Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).ValueLayout.withByteAlignment
(long byteAlignment) Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a memory layout with the same characteristics as this layout, but with the given name.Returns a value layout with the same characteristics as this layout, but with the given byte order.Returns a value layout with the same characteristics as this layout, but with the given byte order.Returns a value layout with the same characteristics as this layout, but with the given byte order.Returns a value layout with the same characteristics as this layout, but with the given byte order.Returns a value layout with the same characteristics as this layout, but with the given byte order.Returns a value layout with the same characteristics as this layout, but with the given byte order.Returns a value layout with the same characteristics as this layout, but with the given byte order.Returns a value layout with the same characteristics as this layout, but with the given byte order.Returns a value layout with the same characteristics as this layout, but with the given byte order.AddressLayout.withoutName()
Returns a memory layout with the same characteristics as this layout, but with no name.GroupLayout.withoutName()
Returns a memory layout with the same characteristics as this layout, but with no name.PaddingLayout.withoutName()
Returns a memory layout with the same characteristics as this layout, but with no name.StructLayout.withoutName()
Returns a memory layout with the same characteristics as this layout, but with no name.UnionLayout.withoutName()
Returns a memory layout with the same characteristics as this layout, but with no name.ValueLayout.OfBoolean.withoutName()
Returns a memory layout with the same characteristics as this layout, but with no name.ValueLayout.OfByte.withoutName()
Returns a memory layout with the same characteristics as this layout, but with no name.ValueLayout.OfChar.withoutName()
Returns a memory layout with the same characteristics as this layout, but with no name.ValueLayout.OfDouble.withoutName()
Returns a memory layout with the same characteristics as this layout, but with no name.ValueLayout.OfFloat.withoutName()
Returns a memory layout with the same characteristics as this layout, but with no name.ValueLayout.OfInt.withoutName()
Returns a memory layout with the same characteristics as this layout, but with no name.ValueLayout.OfLong.withoutName()
Returns a memory layout with the same characteristics as this layout, but with no name.ValueLayout.OfShort.withoutName()
Returns a memory layout with the same characteristics as this layout, but with no name.ValueLayout.withoutName()
Returns a memory layout with the same characteristics as this layout, but with no name. -
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 the 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 TypeMethodDescriptionExecutable.accessFlags()
Returns an unmodifiable set of the access flags for the executable represented by this object, possibly empty.Field.accessFlags()
Returns an unmodifiable set of the access flags for this field, possibly empty.boolean
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
.int
BigInteger.compareTo
(BigInteger val) Compares this BigInteger with the specified BigInteger.double
BigDecimal.doubleValue()
Converts thisBigDecimal
to adouble
.boolean
Compares thisBigDecimal
with the specifiedObject
for equality.boolean
Compares this BigInteger with the specified Object for equality.float
BigDecimal.floatValue()
Converts thisBigDecimal
to afloat
.int
BigDecimal.hashCode()
Returns the hash code for thisBigDecimal
.int
BigInteger.hashCode()
Returns the hash code for this BigInteger.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
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.boolean
Returns true if, this.getActions().equals(p.getActions()) and p's url equals this's url.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.final int
Proxy.hashCode()
Returns a hash code value for this Proxy.int
SocketPermission.hashCode()
Returns the hash code value for this object.int
UnixDomainSocketAddress.hashCode()
Returns the hash code of thisUnixDomainSocketAddress
int
URLPermission.hashCode()
Returns a hashcode calculated from the hashcode of the actions String and the url string.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 a 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 TypeMethodDescriptionvoid
HttpClient.close()
Initiates an orderly shutdown in which requests previously submitted tosend
orsendAsync
are run to completion, but no new request will be accepted.final 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.charset
-
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.boolean
Tests this path for equality with the given object.DirectoryIteratorException.getCause()
Returns the cause of this exception.FileSystemException.getMessage()
Returns the detail message string.int
Path.hashCode()
Computes a hash code for this path.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.Path.toString()
Returns the string representation of this path.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.rmi.server
Modifier and TypeMethodDescriptionint
ObjID.hashCode()
Returns the hash code value for this object identifier, the object number. -
Uses of Override in java.security
Modifier and TypeMethodDescriptionvoid
Permissions.add
(Permission permission) Adds aPermission
object to thePermissionCollection
for the class the permission belongs to.void
Provider.clear()
Clears thisProvider
so that it no longer contains the properties used to look up facilities implemented by theProvider
.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 thePermission
objects in all thePermissionCollection
objects in thisPermissions
object.Provider.entrySet()
Returns an unmodifiable Set view of the property entries contained in thisProvider
.boolean
Deprecated, for removal: This API element is subject to removal in a future version.Checks twoAccessControlContext
objects for equality.boolean
Checks twoAllPermission
objects for equality.boolean
Checks twoBasicPermission
objects for equality.boolean
Tests for equality between the specified object and this code signer.boolean
Tests for equality between the specified object and this object.final boolean
Deprecated, for removal: This API element is subject to removal in a future version.Tests for equality between the specified object and thisIdentity
.abstract boolean
Checks twoPermission
objects for equality.boolean
Compares thisPKCS12Attribute
and a specified object for equality.boolean
Compares thisPrincipal
to the specified object.boolean
Checks twoUnresolvedPermission
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 aBasicPermission
.UnresolvedPermission.getActions()
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for anUnresolvedPermission
.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
AccessControlContext.hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the hash code value for this context.int
AllPermission.hashCode()
Returns the hash code value for this object.int
BasicPermission.hashCode()
Returns the hash code value for this object.int
CodeSigner.hashCode()
Returns the hash code value for this code signer.int
CodeSource.hashCode()
Returns the hash code value for this object.int
Identity.hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the hashcode for thisIdentity
.abstract int
Permission.hashCode()
Returns the hash code value for thisPermission
object.int
PKCS12Attribute.hashCode()
Returns the hashcode for thisPKCS12Attribute
.int
Principal.hashCode()
Returns a hashcode for thisPrincipal
.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'sPermissionCollection
for permissions of the specified permission's class implies the permissions expressed in the permission object.boolean
UnresolvedPermission.implies
(Permission p) This method always returnsfalse
for unresolved permissions.Provider.keySet()
Returns an unmodifiable Set view of the property keys contained in thisProvider
.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 withnull
, associates it with the given value.BasicPermission.newPermissionCollection()
Returns a newPermissionCollection
object for storingBasicPermission
objects.UnresolvedPermission.newPermissionCollection()
Returns a new PermissionCollection object for storingUnresolvedPermission
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 the mappings from the specified Map to thisProvider
.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 thisCodeSource
, 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 aProtectionDomain
to aString
.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 thisUnresolvedPermission
.Provider.values()
Returns an unmodifiable Collection view of the property values contained in thisProvider
. -
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 this certificate for equality with the specified object.boolean
Compares this certification path for equality with the specified object.boolean
Compares the specified object with this parameters object for equality.boolean
Compares this CRL for equality with the given object.boolean
Compares this CRL entry for equality with the given object.int
Certificate.hashCode()
Returns the hashcode value for this certificate from its encoded form.int
CertPath.hashCode()
Returns the hashcode value for this certification path.int
URICertStoreParameters.hashCode()
Returns a hash code value for this parameters object.int
X509CRL.hashCode()
Returns a hashcode value for this CRL from its encoded form.int
X509CRLEntry.hashCode()
Returns the hashcode value for this CRL entry from its encoded form.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.security.interfaces
Modifier and TypeMethodDescriptiondefault DSAParams
DSAPrivateKey.getParams()
Returns the parameters associated with this key.default DSAParams
DSAPublicKey.getParams()
Returns the parameters associated with this key.default ECParameterSpec
ECPrivateKey.getParams()
Returns the parameters associated with this key.default ECParameterSpec
ECPublicKey.getParams()
Returns the parameters associated with this key.default NamedParameterSpec
EdECPrivateKey.getParams()
Returns the parameters associated with this key.default NamedParameterSpec
EdECPublicKey.getParams()
Returns the parameters associated with this key.default AlgorithmParameterSpec
RSAPrivateKey.getParams()
Returns the parameters associated with this key.default AlgorithmParameterSpec
RSAPublicKey.getParams()
Returns the parameters associated with this key.default AlgorithmParameterSpec
XECPrivateKey.getParams()
Returns the parameters associated with this key.default AlgorithmParameterSpec
XECPublicKey.getParams()
Returns the parameters associated with this key. -
Uses of Override in java.security.spec
Modifier and TypeMethodDescriptionboolean
Compares this finite field for equality with the specified object.boolean
Compares this prime finite field for equality with the specified object.boolean
Compares this elliptic curve point for equality with the specified object.int
ECFieldF2m.hashCode()
Returns the hash code value for this characteristic 2 finite field.int
ECFieldFp.hashCode()
Returns a hash code value for this prime finite field.int
ECPoint.hashCode()
Returns the hash code value for this elliptic curve point. -
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 iteratorChoiceFormat.clone()
Overrides CloneableCollator.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 specified object with thisChoiceFormat
for equality.boolean
Compares the equality of two Collators.boolean
Compares the specified object with thisCompactNumberFormat
for equality.boolean
Compares the specified object with thisDateFormatSymbols
for equality.boolean
Compares the specified object with thisDecimalFormat
for equality.boolean
Compares the specified object with thisDecimalFormatSymbols
for equality.boolean
Overrides equalsboolean
Compares the specified object with thisListFormat
for equality.boolean
Compares the specified object with thisMessageFormat
for equality.boolean
Compares the specified object with thisNumberFormat
for equality.boolean
Overrides equalsboolean
Compares the equality of two collation objects.boolean
Compares the specified object with thisSimpleDateFormat
for equality.ChoiceFormat.format
(double number, StringBuffer toAppendTo, FieldPosition status) Returns pattern with formatted double.ChoiceFormat.format
(long number, StringBuffer toAppendTo, FieldPosition status) Specialization of format.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.ListFormat.format
(Object obj, StringBuffer toAppendTo, FieldPosition pos) Formats an object and appends the resulting text to a 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.int
ChoiceFormat.hashCode()
Returns the hash code for thisChoiceFormat
.abstract int
Collator.hashCode()
Generates the hash code for this Collator.int
CompactNumberFormat.hashCode()
Returns the hash code for thisCompactNumberFormat
.int
DateFormatSymbols.hashCode()
Returns the hash code for thisDateFormatSymbols
.int
DecimalFormat.hashCode()
Returns the hash code for thisDecimalFormat
.int
DecimalFormatSymbols.hashCode()
Returns the hash code for thisDecimalFormatSymbols
.int
FieldPosition.hashCode()
Returns a hash code for this FieldPosition.int
MessageFormat.hashCode()
Returns the hash code value for thisMessageFormat
.int
NumberFormat.hashCode()
Returns the hash code for thisNumberFormat
.int
ParsePosition.hashCode()
Returns a hash code for this ParsePosition.int
RuleBasedCollator.hashCode()
Generates the hash code for the table-based collation objectint
SimpleDateFormat.hashCode()
Returns the hash code value for thisSimpleDateFormat
.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.ChoiceFormat.parse
(String text, ParsePosition status) Parses a Number from the input text.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
.ListFormat.parseObject
(String source, ParsePosition parsePos) Parses text from a string to produce a list of strings.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.ChoiceFormat.toString()
Returns a string identifying thisChoiceFormat
, for debugging.CompactNumberFormat.toString()
Returns a string identifying thisCompactNumberFormat
, for debugging.DecimalFormat.toString()
Returns a string identifying thisDecimalFormat
, for debugging.ListFormat.toString()
Returns a string identifying thisListFormat
, for debugging.MessageFormat.toString()
Returns a string identifying thisMessageFormat
, for debugging.SimpleDateFormat.toString()
Returns a string identifying thisSimpleDateFormat
, for debugging. -
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
IsoChronology.isIsoBased()
IsoChronology
is an ISO based chronology, which supports fields inIsoFields
, such asDAY_OF_QUARTER
andQUARTER_OF_YEAR
.boolean
JapaneseChronology.isIsoBased()
JapaneseChronology
is an ISO based chronology, which supports fields inIsoFields
, such asDAY_OF_QUARTER
andQUARTER_OF_YEAR
.boolean
MinguoChronology.isIsoBased()
MinguoChronology
is an ISO based chronology, which supports fields inIsoFields
, such asDAY_OF_QUARTER
andQUARTER_OF_YEAR
.boolean
ThaiBuddhistChronology.isIsoBased()
ThaiBuddhistChronology
is an ISO based chronology, which supports fields inIsoFields
, such asDAY_OF_QUARTER
andQUARTER_OF_YEAR
.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 amountToSubtract, TemporalUnit unit) JapaneseDate.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.MinguoDate.minus
(long amountToSubtract, TemporalUnit unit) MinguoDate.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.ThaiBuddhistDate.minus
(long amountToSubtract, 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 otherTransition) 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 two Dates for ordering.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 (optional operation).Attempts to compute a mapping for the specified key and its current mapped value, ornull
if there is no current mapping (optional operation).Attempts to compute a mapping for the specified key and its current mapped value, ornull
if there is no current mapping (optional operation).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
(optional operation).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
(optional operation).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
(optional operation).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 (optional operation).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 (optional operation).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 (optional operation).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 this bit set against the specified object.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
BitSet.hashCode()
Returns the hash code value for this