Uses of Annotation Interface
java.lang.Override
Package
Description
A Java API for Stream Control Transport Protocol.
Provides an implementation of
Configuration
.Provides utilities for operations on abstract syntax trees (AST).
Provides the classes necessary to create an applet and the classes an applet
uses to communicate with its applet context.
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides interfaces and classes for transferring data between and within
applications.
Provides the Java 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
Provides classes for creating and modifying images.
Contains classes related to developing beans -- components based on
the JavaBeans architecture.
Provides for system input and output through data streams,
serialization and the file system.
Provides classes that are fundamental to the design of the Java
programming language.
Classes and interfaces to represent nominal descriptors for run-time
entities such as classes or method handles, and classfile entities such as
constant pool entries or
invokedynamic
call sites.The
java.lang.invoke
package provides low-level primitives for interacting
with the Java Virtual Machine.Classes to support module descriptors and creating configurations of modules
by means of resolution and service binding.
Provides reference-object classes, which support a limited degree
of interaction with the garbage collector.
Provides classes and interfaces for obtaining reflective information about
classes and objects.
Provides classes for performing arbitrary-precision integer
arithmetic (
BigInteger
) and arbitrary-precision decimal
arithmetic (BigDecimal
).Provides the classes for implementing networking applications.
HTTP Client and WebSocket APIs
Defines buffers, which are containers for data, and provides an
overview of the other NIO packages.
Defines channels, which represent connections to entities that are capable of
performing I/O operations, such as files and sockets; defines selectors, for
multiplexed, non-blocking I/O operations.
Defines interfaces and classes for the Java virtual machine to access files,
file attributes, and file systems.
Interfaces and classes providing access to file and file system attributes.
Provides the classes and interfaces for the security framework.
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
Provides the API for accessing and processing data stored in a
data source (usually a relational database) using the
Java programming language.
Provides classes and interfaces for handling text, dates, numbers,
and messages in a manner independent of natural languages.
The main API for dates, times, instants, and durations.
Generic API for calendar systems other than the default ISO.
Provides classes to print and parse dates and times.
Access to date and time using fields and units, and date time adjusters.
Support for time-zones and their rules.
Contains the collections framework, some internationalization support classes,
a service loader, properties, random number generation, string parsing
and scanning classes, base64 encoding and decoding, a bit array, and
several miscellaneous utility classes.
Utility classes commonly useful in concurrent programming.
Provides the classes and interfaces of
the Java 2 platform's core logging facilities.
Service provider classes for the classes in the java.util package.
Classes to support functional-style operations on streams of elements, such
as map-reduce transformations on collections.
Provides classes for reading and writing the standard ZIP and GZIP file
formats.
Provides the classes and interfaces for cryptographic
operations.
Public classes used by the built-in TIFF plug-ins.
Interfaces used to model elements of the Java programming language.
Interfaces used to model Java programming language types.
Utilities to assist in the processing of
program elements and
types.
Provides the core classes for the Java Management Extensions.
Provides the definition of the ModelMBean classes.
Provides the definition of the monitor classes.
Provides the open data types and Open MBean descriptor classes.
Interfaces for remote access to
JMX MBean servers.
The RMI connector is a connector for the JMX Remote API that
uses RMI to transmit client requests to a remote MBean server.
Provides classes for the secure socket package.
This package provides a framework for authentication and
authorization.
This package contains utility classes related to the Kerberos network
authentication protocol.
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI
(Musical Instrument Digital Interface) data.
Provides interfaces and classes for capture, processing, and playback of
sampled audio data.
Provides the API for server side data source access and processing from
the Java programming language.
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides classes and interface for drawing specialized borders around a Swing
component.
Provides for events fired by Swing components.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
Provides user interface objects that combine two or more look and feels.
Provides user interface objects built according to the cross-platform Nimbus
look and feel.
Synth is a skinnable look and feel in which all painting is delegated.
Provides classes and interfaces for dealing with
javax.swing.JTable
.Provides classes and interfaces that deal with editable and noneditable text
components.
Provides interfaces for tools which can be invoked from a program,
for example, compilers.
Provides the classes for implementing
XML Catalogs OASIS Standard V1.1, 7 October 2005.
Defines XML/Java Type Mappings.
Provides the classes for processing XML documents with a SAX (Simple API for XML)
parser or a DOM (Document Object Model) Document builder.
Defines interfaces and classes for the Streaming API for XML (StAX).
Defines the generic APIs for processing transformation instructions,
and performing a transformation from source to result.
Provides DOM specific transformation classes.
Provides SAX specific transformation classes.
Provides StAX specific transformation classes.
Provides stream and URI specific transformation classes.
Provides an object-model neutral API for the
evaluation of XPath expressions and access to the evaluation
environment.
Contains interfaces and classes that are used to link an
invokedynamic
call site.Contains the linker for ordinary Java objects.
Contains classes that make it more convenient for language runtimes to
implement their own language-specific object models and type conversions
by providing basic implementations of some classes as well as various
utilities.
Contains classes that make using Dynalink more convenient by providing
basic implementations of some classes as well as various utilities.
Classes to support low-level and efficient foreign memory/function access, directly from Java.
Incubating Feature. Will be removed in a future release.
The Doclet API provides an environment which, in conjunction with
the Language Model API and Compiler Tree API, allows clients
to inspect the source-level structures of programs and
libraries, including API comments embedded in the source.
This package provides classes to create events and control Flight Recorder.
This package contains classes for consuming Flight Recorder data.
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL),
which interactively evaluate "snippets" of Java programming language code.
Provides implementation support for building JShell execution engines.
Defines the Service Provider Interface for pluggable JShell execution engines.
This package contains classes to control and monitor Flight Recorder over Java Management Extensions (JMX).
Provides helper classes, including
support for bootstrapping SAX-based applications.
-
Uses of Override in com.sun.nio.sctp
Modifier and TypeMethodDescriptionabstract Association
SendFailedNotification.association()
Returns the association that this notification is applicable to.boolean
Returns true if the specified object is anotherInitMaxStreams
instance with the same number of in and out bound streams.AbstractNotificationHandler.handleNotification
(Notification notification, T attachment) Invoked when an implementation specific notification is received from the SCTP stack.int
SctpStandardSocketOptions.InitMaxStreams.hashCode()
Returns a hash code value for this init max streams.SctpStandardSocketOptions.InitMaxStreams.toString()
Returns a string representation of this init max streams, including the maximum in and out bound streams.final int
SctpChannel.validOps()
Returns an operation set identifying this channel's supported operations.final int
SctpMultiChannel.validOps()
Returns an operation set identifying this channel's supported operations.final int
SctpServerChannel.validOps()
Returns an operation set identifying this channel's supported operations. -
Uses of Override in com.sun.security.auth.login
Modifier and TypeMethodDescriptionConfigFile.getAppConfigurationEntry
(String applicationName) Retrieve an entry from theConfiguration
using an application name as an index.void
ConfigFile.refresh()
Refresh and reload theConfiguration
by re-reading all of the login configurations. -
Uses of Override in com.sun.source.util
Modifier and TypeMethodDescriptionDocTreePath.iterator()
TreePath.iterator()
Iterates from leaves to root.Scans a single node.Scans a single node.SimpleTreeVisitor.visitAnnotatedType
(AnnotatedTypeTree node, P p) Visits an AnnotatedTypeTree node.TreeScanner.visitAnnotatedType
(AnnotatedTypeTree node, P p) Visits an AnnotatedTypeTree node.SimpleTreeVisitor.visitAnnotation
(AnnotationTree node, P p) Visits an AnnotatedTree node.TreeScanner.visitAnnotation
(AnnotationTree node, P p) Visits an AnnotatedTree node.SimpleTreeVisitor.visitArrayAccess
(ArrayAccessTree node, P p) Visits an ArrayAccessTree node.TreeScanner.visitArrayAccess
(ArrayAccessTree node, P p) Visits an ArrayAccessTree node.SimpleTreeVisitor.visitArrayType
(ArrayTypeTree node, P p) Visits an ArrayTypeTree node.TreeScanner.visitArrayType
(ArrayTypeTree node, P p) Visits an ArrayTypeTree node.SimpleTreeVisitor.visitAssert
(AssertTree node, P p) Visits an AssertTree node.TreeScanner.visitAssert
(AssertTree node, P p) Visits an AssertTree node.SimpleTreeVisitor.visitAssignment
(AssignmentTree node, P p) Visits an AssignmentTree node.TreeScanner.visitAssignment
(AssignmentTree node, P p) Visits an AssignmentTree node.DocTreeScanner.visitAttribute
(AttributeTree node, P p) Visits an AttributeTree node.SimpleDocTreeVisitor.visitAttribute
(AttributeTree node, P p) Visits an AttributeTree node.DocTreeScanner.visitAuthor
(AuthorTree node, P p) Visits an AuthorTree node.SimpleDocTreeVisitor.visitAuthor
(AuthorTree node, P p) Visits an AuthorTree node.SimpleTreeVisitor.visitBinary
(BinaryTree node, P p) Visits a BinaryTree node.TreeScanner.visitBinary
(BinaryTree node, P p) Visits a BinaryTree node.SimpleTreeVisitor.visitBindingPattern
(BindingPatternTree node, P p) Visits an BindingPattern node.TreeScanner.visitBindingPattern
(BindingPatternTree node, P p) Visits an BindingPattern node.SimpleTreeVisitor.visitBlock
(BlockTree node, P p) Visits a BlockTree node.TreeScanner.visitBlock
(BlockTree node, P p) Visits a BlockTree node.SimpleTreeVisitor.visitBreak
(BreakTree node, P p) Visits a BreakTree node.TreeScanner.visitBreak
(BreakTree node, P p) Visits a BreakTree node.Visits a CaseTree node.Visits a CaseTree node.SimpleTreeVisitor.visitCatch
(CatchTree node, P p) Visits a CatchTree node.TreeScanner.visitCatch
(CatchTree node, P p) Visits a CatchTree node.SimpleTreeVisitor.visitClass
(ClassTree node, P p) Visits a ClassTree node.TreeScanner.visitClass
(ClassTree node, P p) Visits a ClassTree node.DocTreeScanner.visitComment
(CommentTree node, P p) Visits a CommentTree node.SimpleDocTreeVisitor.visitComment
(CommentTree node, P p) Visits a CommentTree node.SimpleTreeVisitor.visitCompilationUnit
(CompilationUnitTree node, P p) Visits a CompilationUnitTree node.TreeScanner.visitCompilationUnit
(CompilationUnitTree node, P p) Visits a CompilationUnitTree node.SimpleTreeVisitor.visitCompoundAssignment
(CompoundAssignmentTree node, P p) Visits a CompoundAssignmentTree node.TreeScanner.visitCompoundAssignment
(CompoundAssignmentTree node, P p) Visits a CompoundAssignmentTree node.SimpleTreeVisitor.visitConditionalExpression
(ConditionalExpressionTree node, P p) Visits a ConditionalExpressionTree node.TreeScanner.visitConditionalExpression
(ConditionalExpressionTree node, P p) Visits a ConditionalExpressionTree node.SimpleTreeVisitor.visitContinue
(ContinueTree node, P p) Visits a ContinueTree node.TreeScanner.visitContinue
(ContinueTree node, P p) Visits a ContinueTree node.SimpleTreeVisitor.visitDefaultCaseLabel
(DefaultCaseLabelTreePREVIEW node, P p) Preview.Visits a DefaultCaseLabelTree node.TreeScanner.visitDefaultCaseLabel
(DefaultCaseLabelTreePREVIEW node, P p) Preview.Visits a DefaultCaseLabelTree node.DocTreeScanner.visitDeprecated
(DeprecatedTree node, P p) Visits a DeprecatedTree node.SimpleDocTreeVisitor.visitDeprecated
(DeprecatedTree node, P p) Visits a DeprecatedTree node.DocTreeScanner.visitDocComment
(DocCommentTree node, P p) Visits a DocCommentTree node.SimpleDocTreeVisitor.visitDocComment
(DocCommentTree node, P p) Visits a DocCommentTree node.DocTreeScanner.visitDocRoot
(DocRootTree node, P p) Visits a DocRootTree node.SimpleDocTreeVisitor.visitDocRoot
(DocRootTree node, P p) Visits a DocRootTree node.DocTreeScanner.visitDocType
(DocTypeTree node, P p) Visits a DocTypeTree node.SimpleDocTreeVisitor.visitDocType
(DocTypeTree node, P p) Visits a DocTypeTree node.SimpleTreeVisitor.visitDoWhileLoop
(DoWhileLoopTree node, P p) Visits a DoWhileTree node.TreeScanner.visitDoWhileLoop
(DoWhileLoopTree node, P p) Visits a DoWhileTree node.SimpleTreeVisitor.visitEmptyStatement
(EmptyStatementTree node, P p) Visits an EmptyStatementTree node.TreeScanner.visitEmptyStatement
(EmptyStatementTree node, P p) Visits an EmptyStatementTree node.DocTreeScanner.visitEndElement
(EndElementTree node, P p) Visits an EndElementTree node.SimpleDocTreeVisitor.visitEndElement
(EndElementTree node, P p) Visits an EndElementTree node.SimpleTreeVisitor.visitEnhancedForLoop
(EnhancedForLoopTree node, P p) Visits an EnhancedForLoopTree node.TreeScanner.visitEnhancedForLoop
(EnhancedForLoopTree node, P p) Visits an EnhancedForLoopTree node.DocTreeScanner.visitEntity
(EntityTree node, P p) Visits an EntityTree node.SimpleDocTreeVisitor.visitEntity
(EntityTree node, P p) Visits an EntityTree node.DocTreeScanner.visitErroneous
(ErroneousTree node, P p) Visits an ErroneousTree node.SimpleDocTreeVisitor.visitErroneous
(ErroneousTree node, P p) Visits an ErroneousTree node.SimpleTreeVisitor.visitErroneous
(ErroneousTree node, P p) Visits an ErroneousTree node.TreeScanner.visitErroneous
(ErroneousTree node, P p) Visits an ErroneousTree node.SimpleTreeVisitor.visitExports
(ExportsTree node, P p) Visits an ExportsTree node.TreeScanner.visitExports
(ExportsTree node, P p) Visits an ExportsTree node.SimpleTreeVisitor.visitExpressionStatement
(ExpressionStatementTree node, P p) Visits an ExpressionStatementTree node.TreeScanner.visitExpressionStatement
(ExpressionStatementTree node, P p) Visits an ExpressionStatementTree node.SimpleTreeVisitor.visitForLoop
(ForLoopTree node, P p) Visits a ForLoopTree node.TreeScanner.visitForLoop
(ForLoopTree node, P p) Visits a ForLoopTree node.SimpleTreeVisitor.visitGuardedPattern
(GuardedPatternTreePREVIEW node, P p) Preview.Visits a GuardPatternTree node.TreeScanner.visitGuardedPattern
(GuardedPatternTreePREVIEW node, P p) Preview.Visits a GuardPatternTree node.DocTreeScanner.visitHidden
(HiddenTree node, P p) Visits a HiddenTree node.SimpleDocTreeVisitor.visitHidden
(HiddenTree node, P p) Visits a HiddenTree node.DocTreeScanner.visitIdentifier
(IdentifierTree node, P p) Visits an IdentifierTree node.SimpleDocTreeVisitor.visitIdentifier
(IdentifierTree node, P p) Visits an IdentifierTree node.SimpleTreeVisitor.visitIdentifier
(IdentifierTree node, P p) Visits an IdentifierTree node.TreeScanner.visitIdentifier
(IdentifierTree node, P p) Visits an IdentifierTree node.Visits an IfTree node.Visits an IfTree node.SimpleTreeVisitor.visitImport
(ImportTree node, P p) Visits an ImportTree node.TreeScanner.visitImport
(ImportTree node, P p) Visits an ImportTree node.DocTreeScanner.visitIndex
(IndexTree node, P p) Visits an IndexTree node.SimpleDocTreeVisitor.visitIndex
(IndexTree node, P p) Visits an IndexTree node.DocTreeScanner.visitInheritDoc
(InheritDocTree node, P p) Visits an InheritDocTree node.SimpleDocTreeVisitor.visitInheritDoc
(InheritDocTree node, P p) Visits an InheritDocTree node.SimpleTreeVisitor.visitInstanceOf
(InstanceOfTree node, P p) Visits an InstanceOfTree node.TreeScanner.visitInstanceOf
(InstanceOfTree node, P p) Visits an InstanceOfTree node.SimpleTreeVisitor.visitIntersectionType
(IntersectionTypeTree node, P p) Visits an IntersectionTypeTree node.TreeScanner.visitIntersectionType
(IntersectionTypeTree node, P p) Visits an IntersectionTypeTree node.SimpleTreeVisitor.visitLabeledStatement
(LabeledStatementTree node, P p) Visits a LabeledStatementTree node.TreeScanner.visitLabeledStatement
(LabeledStatementTree node, P p) Visits a LabeledStatementTree node.SimpleTreeVisitor.visitLambdaExpression
(LambdaExpressionTree node, P p) Visits a LambdaExpressionTree node.TreeScanner.visitLambdaExpression
(LambdaExpressionTree node, P p) Visits a LambdaExpressionTree node.Visits a LinkTree node.Visits a LinkTree node.DocTreeScanner.visitLiteral
(LiteralTree node, P p) Visits an LiteralTree node.SimpleDocTreeVisitor.visitLiteral
(LiteralTree node, P p) Visits an LiteralTree node.SimpleTreeVisitor.visitLiteral
(LiteralTree node, P p) Visits a LiteralTree node.TreeScanner.visitLiteral
(LiteralTree node, P p) Visits a LiteralTree node.SimpleTreeVisitor.visitMemberReference
(MemberReferenceTree node, P p) Visits a MemberReferenceTree node.TreeScanner.visitMemberReference
(MemberReferenceTree node, P p) Visits a MemberReferenceTree node.SimpleTreeVisitor.visitMemberSelect
(MemberSelectTree node, P p) Visits a MemberSelectTree node.TreeScanner.visitMemberSelect
(MemberSelectTree node, P p) Visits a MemberSelectTree node.SimpleTreeVisitor.visitMethod
(MethodTree node, P p) Visits a MethodTree node.TreeScanner.visitMethod
(MethodTree node, P p) Visits a MethodTree node.SimpleTreeVisitor.visitMethodInvocation
(MethodInvocationTree node, P p) Visits a MethodInvocationTree node.TreeScanner.visitMethodInvocation
(MethodInvocationTree node, P p) Visits a MethodInvocationTree node.SimpleTreeVisitor.visitModifiers
(ModifiersTree node, P p) Visits a ModifiersTree node.TreeScanner.visitModifiers
(ModifiersTree node, P p) Visits a ModifiersTree node.SimpleTreeVisitor.visitModule
(ModuleTree node, P p) Visits a ModuleTree node.TreeScanner.visitModule
(ModuleTree node, P p) Visits a ModuleTree node.SimpleTreeVisitor.visitNewArray
(NewArrayTree node, P p) Visits a NewArrayTree node.TreeScanner.visitNewArray
(NewArrayTree node, P p) Visits a NewArrayTree node.SimpleTreeVisitor.visitNewClass
(NewClassTree node, P p) Visits a NewClassTree node.TreeScanner.visitNewClass
(NewClassTree node, P p) Visits a NewClassTree node.SimpleTreeVisitor.visitOpens
(OpensTree node, P p) Visits an OpensTree node.TreeScanner.visitOpens
(OpensTree node, P p) Visits an OpensTree node.DocTreeScanner.visitOther
(DocTree node, P p) Visits an unknown type of DocTree node.SimpleDocTreeVisitor.visitOther
(DocTree node, P p) Visits an unknown type of DocTree node.SimpleTreeVisitor.visitOther
(Tree node, P p) Visits an unknown type of Tree node.TreeScanner.visitOther
(Tree node, P p) Visits an unknown type of Tree node.SimpleTreeVisitor.visitPackage
(PackageTree node, P p) Visits a PackageTree node.TreeScanner.visitPackage
(PackageTree node, P p) Visits a PackageTree node.DocTreeScanner.visitParam
(ParamTree node, P p) Visits a ParamTree node.SimpleDocTreeVisitor.visitParam
(ParamTree node, P p) Visits a ParamTree node.SimpleTreeVisitor.visitParameterizedType
(ParameterizedTypeTree node, P p) Visits a ParameterizedTypeTree node.TreeScanner.visitParameterizedType
(ParameterizedTypeTree node, P p) Visits a ParameterizedTypeTree node.SimpleTreeVisitor.visitParenthesized
(ParenthesizedTree node, P p) Visits a ParenthesizedTree node.TreeScanner.visitParenthesized
(ParenthesizedTree node, P p) Visits a ParenthesizedTree node.SimpleTreeVisitor.visitParenthesizedPattern
(ParenthesizedPatternTreePREVIEW node, P p) Preview.Visits a ParenthesizedPatternTree node.TreeScanner.visitParenthesizedPattern
(ParenthesizedPatternTreePREVIEW node, P p) Preview.Visits a ParenthesizedPatternTree node.SimpleTreeVisitor.visitPrimitiveType
(PrimitiveTypeTree node, P p) Visits a PrimitiveTypeTree node.TreeScanner.visitPrimitiveType
(PrimitiveTypeTree node, P p) Visits a PrimitiveTypeTree node.DocTreeScanner.visitProvides
(ProvidesTree node, P p) Visits a ProvidesTree node.SimpleDocTreeVisitor.visitProvides
(ProvidesTree node, P p) Visits a ProvidesTree node.SimpleTreeVisitor.visitProvides
(ProvidesTree node, P p) Visits a ProvidesTree node.TreeScanner.visitProvides
(ProvidesTree node, P p) Visits a ProvidesTree node.DocTreeScanner.visitReference
(ReferenceTree node, P p) Visits a ReferenceTree node.SimpleDocTreeVisitor.visitReference
(ReferenceTree node, P p) Visits a ReferenceTree node.SimpleTreeVisitor.visitRequires
(RequiresTree node, P p) Visits a RequiresTree node.TreeScanner.visitRequires
(RequiresTree node, P p) Visits a RequiresTree node.DocTreeScanner.visitReturn
(ReturnTree node, P p) Visits a ReturnTree node.SimpleDocTreeVisitor.visitReturn
(ReturnTree node, P p) Visits a ReturnTree node.SimpleTreeVisitor.visitReturn
(ReturnTree node, P p) Visits a ReturnTree node.TreeScanner.visitReturn
(ReturnTree node, P p) Visits a ReturnTree node.Visits a SeeTree node.Visits a SeeTree node.DocTreeScanner.visitSerial
(SerialTree node, P p) Visits a SerialTree node.SimpleDocTreeVisitor.visitSerial
(SerialTree node, P p) Visits a SerialTree node.DocTreeScanner.visitSerialData
(SerialDataTree node, P p) Visits a SerialDataTree node.SimpleDocTreeVisitor.visitSerialData
(SerialDataTree node, P p) Visits a SerialDataTree node.DocTreeScanner.visitSerialField
(SerialFieldTree node, P p) Visits a SerialFieldTree node.SimpleDocTreeVisitor.visitSerialField
(SerialFieldTree node, P p) Visits a SerialFieldTree node.DocTreeScanner.visitSince
(SinceTree node, P p) Visits a SinceTree node.SimpleDocTreeVisitor.visitSince
(SinceTree node, P p) Visits a SinceTree node.DocTreeScanner.visitStartElement
(StartElementTree node, P p) Visits a StartElementTree node.SimpleDocTreeVisitor.visitStartElement
(StartElementTree node, P p) Visits a StartElementTree node.DocTreeScanner.visitSummary
(SummaryTree node, P p) Visits a SummaryTree node.SimpleDocTreeVisitor.visitSummary
(SummaryTree node, P p) Visits a SummaryTree node.SimpleTreeVisitor.visitSwitch
(SwitchTree node, P p) Visits a SwitchTree node.TreeScanner.visitSwitch
(SwitchTree node, P p) Visits a SwitchTree node.SimpleTreeVisitor.visitSwitchExpression
(SwitchExpressionTree node, P p) Visits a SwitchExpressionTree node.TreeScanner.visitSwitchExpression
(SwitchExpressionTree node, P p) Visits a SwitchExpressionTree node.SimpleTreeVisitor.visitSynchronized
(SynchronizedTree node, P p) Visits a SynchronizedTree node.TreeScanner.visitSynchronized
(SynchronizedTree node, P p) Visits a SynchronizedTree node.DocTreeScanner.visitSystemProperty
(SystemPropertyTree node, P p) Visits a SystemPropertyTree node.SimpleDocTreeVisitor.visitSystemProperty
(SystemPropertyTree node, P p) Visits a SystemPropertyTree node.Visits a TextTree node.Visits a TextTree node.SimpleTreeVisitor.visitThrow
(ThrowTree node, P p) Visits a ThrowTree node.TreeScanner.visitThrow
(ThrowTree node, P p) Visits a ThrowTree node.DocTreeScanner.visitThrows
(ThrowsTree node, P p) Visits a ThrowsTree node.SimpleDocTreeVisitor.visitThrows
(ThrowsTree node, P p) Visits a ThrowsTree node.Visits a TryTree node.Visits a TryTree node.SimpleTreeVisitor.visitTypeCast
(TypeCastTree node, P p) Visits a TypeCastTree node.TreeScanner.visitTypeCast
(TypeCastTree node, P p) Visits a TypeCastTree node.SimpleTreeVisitor.visitTypeParameter
(TypeParameterTree node, P p) Visits a TypeParameterTree node.TreeScanner.visitTypeParameter
(TypeParameterTree node, P p) Visits a TypeParameterTree node.SimpleTreeVisitor.visitUnary
(UnaryTree node, P p) Visits a UnaryTree node.TreeScanner.visitUnary
(UnaryTree node, P p) Visits a UnaryTree node.SimpleTreeVisitor.visitUnionType
(UnionTypeTree node, P p) Visits a UnionTypeTree node.TreeScanner.visitUnionType
(UnionTypeTree node, P p) Visits a UnionTypeTree node.DocTreeScanner.visitUnknownBlockTag
(UnknownBlockTagTree node, P p) Visits an UnknownBlockTagTree node.SimpleDocTreeVisitor.visitUnknownBlockTag
(UnknownBlockTagTree node, P p) Visits an UnknownBlockTagTree node.DocTreeScanner.visitUnknownInlineTag
(UnknownInlineTagTree node, P p) Visits an UnknownInlineTagTree node.SimpleDocTreeVisitor.visitUnknownInlineTag
(UnknownInlineTagTree node, P p) Visits an UnknownInlineTagTree node.Visits a UsesTree node.Visits a UsesTree node.Visits a UsesTree node.Visits a UsesTree node.DocTreeScanner.visitValue
(ValueTree node, P p) Visits a ValueTree node.SimpleDocTreeVisitor.visitValue
(ValueTree node, P p) Visits a ValueTree node.SimpleTreeVisitor.visitVariable
(VariableTree node, P p) Visits a VariableTree node.TreeScanner.visitVariable
(VariableTree node, P p) Visits a VariableTree node.DocTreeScanner.visitVersion
(VersionTree node, P p) Visits a VersionTree node.SimpleDocTreeVisitor.visitVersion
(VersionTree node, P p) Visits a VersionTree node.SimpleTreeVisitor.visitWhileLoop
(WhileLoopTree node, P p) Visits a WhileLoopTree node.TreeScanner.visitWhileLoop
(WhileLoopTree node, P p) Visits a WhileLoopTree node.SimpleTreeVisitor.visitWildcard
(WildcardTree node, P p) Visits a WildcardTypeTree node.TreeScanner.visitWildcard
(WildcardTree node, P p) Visits a WildcardTypeTree node.SimpleTreeVisitor.visitYield
(YieldTree node, P p) Visits a YieldTree node.TreeScanner.visitYield
(YieldTree node, P p) Visits a YieldTree node. -
Uses of Override in java.applet
Modifier and TypeMethodDescriptionboolean
Applet.isValidateRoot()
Deprecated, for removal: This API element is subject to removal in a future version.Indicates if this container is a validate root. -
Uses of Override in java.awt
Modifier and TypeMethodDescriptionWindow.getBackground()
Gets the background color of this window.void
Container.invalidate()
Invalidates the container.boolean
Window.isOpaque()
Indicates if the window is currently opaque.boolean
Window.isValidateRoot()
Indicates if this container is a validate root.void
Paints the container.void
Window.setBackground
(Color bgColor) Sets the background color of this window.void
Window.setLocation
(int x, int y) Moves this component to a new location.void
Window.setLocation
(Point p) Moves this component to a new location.void
Sets the title of the Dialog.Robot.toString()
Returns a string representation of this Robot. -
Uses of Override in java.awt.datatransfer
Modifier and TypeMethodDescriptionSystemFlavorMap.getFlavorsForNative
(String nat) Returns aList
ofDataFlavor
s to which the specifiedString
native can be translated by the data transfer subsystem.SystemFlavorMap.getFlavorsForNatives
(String[] natives) Returns aMap
of the specifiedString
natives to their most preferredDataFlavor
.SystemFlavorMap.getNativesForFlavor
(DataFlavor flav) Returns aList
ofString
natives to which the specifiedDataFlavor
can be translated by the data transfer subsystem.SystemFlavorMap.getNativesForFlavors
(DataFlavor[] flavors) Returns aMap
of the specifiedDataFlavor
s to their most preferredString
native. -
Uses of Override in java.awt.geom
Modifier and TypeMethodDescriptionfinal void
Path2D.Double.trimToSize()
final void
Path2D.Float.trimToSize()
-
Uses of Override in java.awt.image
Modifier and TypeMethodDescriptionboolean
This method simply delegates to the default implementation inObject
which is identical to an==
test since this class cannot enforce the issues of a proper equality test among multiple independent subclass branches.boolean
Tests if the specifiedObject
is an instance ofComponentColorModel
and equals thisComponentColorModel
.boolean
Tests if the specifiedObject
is an instance ofIndexColorModel
and if it equals thisIndexColorModel
boolean
Tests if the specifiedObject
is an instance ofPackedColorModel
and equals thisPackedColorModel
.protected Image
BaseMultiResolutionImage.getBaseImage()
AbstractMultiResolutionImage.getGraphics()
As per the contract of the baseImage#getGraphics()
method, this implementation will always throwUnsupportedOperationException
since only off-screen images can return aGraphics
object.int
AbstractMultiResolutionImage.getHeight
(ImageObserver observer) This method simply delegates to the same method on the base image and it is equivalent to:getBaseImage().getHeight(observer)
.AbstractMultiResolutionImage.getProperty
(String name, ImageObserver observer) This method simply delegates to the same method on the base image and it is equivalent to:getBaseImage().getProperty(name, observer)
.BaseMultiResolutionImage.getResolutionVariant
(double destImageWidth, double destImageHeight) BaseMultiResolutionImage.getResolutionVariants()
AbstractMultiResolutionImage.getSource()
This method simply delegates to the same method on the base image and it is equivalent to:getBaseImage().getSource()
.int
AbstractMultiResolutionImage.getWidth
(ImageObserver observer) This method simply delegates to the same method on the base image and it is equivalent to:getBaseImage().getWidth(observer)
.int
ColorModel.hashCode()
This method simply delegates to the default implementation inObject
which returns the system ID for the class.int
ComponentColorModel.hashCode()
Returns the hash code for this ComponentColorModel.int
IndexColorModel.hashCode()
Returns the hash code for IndexColorModel.int
PackedColorModel.hashCode()
Returns the hash code for this PackedColorModel. -
Uses of Override in java.beans
Modifier and TypeMethodDescriptionvoid
Expression.execute()
Theexecute
method finds a method whose name is the same as themethodName
property, and invokes the method on the target.BeanInfo[]
SimpleBeanInfo.getAdditionalBeanInfo()
Claim there are no other relevant BeanInfo objects.SimpleBeanInfo.getBeanDescriptor()
Deny knowledge about the class and customizer of the bean.int
SimpleBeanInfo.getDefaultEventIndex()
Deny knowledge of a default event.int
SimpleBeanInfo.getDefaultPropertyIndex()
Deny knowledge of a default property.SimpleBeanInfo.getEventSetDescriptors()
Deny knowledge of event sets.SimpleBeanInfo.getIcon
(int iconKind) Claim there are no icons available.SimpleBeanInfo.getMethodDescriptors()
Deny knowledge of methods.SimpleBeanInfo.getPropertyDescriptors()
Deny knowledge of properties. -
Uses of Override in java.io
Modifier and TypeMethodDescriptionvoid
FilterOutputStream.close()
Closes this output stream and releases any system resources associated with the stream.void
PrintStream.close()
Closes the stream.boolean
Checks two FilePermission objects for equality.void
BufferedOutputStream.flush()
Flushes this buffered output stream.void
FilterOutputStream.flush()
Flushes this output stream and forces any buffered output bytes to be written out to the stream.void
PrintStream.flush()
Flushes the stream.FilePermission.getActions()
Returns the "canonical string representation" of the actions.UncheckedIOException.getCause()
Returns the cause of this exception.WriteAbortedException.getCause()
Returns the exception that terminated the operation (the cause).int
FilePermission.hashCode()
Returns the hash code value for this object.boolean
FilePermission.implies
(Permission p) Checks if this FilePermission object "implies" the specified permission.FilePermission.newPermissionCollection()
Returns a new PermissionCollection object for storing FilePermission objects.void
BufferedOutputStream.write
(byte[] b, int off, int len) Writeslen
bytes from the specified byte array starting at offsetoff
to this buffered output stream.void
BufferedOutputStream.write
(int b) Writes the specified byte to this buffered output stream.void
FilterOutputStream.write
(byte[] b) Writesb.length
bytes to this output stream.void
FilterOutputStream.write
(byte[] b, int off, int len) Writeslen
bytes from the specifiedbyte
array starting at offsetoff
to this output stream.void
FilterOutputStream.write
(int b) Writes the specifiedbyte
to this output stream.void
PrintStream.write
(byte[] buf) Writes all bytes from the specified byte array to this stream.void
PrintStream.write
(byte[] buf, int off, int len) Writeslen
bytes from the specified byte array starting at offsetoff
to this stream.void
PrintStream.write
(int b) Writes the specified byte to this stream. -
Uses of Override in java.lang
Modifier and TypeMethodDescriptionStringBuffer.append
(boolean b) StringBuffer.append
(char c) StringBuffer.append
(char[] str) StringBuffer.append
(char[] str, int offset, int len) StringBuffer.append
(double d) StringBuffer.append
(float f) StringBuffer.append
(int i) StringBuffer.append
(long lng) StringBuffer.append
(CharSequence s) Appends the specifiedCharSequence
to this sequence.StringBuffer.append
(CharSequence s, int start, int end) StringBuilder.append
(boolean b) StringBuilder.append
(char c) StringBuilder.append
(char[] str) StringBuilder.append
(char[] str, int offset, int len) StringBuilder.append
(double d) StringBuilder.append
(float f) StringBuilder.append
(int i) StringBuilder.append
(long lng) StringBuilder.append
(CharSequence s) StringBuilder.append
(CharSequence s, int start, int end) StringBuffer.appendCodePoint
(int codePoint) StringBuilder.appendCodePoint
(int codePoint) Class<?>
Class.arrayType()
Returns aClass
for an array type whose component type is described by this Class.int
StringBuffer.capacity()
char
StringBuffer.charAt
(int index) String.chars()
Returns a stream ofint
zero-extending thechar
values from this sequence.protected Object
Thread.clone()
Throws CloneNotSupportedException as a Thread can not be meaningfully cloned.int
StringBuffer.codePointAt
(int index) int
StringBuffer.codePointBefore
(int index) int
StringBuffer.codePointCount
(int beginIndex, int endIndex) String.codePoints()
Returns a stream of code point values from this sequence.int
ProcessHandle.compareTo
(ProcessHandle other) Compares this ProcessHandle with the specified ProcessHandle for order.int
Runtime.Version.compareTo
(Runtime.Version obj) Compares this version to another.int
StringBuffer.compareTo
(StringBuffer another) Compares twoStringBuffer
instances lexicographically.int
StringBuilder.compareTo
(StringBuilder another) Compares twoStringBuilder
instances lexicographically.Class<?>
Class.componentType()
Returns the component type of thisClass
, if it describes an array type, ornull
otherwise.StringBuffer.delete
(int start, int end) StringBuilder.delete
(int start, int end) StringBuffer.deleteCharAt
(int index) StringBuilder.deleteCharAt
(int index) Boolean.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance.Byte.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance.Character.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance.Class.describeConstable()
Returns a nominal descriptor for this instance, if one can be constructed, or an emptyOptional
if one cannot be.Double.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance, which is the instance itself.final Optional<Enum.EnumDesc<E>>
Enum.describeConstable()
Returns an enum descriptorEnumDesc
for this instance, if one can be constructed, or an emptyOptional
if one cannot be.Float.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance, which is the instance itself.Integer.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance, which is the instance itself.Long.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance, which is the instance itself.Short.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance.String.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance, which is the instance itself.Class.descriptorString()
Returns the descriptor string of the entity (class, interface, array class, primitive type, orvoid
) represented by thisClass
object.void
StringBuffer.ensureCapacity
(int minimumCapacity) boolean
Returnstrue
ifother
object is non-null, is of the same implementation, and represents the same system process; otherwise it returnsfalse
.abstract boolean
Indicates whether some other object is "equal to" this one.boolean
Determines whether thisVersion
is equal to another object.<A extends Annotation>
AClass.getAnnotation
(Class<A> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<T extends Annotation>
TModule.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<A extends Annotation>
APackage.getAnnotation
(Class<A> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.Class.getAnnotations()
Returns annotations that are present on this element.Module.getAnnotations()
Returns annotations that are present on this element.Package.getAnnotations()
Returns annotations that are present on this element.<A extends Annotation>
A[]Class.getAnnotationsByType
(Class<A> annotationClass) Returns annotations that are associated with this element.<A extends Annotation>
A[]Package.getAnnotationsByType
(Class<A> annotationClass) Returns annotations that are associated with this element.void
StringBuffer.getChars
(int srcBegin, int srcEnd, char[] dst, int dstBegin) <A extends Annotation>
AClass.getDeclaredAnnotation
(Class<A> annotationClass) Returns this element's annotation for the specified type if such an annotation is directly present, else null.<A extends Annotation>
APackage.getDeclaredAnnotation
(Class<A> annotationClass) Returns this element's annotation for the specified type if such an annotation is directly present, else null.Class.getDeclaredAnnotations()
Returns annotations that are directly present on this element.Module.getDeclaredAnnotations()
Returns annotations that are directly present on this element.Package.getDeclaredAnnotations()
Returns annotations that are directly present on this element.<A extends Annotation>
A[]Class.getDeclaredAnnotationsByType
(Class<A> annotationClass) Returns this element's annotation(s) for the specified type if such annotations are either directly present or indirectly present.<A extends Annotation>
A[]Package.getDeclaredAnnotationsByType
(Class<A> annotationClass) int
Boolean.hashCode()
Returns a hash code for thisBoolean
object.int
Byte.hashCode()
Returns a hash code for thisByte
; equal to the result of invokingintValue()
.int
Character.hashCode()
Returns a hash code for thisCharacter
; equal to the result of invokingcharValue()
.int
Double.hashCode()
Returns a hash code for thisDouble
object.int
Float.hashCode()
Returns a hash code for thisFloat
object.int
Integer.hashCode()
Returns a hash code for thisInteger
.int
Long.hashCode()
Returns a hash code for thisLong
.int
Package.hashCode()
Return the hash code computed from the package name.int
ProcessHandle.hashCode()
Returns a hash code value for this ProcessHandle.abstract int
Record.hashCode()
Returns a hash code value for the record.int
Runtime.Version.hashCode()
Returns the hash code of this version.int
Short.hashCode()
Returns a hash code for thisShort
; equal to the result of invokingintValue()
.int
int
int
int
StringBuffer.insert
(int offset, boolean b) StringBuffer.insert
(int offset, char c) StringBuffer.insert
(int offset, char[] str) StringBuffer.insert
(int index, char[] str, int offset, int len) StringBuffer.insert
(int offset, double d) StringBuffer.insert
(int offset, float f) StringBuffer.insert
(int offset, int i) StringBuffer.insert
(int offset, long l) StringBuffer.insert
(int dstOffset, CharSequence s) StringBuffer.insert
(int dstOffset, CharSequence s, int start, int end) StringBuilder.insert
(int offset, boolean b) StringBuilder.insert
(int offset, char c) StringBuilder.insert
(int offset, char[] str) StringBuilder.insert
(int index, char[] str, int offset, int len) StringBuilder.insert
(int offset, double d) StringBuilder.insert
(int offset, float f) StringBuilder.insert
(int offset, int i) StringBuilder.insert
(int offset, long l) StringBuilder.insert
(int dstOffset, CharSequence s) StringBuilder.insert
(int dstOffset, CharSequence s, int start, int end) boolean
Class.isAnnotationPresent
(Class<? extends Annotation> annotationClass) Returns true if an annotation for the specified type is present on this element, else false.boolean
Package.isAnnotationPresent
(Class<? extends Annotation> annotationClass) Returns true if an annotation for the specified type is present on this element, else false.boolean
String.isEmpty()
int
StringBuffer.lastIndexOf
(String str) int
StringBuffer.lastIndexOf
(String str, int fromIndex) int
StringBuilder.lastIndexOf
(String str) int
StringBuilder.lastIndexOf
(String str, int fromIndex) int
StringBuffer.length()
int
StringBuffer.offsetByCodePoints
(int index, int codePointOffset) Double.resolveConstantDesc
(MethodHandles.Lookup lookup) Resolves this instance as aConstantDesc
, the result of which is the instance itself.Float.resolveConstantDesc
(MethodHandles.Lookup lookup) Resolves this instance as aConstantDesc
, the result of which is the instance itself.Integer.resolveConstantDesc
(MethodHandles.Lookup lookup) Resolves this instance as aConstantDesc
, the result of which is the instance itself.Long.resolveConstantDesc
(MethodHandles.Lookup lookup) Resolves this instance as aConstantDesc
, the result of which is the instance itself.String.resolveConstantDesc
(MethodHandles.Lookup lookup) Resolves this instance as aConstantDesc
, the result of which is the instance itself.StringBuffer.reverse()
StringBuilder.reverse()
void
Thread.run()
If this thread was constructed using a separateRunnable
run object, then thatRunnable
object'srun
method is called; otherwise, this method does nothing and returns.void
StringBuffer.setCharAt
(int index, char ch) void
StringBuffer.setLength
(int newLength) StringBuffer.subSequence
(int start, int end) StringBuffer.substring
(int start) StringBuffer.substring
(int start, int end) Module.toString()
Returns the string representation of this module.ModuleLayer.toString()
Returns a string describing this module layer.Package.toString()
Returns the string representation of this Package.abstract String
Record.toString()
Returns a string representation of the record.Runtime.Version.toString()
Returns a string representation of this version.StringBuffer.toString()
StringBuilder.toString()
void
StringBuffer.trimToSize()
-
Uses of Override in java.lang.constant
Modifier and TypeMethodDescriptionfinal boolean
Compares the specified object with this descriptor for equality.final boolean
Compares the specified object with this descriptor for equality.final int
DynamicCallSiteDesc.hashCode()
final int
DynamicConstantDesc.hashCode()
DynamicCallSiteDesc.toString()
Returns a compact textual description of this call site description, including the bootstrap method, the invocation name and type, and the static bootstrap arguments.DynamicConstantDesc.toString()
Returns a compact textual description of this constant description, including the bootstrap method, the constant name and type, and the static bootstrap arguments. -
Uses of Override in java.lang.invoke
Modifier and TypeMethodDescriptionMethodHandle.describeConstable()
Return a nominal descriptor for this instance, if one can be constructed, or an emptyOptional
if one cannot be.MethodType.describeConstable()
Returns a nominal descriptor for this instance, if one can be constructed, or an emptyOptional
if one cannot be.VarHandle.describeConstable()
Return a nominal descriptor for this instance, if one can be constructed, or an emptyOptional
if one cannot be.MethodType.descriptorString()
Returns a descriptor string for this method type.final MethodHandle
ConstantCallSite.dynamicInvoker()
Returns this call site's permanent target.final MethodHandle
MutableCallSite.dynamicInvoker()
Produces a method handle equivalent to an invokedynamic instruction which has been linked to this call site.final MethodHandle
VolatileCallSite.dynamicInvoker()
Produces a method handle equivalent to an invokedynamic instruction which has been linked to this call site.boolean
Compares the specified object with this type for equality.final MethodHandle
ConstantCallSite.getTarget()
Returns the target method of the call site, which behaves like afinal
field of theConstantCallSite
.final MethodHandle
MutableCallSite.getTarget()
Returns the target method of the call site, which behaves like a normal field of theMutableCallSite
.final MethodHandle
VolatileCallSite.getTarget()
Returns the target method of the call site, which behaves like avolatile
field of theVolatileCallSite
.int
MethodType.hashCode()
Returns the hash code value for this method type.final void
ConstantCallSite.setTarget
(MethodHandle ignore) Always throws anUnsupportedOperationException
.void
MutableCallSite.setTarget
(MethodHandle newTarget) Updates the target method of this call site, as a normal variable.void
VolatileCallSite.setTarget
(MethodHandle newTarget) Updates the target method of this call site, as a volatile variable.MethodHandle.toString()
Returns a string representation of the method handle, starting with the string"MethodHandle"
and ending with the string representation of the method handle's type.MethodHandles.Lookup.toString()
Displays the name of the class from which lookups are to be made, followed by "/" and the name of the previous lookup class if present.MethodType.toString()
Returns a string representation of the method type, of the form"(PT0,PT1...)RT"
.final String
VarHandle.toString()
Returns a compact textual description of this VarHandle, including the type of variable described, and a description of its coordinates.VarHandle.VarHandleDesc.toString()
Returns a compact textual description of this constant description. -
Uses of Override in java.lang.module
Modifier and TypeMethodDescriptionvoid
ModuleReader.close()
Closes the module reader.int
ModuleDescriptor.compareTo
(ModuleDescriptor that) Compares this module descriptor to another.int
ModuleDescriptor.Exports.compareTo
(ModuleDescriptor.Exports that) Compares this module export to another.int
ModuleDescriptor.Opens.compareTo
(ModuleDescriptor.Opens that) Compares this moduleOpens
to another.int
ModuleDescriptor.Requires.compareTo
(ModuleDescriptor.Requires that) Compares this module dependence to another.int
ModuleDescriptor.Version.compareTo
(ModuleDescriptor.Version that) Compares this module version to another module version.boolean
Tests this module descriptor for equality with the given object.boolean
Tests this module export for equality with the given object.boolean
Tests this moduleOpens
for equality with the given object.boolean
Tests thisProvides
for equality with the given object.boolean
Tests this module dependence for equality with the given object.boolean
Tests this module version for equality with the given object.boolean
Tests this resolved module for equality with the given object.int
ModuleDescriptor.Exports.hashCode()
Computes a hash code for this module export.int
ModuleDescriptor.hashCode()
Computes a hash code for this module descriptor.int
ModuleDescriptor.Opens.hashCode()
Computes a hash code for this moduleOpens
.int
ModuleDescriptor.Provides.hashCode()
Computes a hash code for thisProvides
.int
ModuleDescriptor.Requires.hashCode()
Computes a hash code for this module dependence.int
ModuleDescriptor.Version.hashCode()
Computes a hash code for this module version.int
ResolvedModule.hashCode()
Computes a hash code for this resolved module.Configuration.toString()
Returns a string describing this configuration.ModuleDescriptor.Exports.toString()
Returns a string describing the exported package.ModuleDescriptor.Opens.toString()
Returns a string describing the open package.ModuleDescriptor.Provides.toString()
Returns a string describing thisProvides
.ModuleDescriptor.Requires.toString()
Returns a string describing this module dependence.ModuleDescriptor.toString()
Returns a string describing the module.ModuleDescriptor.Version.toString()
Returns the string from which this version was parsed.ResolvedModule.toString()
Returns a string describing this resolved module. -
Uses of Override in java.lang.ref
Modifier and TypeMethodDescriptionprotected Object
Reference.clone()
ThrowsCloneNotSupportedException
. -
Uses of Override in java.lang.reflect
Modifier and TypeMethodDescriptionboolean
Compares based on the executable and the index.AnnotatedArrayType.getAnnotatedOwnerType()
Returns the potentially annotated type that this type is a member of, if this type represents a nested class or interface.AnnotatedParameterizedType.getAnnotatedOwnerType()
Returns the potentially annotated type that this type is a member of, if this type represents a nested type.AnnotatedTypeVariable.getAnnotatedOwnerType()
Returns the potentially annotated type that this type is a member of, if this type represents a nested type.AnnotatedWildcardType.getAnnotatedOwnerType()
Returns the potentially annotated type that this type is a member of, if this type represents a nested type.Constructor.getAnnotatedReceiverType()
Returns anAnnotatedType
object that represents the use of a type to specify the receiver type of the method/constructor represented by thisExecutable
object.Constructor.getAnnotatedReturnType()
Returns anAnnotatedType
object that represents the use of a type to specify the return type of the method/constructor represented by this Executable.Method.getAnnotatedReturnType()
Returns anAnnotatedType
object that represents the use of a type to specify the return type of the method/constructor represented by this Executable.<T extends Annotation>
TAccessibleObject.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<T extends Annotation>
TAnnotatedType.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<T extends Annotation>
TConstructor.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<T extends Annotation>
TExecutable.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<T extends Annotation>
TField.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<T extends Annotation>
TMethod.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<T extends Annotation>
TParameter.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.<T extends Annotation>
TRecordComponent.getAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is present, else null.AccessibleObject.getAnnotations()
Returns annotations that are present on this element.AnnotatedType.getAnnotations()
Returns annotations that are present on this element.Parameter.getAnnotations()
Returns annotations that are present on this element.RecordComponent.getAnnotations()
Returns annotations that are present on this element.<T extends Annotation>
T[]AccessibleObject.getAnnotationsByType
(Class<T> annotationClass) Returns annotations that are associated with this element.<T extends Annotation>
T[]Executable.getAnnotationsByType
(Class<T> annotationClass) Returns annotations that are associated with this element.<T extends Annotation>
T[]Field.getAnnotationsByType
(Class<T> annotationClass) Returns annotations that are associated with this element.<T extends Annotation>
T[]Parameter.getAnnotationsByType
(Class<T> annotationClass) Returns annotations that are associated with this element.InvocationTargetException.getCause()
Returns the cause of this exception (the thrown target exception, which may benull
).<T extends Annotation>
TAccessibleObject.getDeclaredAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is directly present, else null.<T extends Annotation>
TParameter.getDeclaredAnnotation
(Class<T> annotationClass) Returns this element's annotation for the specified type if such an annotation is directly present, else null.AccessibleObject.getDeclaredAnnotations()
Returns annotations that are directly present on this element.AnnotatedType.getDeclaredAnnotations()
Returns annotations that are directly present on this element.Constructor.getDeclaredAnnotations()
Returns annotations that are directly present on this element.Executable.getDeclaredAnnotations()
Returns annotations that are directly present on this element.Method.getDeclaredAnnotations()
Returns annotations that are directly present on this element.Parameter.getDeclaredAnnotations()
Returns annotations that are directly present on this element.RecordComponent.getDeclaredAnnotations()
Returns annotations that are directly present on this element.<T extends Annotation>
T[]AccessibleObject.getDeclaredAnnotationsByType
(Class<T> annotationClass) Returns this element's annotation(s) for the specified type if such annotations are either directly present or indirectly present.<T extends Annotation>
T[]Parameter.getDeclaredAnnotationsByType
(Class<T> annotationClass) Returns this element's annotation(s) for the specified type if such annotations are either directly present or indirectly present.Constructor.getDeclaringClass()
Returns theClass
object representing the class that declares the constructor represented by this object.Class<?>
Field.getDeclaringClass()
Returns theClass
object representing the class or interface that declares the field represented by thisField
object.Class<?>
Method.getDeclaringClass()
Returns theClass
object representing the class or interface that declares the method represented by this object.Class<?>[]
Constructor.getExceptionTypes()
Returns an array ofClass
objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.Class<?>[]
Method.getExceptionTypes()
Returns an array ofClass
objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.Type[]
Constructor.getGenericExceptionTypes()
Returns an array ofType
objects that represent the exceptions declared to be thrown by this executable object.Type[]
Method.getGenericExceptionTypes()
Returns an array ofType
objects that represent the exceptions declared to be thrown by this executable object.Type[]
Constructor.getGenericParameterTypes()
Returns an array ofType
objects that represent the formal parameter types, in declaration order, of the executable represented by this object.Type[]
Method.getGenericParameterTypes()
Returns an array ofType
objects that represent the formal parameter types, in declaration order, of the executable represented by this object.int
Constructor.getModifiers()
Returns the Java language modifiers for the executable represented by this object.int
Method.getModifiers()
Returns the Java language modifiers for the executable represented by this object.Constructor.getName()
Returns the name of this constructor, as a string.Method.getName()
Returns the name of the method represented by thisMethod
object, as aString
.Annotation[][]
Constructor.getParameterAnnotations()
Returns an array of arrays ofAnnotation
s that represent the annotations on the formal parameters, in declaration order, of theExecutable
represented by this object.Annotation[][]
Method.getParameterAnnotations()
Returns an array of arrays ofAnnotation
s that represent the annotations on the formal parameters, in declaration order, of theExecutable
represented by this object.Class<?>[]
Constructor.getParameterTypes()
Returns an array ofClass
objects that represent the formal parameter types, in declaration order, of the executable represented by this object.Class<?>[]
Method.getParameterTypes()
Returns an array ofClass
objects that represent the formal parameter types, in declaration order, of the executable represented by this object.TypeVariable<Constructor<T>>[]
Constructor.getTypeParameters()
Returns an array ofTypeVariable
objects that represent the type variables declared by the generic declaration represented by thisGenericDeclaration
object, in declaration order.Method.getTypeParameters()
Returns an array ofTypeVariable
objects that represent the type variables declared by the generic declaration represented by thisGenericDeclaration
object, in declaration order.int
Parameter.hashCode()
Returns a hash code based on the executable's hash code and the index.boolean
AccessibleObject.isAnnotationPresent
(Class<? extends Annotation> annotationClass) Returns true if an annotation for the specified type is present on this element, else false.boolean
Constructor.isSynthetic()
Returnstrue
if this executable is a synthetic construct; returnsfalse
otherwise.boolean
Method.isSynthetic()
Returnstrue
if this executable is a synthetic construct; returnsfalse
otherwise.boolean
Constructor.isVarArgs()
Returnstrue
if this executable was declared to take a variable number of arguments; returnsfalse
otherwise.boolean
Method.isVarArgs()
Returnstrue
if this executable was declared to take a variable number of arguments; returnsfalse
otherwise.void
Constructor.setAccessible
(boolean flag) Set theaccessible
flag for this reflected object to the indicated boolean value.void
Field.setAccessible
(boolean flag) void
Method.setAccessible
(boolean flag) Constructor.toGenericString()
Returns a string describing thisConstructor
, including type parameters.Method.toGenericString()
Returns a string describing thisMethod
, including type parameters.Parameter.toString()
Returns a string describing this parameter. -
Uses of Override in java.math
Modifier and TypeMethodDescriptionint
BigDecimal.compareTo
(BigDecimal val) Compares thisBigDecimal
numerically with the specifiedBigDecimal
.double
BigDecimal.doubleValue()
Converts thisBigDecimal
to adouble
.boolean
Compares thisBigDecimal
with the specifiedObject
for equality.float
BigDecimal.floatValue()
Converts thisBigDecimal
to afloat
.int
BigDecimal.hashCode()
Returns the hash code for thisBigDecimal
.int
BigDecimal.intValue()
Converts thisBigDecimal
to anint
.long
BigDecimal.longValue()
Converts thisBigDecimal
to along
.BigDecimal.toString()
Returns the string representation of thisBigDecimal
, using scientific notation if an exponent is needed. -
Uses of Override in java.net
Modifier and TypeMethodDescriptionHttpCookie.clone()
Create and return a copy of this object.boolean
Test the equality of two HTTP cookies.boolean
Compares this object against the specified object.final boolean
Compares this object against the specified object.boolean
Checks two SocketPermission objects for equality.boolean
Compares this address with another object.SocketPermission.getActions()
Returns the canonical string representation of the actions.byte[]
Inet6Address.getAddress()
Returns the raw IP address of thisInetAddress
object.Inet6Address.getHostAddress()
Returns the IP address string in textual presentation.int
HttpCookie.hashCode()
Returns the hash code of this HTTP cookie.int
Inet6Address.hashCode()
Returns a hashcode for this IP address.final int
InetSocketAddress.hashCode()
Returns a hashcode for this socket address.int
SocketPermission.hashCode()
Returns the hash code value for this object.int
UnixDomainSocketAddress.hashCode()
Returns the hash code of thisUnixDomainSocketAddress
boolean
SocketPermission.implies
(Permission p) Checks if this socket permission object "implies" the specified permission.boolean
Inet6Address.isAnyLocalAddress()
Utility routine to check if the InetAddress is a wildcard address.boolean
Inet6Address.isLinkLocalAddress()
Utility routine to check if the InetAddress is an link local address.boolean
Inet6Address.isLoopbackAddress()
Utility routine to check if the InetAddress is a loopback address.boolean
Inet6Address.isMCGlobal()
Utility routine to check if the multicast address has global scope.boolean
Inet6Address.isMCLinkLocal()
Utility routine to check if the multicast address has link scope.boolean
Inet6Address.isMCNodeLocal()
Utility routine to check if the multicast address has node scope.boolean
Inet6Address.isMCOrgLocal()
Utility routine to check if the multicast address has organization scope.boolean
Inet6Address.isMCSiteLocal()
Utility routine to check if the multicast address has site scope.boolean
Inet6Address.isMulticastAddress()
Utility routine to check if the InetAddress is an IP multicast address. 11111111 at the start of the address identifies the address as being a multicast address.boolean
Inet6Address.isSiteLocalAddress()
Utility routine to check if the InetAddress is a site local address.void
MulticastSocket.joinGroup
(SocketAddress mcastaddr, NetworkInterface netIf) Joins a multicast group.void
MulticastSocket.leaveGroup
(SocketAddress mcastaddr, NetworkInterface netIf) Leave a multicast group on a specified local interface.SocketPermission.newPermissionCollection()
Returns a new PermissionCollection object for storing SocketPermission objects.HttpCookie.toString()
Constructs a cookie header string representation of this cookie, which is in the format defined by corresponding cookie specification, but without the leading "Cookie:" token.InetSocketAddress.toString()
Constructs a string representation of this InetSocketAddress.UnixDomainSocketAddress.toString()
Returns a string representation of thisUnixDomainSocketAddress
. -
Uses of Override in java.net.http
Modifier and TypeMethodDescriptionfinal boolean
Tests this HTTP request instance for equality with the given object.HttpHeaders.toString()
Returns this HTTP headers as a string. -
Uses of Override in java.nio
Modifier and TypeMethodDescriptionByteBuffer.clear()
Clears this buffer.final CharBuffer
CharBuffer.clear()
Clears this buffer.final DoubleBuffer
DoubleBuffer.clear()
Clears this buffer.final FloatBuffer
FloatBuffer.clear()
Clears this buffer.final IntBuffer
IntBuffer.clear()
Clears this buffer.final LongBuffer
LongBuffer.clear()
Clears this buffer.final MappedByteBuffer
MappedByteBuffer.clear()
Clears this buffer.final ShortBuffer
ShortBuffer.clear()
Clears this buffer.abstract MappedByteBuffer
MappedByteBuffer.compact()
Compacts this buffer (optional operation).abstract ByteBuffer
ByteBuffer.duplicate()
Creates a new byte buffer that shares this buffer's content.abstract CharBuffer
CharBuffer.duplicate()
Creates a new char buffer that shares this buffer's content.abstract DoubleBuffer
DoubleBuffer.duplicate()
Creates a new double buffer that shares this buffer's content.abstract FloatBuffer
FloatBuffer.duplicate()
Creates a new float buffer that shares this buffer's content.abstract IntBuffer
IntBuffer.duplicate()
Creates a new int buffer that shares this buffer's content.abstract LongBuffer
LongBuffer.duplicate()
Creates a new long buffer that shares this buffer's content.abstract MappedByteBuffer
MappedByteBuffer.duplicate()
Creates a new byte buffer that shares this buffer's content.abstract ShortBuffer
ShortBuffer.duplicate()
Creates a new short buffer that shares this buffer's content.ByteBuffer.flip()
Flips this buffer.final CharBuffer
CharBuffer.flip()
Flips this buffer.final DoubleBuffer
DoubleBuffer.flip()
Flips this buffer.final FloatBuffer
FloatBuffer.flip()
Flips this buffer.final IntBuffer
IntBuffer.flip()
Flips this buffer.final LongBuffer
LongBuffer.flip()
Flips this buffer.final MappedByteBuffer
MappedByteBuffer.flip()
Flips this buffer.final ShortBuffer
ShortBuffer.flip()
Flips this buffer.ByteBuffer.limit
(int newLimit) Sets this buffer's limit.final CharBuffer
CharBuffer.limit
(int newLimit) Sets this buffer's limit.final DoubleBuffer
DoubleBuffer.limit
(int newLimit) Sets this buffer's limit.final FloatBuffer
FloatBuffer.limit
(int newLimit) Sets this buffer's limit.final IntBuffer
IntBuffer.limit
(int newLimit) Sets this buffer's limit.final LongBuffer
LongBuffer.limit
(int newLimit) Sets this buffer's limit.final MappedByteBuffer
MappedByteBuffer.limit
(int newLimit) Sets this buffer's limit.final ShortBuffer
ShortBuffer.limit
(int newLimit) Sets this buffer's limit.ByteBuffer.mark()
Sets this buffer's mark at its position.final CharBuffer
CharBuffer.mark()
Sets this buffer's mark at its position.final DoubleBuffer
DoubleBuffer.mark()
Sets this buffer's mark at its position.final FloatBuffer
FloatBuffer.mark()
Sets this buffer's mark at its position.final IntBuffer
IntBuffer.mark()
Sets this buffer's mark at its position.final LongBuffer
LongBuffer.mark()
Sets this buffer's mark at its position.final MappedByteBuffer
MappedByteBuffer.mark()
Sets this buffer's mark at its position.final ShortBuffer
ShortBuffer.mark()
Sets this buffer's mark at its position.ByteBuffer.position
(int newPosition) Sets this buffer's position.final CharBuffer
CharBuffer.position
(int newPosition) Sets this buffer's position.final DoubleBuffer
DoubleBuffer.position
(int newPosition) Sets this buffer's position.final FloatBuffer
FloatBuffer.position
(int newPosition) Sets this buffer's position.final IntBuffer
IntBuffer.position
(int newPosition) Sets this buffer's position.final LongBuffer
LongBuffer.position
(int newPosition) Sets this buffer's position.final MappedByteBuffer
MappedByteBuffer.position
(int newPosition) Sets this buffer's position.final ShortBuffer
ShortBuffer.position
(int newPosition) Sets this buffer's position.ByteBuffer.reset()
Resets this buffer's position to the previously-marked position.final CharBuffer
CharBuffer.reset()
Resets this buffer's position to the previously-marked position.final DoubleBuffer
DoubleBuffer.reset()
Resets this buffer's position to the previously-marked position.final FloatBuffer
FloatBuffer.reset()
Resets this buffer's position to the previously-marked position.final IntBuffer
IntBuffer.reset()
Resets this buffer's position to the previously-marked position.final LongBuffer
LongBuffer.reset()
Resets this buffer's position to the previously-marked position.final MappedByteBuffer
MappedByteBuffer.reset()
Resets this buffer's position to the previously-marked position.final ShortBuffer
ShortBuffer.reset()
Resets this buffer's position to the previously-marked position.ByteBuffer.rewind()
Rewinds this buffer.final CharBuffer
CharBuffer.rewind()
Rewinds this buffer.final DoubleBuffer
DoubleBuffer.rewind()
Rewinds this buffer.final FloatBuffer
FloatBuffer.rewind()
Rewinds this buffer.final IntBuffer
IntBuffer.rewind()
Rewinds this buffer.final LongBuffer
LongBuffer.rewind()
Rewinds this buffer.final MappedByteBuffer
MappedByteBuffer.rewind()
Rewinds this buffer.final ShortBuffer
ShortBuffer.rewind()
Rewinds this buffer.abstract ByteBuffer
ByteBuffer.slice()
Creates a new byte buffer whose content is a shared subsequence of this buffer's content.abstract ByteBuffer
ByteBuffer.slice
(int index, int length) Creates a new byte buffer whose content is a shared subsequence of this buffer's content.abstract CharBuffer
CharBuffer.slice()
Creates a new char buffer whose content is a shared subsequence of this buffer's content.abstract CharBuffer
CharBuffer.slice
(int index, int length) Creates a new char buffer whose content is a shared subsequence of this buffer's content.abstract DoubleBuffer
DoubleBuffer.slice()
Creates a new double buffer whose content is a shared subsequence of this buffer's content.abstract DoubleBuffer
DoubleBuffer.slice
(int index, int length) Creates a new double buffer whose content is a shared subsequence of this buffer's content.abstract FloatBuffer
FloatBuffer.slice()
Creates a new float buffer whose content is a shared subsequence of this buffer's content.abstract FloatBuffer
FloatBuffer.slice
(int index, int length) Creates a new float buffer whose content is a shared subsequence of this buffer's content.abstract IntBuffer
IntBuffer.slice()
Creates a new int buffer whose content is a shared subsequence of this buffer's content.abstract IntBuffer
IntBuffer.slice
(int index, int length) Creates a new int buffer whose content is a shared subsequence of this buffer's content.abstract LongBuffer
LongBuffer.slice()
Creates a new long buffer whose content is a shared subsequence of this buffer's content.abstract LongBuffer
LongBuffer.slice
(int index, int length) Creates a new long buffer whose content is a shared subsequence of this buffer's content.abstract MappedByteBuffer
MappedByteBuffer.slice()
Creates a new byte buffer whose content is a shared subsequence of this buffer's content.abstract MappedByteBuffer
MappedByteBuffer.slice
(int index, int length) Creates a new byte buffer whose content is a shared subsequence of this buffer's content.abstract ShortBuffer
ShortBuffer.slice()
Creates a new short buffer whose content is a shared subsequence of this buffer's content.abstract ShortBuffer
ShortBuffer.slice
(int index, int length) Creates a new short buffer whose content is a shared subsequence of this buffer's content. -
Uses of Override in java.nio.channels
Modifier and TypeMethodDescriptionabstract AsynchronousSocketChannel
AsynchronousSocketChannel.bind
(SocketAddress local) abstract SocketChannel
SocketChannel.bind
(SocketAddress local) Binds the channel's socket to a local address.void
AsynchronousChannel.close()
Closes this channel.void
MulticastChannel.close()
Closes this channel.abstract SocketAddress
AsynchronousServerSocketChannel.getLocalAddress()
Returns the socket address that this channel's socket is bound to.abstract SocketAddress
DatagramChannel.getLocalAddress()
Returns the socket address that this channel's socket is bound to.abstract SocketAddress
ServerSocketChannel.getLocalAddress()
Returns the socket address that this channel's socket is bound to.abstract SocketAddress
SocketChannel.getLocalAddress()
Returns the socket address that this channel's socket is bound to.AsynchronousSocketChannel.read
(ByteBuffer dst) final <A> void
AsynchronousSocketChannel.read
(ByteBuffer dst, A attachment, CompletionHandler<Integer, ? super A> handler) int
SeekableByteChannel.read
(ByteBuffer dst) Reads a sequence of bytes from this channel into the given buffer.abstract <T> AsynchronousSocketChannel
AsynchronousSocketChannel.setOption
(SocketOption<T> name, T value) abstract <T> SocketChannel
SocketChannel.setOption
(SocketOption<T> name, T value) AsynchronousSocketChannel.write
(ByteBuffer src) final <A> void
AsynchronousSocketChannel.write
(ByteBuffer src, A attachment, CompletionHandler<Integer, ? super A> handler) int
SeekableByteChannel.write
(ByteBuffer src) Writes a sequence of bytes to this channel from the given buffer. -
Uses of Override in java.nio.file
Modifier and TypeMethodDescriptionabstract void
FileSystem.close()
Closes this file system.void
WatchService.close()
Closes this watch service.int
Compares two abstract paths lexicographically.DirectoryIteratorException.getCause()
Returns the cause of this exception.FileSystemException.getMessage()
Returns the detail message string.DirectoryStream.iterator()
Returns the iterator associated with thisDirectoryStream
.Path.iterator()
Returns an iterator over the name elements of this path.SimpleFileVisitor.postVisitDirectory
(T dir, IOException exc) Invoked for a directory after entries in the directory, and all of their descendants, have been visited.SimpleFileVisitor.preVisitDirectory
(T dir, BasicFileAttributes attrs) Invoked for a directory before entries in the directory are visited.default WatchKey
Path.register
(WatchService watcher, WatchEvent.Kind<?>... events) Registers the file located by this path with a watch service.Path.register
(WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers) Registers the file located by this path with a watch service.SimpleFileVisitor.visitFile
(T file, BasicFileAttributes attrs) Invoked for a file in a directory.SimpleFileVisitor.visitFileFailed
(T file, IOException exc) Invoked for a file that could not be visited. -
Uses of Override in java.nio.file.attribute
Modifier and TypeMethodDescriptionint
Compares the value of twoFileTime
objects for order.boolean
Compares the specified object with this ACL entry for equality.boolean
Tests thisFileTime
for equality with the given object.int
AclEntry.hashCode()
Returns the hash-code value for this ACL entry.int
FileTime.hashCode()
Computes a hash code for this file time.AclFileAttributeView.name()
Returns the name of the attribute view.BasicFileAttributeView.name()
Returns the name of the attribute view.DosFileAttributeView.name()
Returns the name of the attribute view.FileOwnerAttributeView.name()
Returns the name of the attribute view.PosixFileAttributeView.name()
Returns the name of the attribute view.UserDefinedFileAttributeView.name()
Returns the name of this attribute view.DosFileAttributeView.readAttributes()
PosixFileAttributeView.readAttributes()
AclEntry.toString()
Returns the string representation of this ACL entry.FileTime.toString()
Returns the string representation of thisFileTime
. -
Uses of Override in java.security
Modifier and TypeMethodDescriptionvoid
Permissions.add
(Permission permission) Adds a permission object to the PermissionCollection for the class the permission belongs to.void
Provider.clear()
Clears this provider so that it no longer contains the properties used to look up facilities implemented by the provider.Provider.compute
(Object key, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) Attempts to compute a mapping for the specified key and its current mapped value (ornull
if there is no current mapping).Provider.computeIfAbsent
(Object key, Function<? super Object, ? extends Object> mappingFunction) If the specified key is not already associated with a value (or is mapped tonull
), attempts to compute its value using the given mapping function and enters it into this map unlessnull
.Provider.computeIfPresent
(Object key, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.Permissions.elements()
Returns an enumeration of all the Permission objects in all the PermissionCollections in this Permissions object.Provider.entrySet()
Returns an unmodifiable Set view of the property entries contained in this Provider.boolean
Checks two BasicPermission objects for equality.boolean
Tests for equality between the specified object and this object.boolean
Compares thisPKCS12Attribute
and a specified object for equality.void
Provider.forEach
(BiConsumer<? super Object, ? super Object> action) BasicPermission.getActions()
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for a BasicPermission.KeyStore.PrivateKeyEntry.getAttributes()
Retrieves the attributes associated with an entry.KeyStore.SecretKeyEntry.getAttributes()
Retrieves the attributes associated with an entry.KeyStore.TrustedCertificateEntry.getAttributes()
Retrieves the attributes associated with an entry.PKCS12Attribute.getName()
Returns the attribute's ASN.1 Object Identifier represented as a list of dot-separated integers.Provider.getOrDefault
(Object key, Object defaultValue) DomainLoadStoreParameter.getProtectionParameter()
Gets the keystore protection parameters for this domain.PKCS12Attribute.getValue()
Returns the attribute's ASN.1 DER-encoded value as a string.int
BasicPermission.hashCode()
Returns the hash code value for this object.int
CodeSource.hashCode()
Returns the hash code value for this object.int
PKCS12Attribute.hashCode()
Returns the hashcode for thisPKCS12Attribute
.boolean
BasicPermission.implies
(Permission p) Checks if the specified permission is "implied" by this object.boolean
Permissions.implies
(Permission permission) Checks to see if this object's PermissionCollection for permissions of the specified permission's class implies the permissions expressed in the permission object.Provider.keySet()
Returns an unmodifiable Set view of the property keys contained in this provider.void
Provider.load
(InputStream inStream) Reads a property list (key and element pairs) from the input stream.Provider.merge
(Object key, Object value, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) If the specified key is not already associated with a value or is associated with null, associates it with the given value.BasicPermission.newPermissionCollection()
Returns a new PermissionCollection object for storing BasicPermission objects.protected final int
SecureRandom.next
(int numBits) Generates an integer containing the user-specified number of pseudo-random bits (right justified, with leading zeros).void
SecureRandom.nextBytes
(byte[] bytes) Generates a user-specified number of random bytes.Sets thekey
property to have the specifiedvalue
.void
Copies all of the mappings from the specified Map to this provider.Provider.putIfAbsent
(Object key, Object value) If the specified key is not already associated with a value (or is mapped tonull
) associates it with the given value and returnsnull
, else returns the current value.Removes thekey
property (and its correspondingvalue
).boolean
Removes the entry for the specified key only if it is currently mapped to the specified value.Replaces the entry for the specified key only if it is currently mapped to some value.boolean
Replaces the entry for the specified key only if currently mapped to the specified value.void
Provider.replaceAll
(BiFunction<? super Object, ? super Object, ? extends Object> function) Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.void
SecureRandom.setSeed
(long seed) Reseeds this random object, using the eight bytes contained in the givenlong seed
.CodeSource.toString()
Returns a string describing this CodeSource, telling its URL and certificates.DrbgParameters.Instantiation.toString()
Returns a Human-readable string representation of thisInstantiation
.PKCS12Attribute.toString()
Returns a string representation of thisPKCS12Attribute
.ProtectionDomain.toString()
Convert a ProtectionDomain to a String.SecureRandom.toString()
Returns a Human-readable string representation of thisSecureRandom
.SecureRandomSpi.toString()
Returns a Human-readable string representation of thisSecureRandom
.Provider.values()
Returns an unmodifiable Collection view of the property values contained in this provider. -
Uses of Override in java.security.cert
Modifier and TypeMethodDescriptionvoid
PKIXCertPathChecker.check
(Certificate cert) Performs the check(s) on the specified certificate using its internal state.PKIXCertPathChecker.clone()
Returns a clone of this object.PKIXRevocationChecker.clone()
URICertStoreParameters.clone()
Returns a copy of this object.boolean
Compares the specified object with this parameters object for equality.int
URICertStoreParameters.hashCode()
Returns a hash code value for this parameters object.abstract void
PKIXCertPathChecker.init
(boolean forward) Initializes the internal state of thisPKIXCertPathChecker
.abstract boolean
PKIXCertPathChecker.isForwardCheckingSupported()
Indicates if forward checking is supported.URICertStoreParameters.toString()
Returns a formatted string describing the parameters including the URI used to construct this object. -
Uses of Override in java.sql
Modifier and TypeMethodDescriptionint
Timestamp.hashCode()
Returns a hash code value for this object.Date.toInstant()
This method always throws an UnsupportedOperationException and should not be used because SQLDate
values do not have a time component.Time.toInstant()
This method always throws an UnsupportedOperationException and should not be used because SQLTime
values do not have a date component.Timestamp.toInstant()
Converts thisTimestamp
object to anInstant
. -
Uses of Override in java.text
Modifier and TypeMethodDescriptionBreakIterator.clone()
Create a copy of this iteratorCollator.clone()
Overrides CloneableCompactNumberFormat.clone()
Creates and returns a copy of thisCompactNumberFormat
instance.DecimalFormat.clone()
Standard override; no change in semantics.DecimalFormatSymbols.clone()
Standard override.NumberFormat.clone()
Overrides Cloneable.SimpleDateFormat.clone()
Creates a copy of thisSimpleDateFormat
.int
Compares its two arguments for order.boolean
Compares the equality of two Collators.boolean
Checks if thisCompactNumberFormat
is equal to the specifiedobj
.boolean
Overrides equalsboolean
Override equals.boolean
Overrides equals.boolean
Compares the given object with thisSimpleDateFormat
for equality.CompactNumberFormat.format
(double number, StringBuffer result, FieldPosition fieldPosition) Formats a double to produce a string representing its compact form.CompactNumberFormat.format
(long number, StringBuffer result, FieldPosition fieldPosition) Formats a long to produce a string representing its compact form.final StringBuffer
CompactNumberFormat.format
(Object number, StringBuffer toAppendTo, FieldPosition fieldPosition) Formats a number to produce a string representing its compact form.DecimalFormat.format
(double number, StringBuffer result, FieldPosition fieldPosition) Formats a double to produce a string.DecimalFormat.format
(long number, StringBuffer result, FieldPosition fieldPosition) Format a long to produce a string.final StringBuffer
DecimalFormat.format
(Object number, StringBuffer toAppendTo, FieldPosition pos) Formats a number and appends the resulting text to the given string buffer.NumberFormat.format
(Object number, StringBuffer toAppendTo, FieldPosition pos) Formats a number and appends the resulting text to the given string buffer.SimpleDateFormat.format
(Date date, StringBuffer toAppendTo, FieldPosition pos) Formats the givenDate
into a date/time string and appends the result to the givenStringBuffer
.CompactNumberFormat.formatToCharacterIterator
(Object obj) Formats an Object producing anAttributedCharacterIterator
.DecimalFormat.formatToCharacterIterator
(Object obj) Formats an Object producing anAttributedCharacterIterator
.SimpleDateFormat.formatToCharacterIterator
(Object obj) Formats an Object producing anAttributedCharacterIterator
.DecimalFormat.getCurrency()
Gets the currency used by this decimal format when formatting currency values.int
DecimalFormat.getMaximumFractionDigits()
Gets the maximum number of digits allowed in the fraction portion of a number.int
DecimalFormat.getMaximumIntegerDigits()
Gets the maximum number of digits allowed in the integer portion of a number.int
DecimalFormat.getMinimumFractionDigits()
Gets the minimum number of digits allowed in the fraction portion of a number.int
DecimalFormat.getMinimumIntegerDigits()
Gets the minimum number of digits allowed in the integer portion of a number.CompactNumberFormat.getRoundingMode()
Gets theRoundingMode
used in thisCompactNumberFormat
.DecimalFormat.getRoundingMode()
Gets theRoundingMode
used in this DecimalFormat.abstract int
Collator.hashCode()
Generates the hash code for this Collator.int
CompactNumberFormat.hashCode()
Returns the hash code for thisCompactNumberFormat
instance.int
DateFormatSymbols.hashCode()
Override hashCode.int
DecimalFormat.hashCode()
Overrides hashCodeint
DecimalFormatSymbols.hashCode()
Override hashCode.int
NumberFormat.hashCode()
Overrides hashCode.int
SimpleDateFormat.hashCode()
Returns the hash code value for thisSimpleDateFormat
object.boolean
CompactNumberFormat.isGroupingUsed()
Returns true if grouping is used in this format.boolean
CompactNumberFormat.isParseIntegerOnly()
Returns true if this format parses only an integer from the number component of a compact number.CompactNumberFormat.parse
(String text, ParsePosition pos) Parses a compact number from a string to produce aNumber
.DecimalFormat.parse
(String text, ParsePosition pos) Parses text from a string to produce aNumber
.SimpleDateFormat.parse
(String text, ParsePosition pos) Parses text from a string to produce aDate
.final Object
NumberFormat.parseObject
(String source, ParsePosition pos) Parses text from a string to produce aNumber
.protected Object
DateFormat.Field.readResolve()
Resolves instances being deserialized to the predefined constants.protected Object
NumberFormat.Field.readResolve()
Resolves instances being deserialized to the predefined constants.void
DecimalFormat.setCurrency
(Currency currency) Sets the currency used by this number format when formatting currency values.void
CompactNumberFormat.setGroupingUsed
(boolean newValue) Sets whether or not grouping will be used in this format.void
CompactNumberFormat.setMaximumFractionDigits
(int newValue) Sets the maximum number of digits allowed in the fraction portion of a number.void
DecimalFormat.setMaximumFractionDigits
(int newValue) Sets the maximum number of digits allowed in the fraction portion of a number.void
CompactNumberFormat.setMaximumIntegerDigits
(int newValue) Sets the maximum number of digits allowed in the integer portion of a number.void
DecimalFormat.setMaximumIntegerDigits
(int newValue) Sets the maximum number of digits allowed in the integer portion of a number.void
CompactNumberFormat.setMinimumFractionDigits
(int newValue) Sets the minimum number of digits allowed in the fraction portion of a number.void
DecimalFormat.setMinimumFractionDigits
(int newValue) Sets the minimum number of digits allowed in the fraction portion of a number.void
CompactNumberFormat.setMinimumIntegerDigits
(int newValue) Sets the minimum number of digits allowed in the integer portion of a number.void
DecimalFormat.setMinimumIntegerDigits
(int newValue) Sets the minimum number of digits allowed in the integer portion of a number.void
CompactNumberFormat.setParseIntegerOnly
(boolean value) Sets whether or not this format parses only an integer from the number component of a compact number.void
CompactNumberFormat.setRoundingMode
(RoundingMode roundingMode) Sets theRoundingMode
used in thisCompactNumberFormat
.void
DecimalFormat.setRoundingMode
(RoundingMode roundingMode) Sets theRoundingMode
used in this DecimalFormat. -
Uses of Override in java.time
Modifier and TypeMethodDescriptionAdds this duration to the specified temporal object.Adds this period to the specified temporal object.DayOfWeek.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have this day-of-week.Instant.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have this instant.LocalDate.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same date as this object.LocalDateTime.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same date and time as this object.LocalTime.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same time as this object.Month.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have this month-of-year.MonthDay.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have this month-day.OffsetDateTime.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same offset, date and time as this object.OffsetTime.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same offset and time as this object.Year.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have this year.YearMonth.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have this year-month.ZoneOffset.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same offset as this object.Combines this date with a time to create aLocalDateTime
.Combines this date-time with a time-zone to create aZonedDateTime
.int
Compares this duration to the specifiedDuration
.int
Compares this instant to the specified instant.int
LocalDate.compareTo
(ChronoLocalDate other) Compares this date to another date.int
LocalDateTime.compareTo
(ChronoLocalDateTime<?> other) Compares this date-time to another date-time.int
Compares this time to another time.int
Compares this month-day to another month-day.int
OffsetDateTime.compareTo
(OffsetDateTime other) Compares this date-time to another date-time.int
OffsetTime.compareTo
(OffsetTime other) Compares thisOffsetTime
to another time.int
Compares this year to another year.int
Compares this year-month to another year-month.int
ZoneOffset.compareTo
(ZoneOffset other) Compares this offset to another offset in descending order.boolean
Checks if this clock is equal to another clock.boolean
Checks if this duration is equal to the specifiedDuration
.boolean
Checks if this instant is equal to the specified instant.boolean
Checks if this date is equal to another date.boolean
Checks if this date-time is equal to another date-time.boolean
Checks if this time is equal to another time.boolean
Checks if this month-day is equal to another month-day.boolean
Checks if this date-time is equal to another date-time.boolean
Checks if this time is equal to another time.boolean
Checks if this period is equal to another period.boolean
Checks if this year is equal to another year.boolean
Checks if this year-month is equal to another year-month.boolean
Checks if this date-time is equal to another date-time.boolean
Checks if this time-zone ID is equal to another time-zone ID.boolean
Checks if this offset is equal to another offset.LocalDate.format
(DateTimeFormatter formatter) Formats this date using the specified formatter.LocalDateTime.format
(DateTimeFormatter formatter) Formats this date-time using the specified formatter.ZonedDateTime.format
(DateTimeFormatter formatter) Formats this date-time using the specified formatter.int
DayOfWeek.get
(TemporalField field) Gets the value of the specified field from this day-of-week as anint
.long
Duration.get
(TemporalUnit unit) Gets the value of the requested unit.int
Instant.get
(TemporalField field) Gets the value of the specified field from this instant as anint
.int
LocalDate.get
(TemporalField field) Gets the value of the specified field from this date as anint
.int
LocalDateTime.get
(TemporalField field) Gets the value of the specified field from this date-time as anint
.int
LocalTime.get
(TemporalField field) Gets the value of the specified field from this time as anint
.int
Month.get
(TemporalField field) Gets the value of the specified field from this month-of-year as anint
.int
MonthDay.get
(TemporalField field) Gets the value of the specified field from this month-day as anint
.int
OffsetDateTime.get
(TemporalField field) Gets the value of the specified field from this date-time as anint
.int
OffsetTime.get
(TemporalField field) Gets the value of the specified field from this time as anint
.long
Period.get
(TemporalUnit unit) Gets the value of the requested unit.int
Year.get
(TemporalField field) Gets the value of the specified field from this year as anint
.int
YearMonth.get
(TemporalField field) Gets the value of the specified field from this year-month as anint
.int
ZonedDateTime.get
(TemporalField field) Gets the value of the specified field from this date-time as anint
.int
ZoneOffset.get
(TemporalField field) Gets the value of the specified field from this offset as anint
.LocalDate.getChronology()
Gets the chronology of this date, which is the ISO calendar system.Period.getChronology()
Gets the chronology of this period, which is the ISO calendar system.LocalDate.getEra()
Gets the era applicable at this date.ZoneOffset.getId()
Gets the normalized zone offset ID.long
DayOfWeek.getLong
(TemporalField field) Gets the value of the specified field from this day-of-week as along
.long
Instant.getLong
(TemporalField field) Gets the value of the specified field from this instant as along
.long
LocalDate.getLong
(TemporalField field) Gets the value of the specified field from this date as along
.long
LocalDateTime.getLong
(TemporalField field) Gets the value of the specified field from this date-time as along
.long
LocalTime.getLong
(TemporalField field) Gets the value of the specified field from this time as along
.long
Month.getLong
(TemporalField field) Gets the value of the specified field from this month-of-year as along
.long
MonthDay.getLong
(TemporalField field) Gets the value of the specified field from this month-day as along
.long
OffsetDateTime.getLong
(TemporalField field) Gets the value of the specified field from this date-time as along
.long
OffsetTime.getLong
(TemporalField field) Gets the value of the specified field from this time as along
.long
Year.getLong
(TemporalField field) Gets the value of the specified field from this year as along
.long
YearMonth.getLong
(TemporalField field) Gets the value of the specified field from this year-month as along
.long
ZonedDateTime.getLong
(TemporalField field) Gets the value of the specified field from this date-time as along
.long
ZoneOffset.getLong
(TemporalField field) Gets the value of the specified field from this offset as along
.ZonedDateTime.getOffset()
Gets the zone offset, such as '+01:00'.ZoneOffset.getRules()
Gets the associated time-zone rules.Duration.getUnits()
Gets the set of units supported by this duration.Period.getUnits()
Gets the set of units supported by this period.ZonedDateTime.getZone()
Gets the time-zone, such as 'Europe/Paris'.int
Clock.hashCode()
A hash code for this clock.int
Duration.hashCode()
A hash code for this duration.int
Instant.hashCode()
Returns a hash code for this instant.int
LocalDate.hashCode()
A hash code for this date.int
LocalDateTime.hashCode()
A hash code for this date-time.int
LocalTime.hashCode()
A hash code for this time.int
MonthDay.hashCode()
A hash code for this month-day.int
OffsetDateTime.hashCode()
A hash code for this date-time.int
OffsetTime.hashCode()
A hash code for this time.int
Period.hashCode()
A hash code for this period.int
Year.hashCode()
A hash code for this year.int
YearMonth.hashCode()
A hash code for this year-month.int
ZonedDateTime.hashCode()
A hash code for this date-time.int
ZoneId.hashCode()
A hash code for this time-zone ID.int
ZoneOffset.hashCode()
A hash code for this offset.abstract Instant
Clock.instant()
Gets the current instant of the clock.boolean
LocalDate.isAfter
(ChronoLocalDate other) Checks if this date is after the specified date.boolean
LocalDateTime.isAfter
(ChronoLocalDateTime<?> other) Checks if this date-time is after the specified date-time.boolean
LocalDate.isBefore
(ChronoLocalDate other) Checks if this date is before the specified date.boolean
LocalDateTime.isBefore
(ChronoLocalDateTime<?> other) Checks if this date-time is before the specified date-time.boolean
LocalDate.isEqual
(ChronoLocalDate other) Checks if this date is equal to the specified date.boolean
LocalDateTime.isEqual
(ChronoLocalDateTime<?> other) Checks if this date-time is equal to the specified date-time.boolean
LocalDate.isLeapYear()
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.boolean
DayOfWeek.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
Instant.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
Instant.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
LocalDate.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
LocalDate.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
LocalDateTime.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
LocalDateTime.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
LocalTime.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
LocalTime.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
Month.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
MonthDay.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
OffsetDateTime.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
OffsetDateTime.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
OffsetTime.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
OffsetTime.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
Year.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
Year.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
YearMonth.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
YearMonth.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
ZonedDateTime.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
ZonedDateTime.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
ZoneOffset.isSupported
(TemporalField field) Checks if the specified field is supported.int
LocalDate.lengthOfMonth()
Returns the length of the month represented by this date.int
LocalDate.lengthOfYear()
Returns the length of the year represented by this date.long
Clock.millis()
Gets the current millisecond instant of the clock.Instant.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this instant with the specified amount subtracted.Instant.minus
(TemporalAmount amountToSubtract) Returns a copy of this instant with the specified amount subtracted.LocalDate.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this date with the specified amount subtracted.LocalDate.minus
(TemporalAmount amountToSubtract) Returns a copy of this date with the specified amount subtracted.LocalDateTime.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this date-time with the specified amount subtracted.LocalDateTime.minus
(TemporalAmount amountToSubtract) Returns a copy of this date-time with the specified amount subtracted.LocalTime.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this time with the specified amount subtracted.LocalTime.minus
(TemporalAmount amountToSubtract) Returns a copy of this time with the specified amount subtracted.OffsetDateTime.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this date-time with the specified amount subtracted.OffsetDateTime.minus
(TemporalAmount amountToSubtract) Returns a copy of this date-time with the specified amount subtracted.OffsetTime.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this time with the specified amount subtracted.OffsetTime.minus
(TemporalAmount amountToSubtract) Returns a copy of this time with the specified amount subtracted.Year.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this year with the specified amount subtracted.Year.minus
(TemporalAmount amountToSubtract) Returns a copy of this year with the specified amount subtracted.YearMonth.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this year-month with the specified amount subtracted.YearMonth.minus
(TemporalAmount amountToSubtract) Returns a copy of this year-month with the specified amount subtracted.ZonedDateTime.minus
(long amountToSubtract, TemporalUnit unit) Returns a copy of this date-time with the specified amount subtracted.ZonedDateTime.minus
(TemporalAmount amountToSubtract) Returns a copy of this date-time with the specified amount subtracted.Instant.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this instant with the specified amount added.Instant.plus
(TemporalAmount amountToAdd) Returns a copy of this instant with the specified amount added.LocalDate.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this date with the specified amount added.LocalDate.plus
(TemporalAmount amountToAdd) Returns a copy of this date with the specified amount added.LocalDateTime.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this date-time with the specified amount added.LocalDateTime.plus
(TemporalAmount amountToAdd) Returns a copy of this date-time with the specified amount added.LocalTime.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this time with the specified amount added.LocalTime.plus
(TemporalAmount amountToAdd) Returns a copy of this time with the specified amount added.OffsetDateTime.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this date-time with the specified amount added.OffsetDateTime.plus
(TemporalAmount amountToAdd) Returns a copy of this date-time with the specified amount added.OffsetTime.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this time with the specified amount added.OffsetTime.plus
(TemporalAmount amountToAdd) Returns a copy of this time with the specified amount added.Year.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this year with the specified amount added.Year.plus
(TemporalAmount amountToAdd) Returns a copy of this year with the specified amount added.YearMonth.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this year-month with the specified amount added.YearMonth.plus
(TemporalAmount amountToAdd) Returns a copy of this year-month with the specified amount added.ZonedDateTime.plus
(long amountToAdd, TemporalUnit unit) Returns a copy of this date-time with the specified amount added.ZonedDateTime.plus
(TemporalAmount amountToAdd) Returns a copy of this date-time with the specified amount added.<R> R
DayOfWeek.query
(TemporalQuery<R> query) Queries this day-of-week using the specified query.<R> R
Instant.query
(TemporalQuery<R> query) Queries this instant using the specified query.<R> R
LocalDate.query
(TemporalQuery<R> query) Queries this date using the specified query.<R> R
LocalDateTime.query
(TemporalQuery<R> query) Queries this date-time using the specified query.<R> R
LocalTime.query
(TemporalQuery<R> query) Queries this time using the specified query.<R> R
Month.query
(TemporalQuery<R> query) Queries this month-of-year using the specified query.<R> R
MonthDay.query
(TemporalQuery<R> query) Queries this month-day using the specified query.<R> R
OffsetDateTime.query
(TemporalQuery<R> query) Queries this date-time using the specified query.<R> R
OffsetTime.query
(TemporalQuery<R> query) Queries this time using the specified query.<R> R
Year.query
(TemporalQuery<R> query) Queries this year using the specified query.<R> R
YearMonth.query
(TemporalQuery<R> query) Queries this year-month using the specified query.<R> R
ZonedDateTime.query
(TemporalQuery<R> query) Queries this date-time using the specified query.<R> R
ZoneOffset.query
(TemporalQuery<R> query) Queries this offset using the specified query.DayOfWeek.range
(TemporalField field) Gets the range of valid values for the specified field.Instant.range
(TemporalField field) Gets the range of valid values for the specified field.LocalDate.range
(TemporalField field) Gets the range of valid values for the specified field.LocalDateTime.range
(TemporalField field) Gets the range of valid values for the specified field.LocalTime.range
(TemporalField field) Gets the range of valid values for the specified field.Month.range
(TemporalField field) Gets the range of valid values for the specified field.MonthDay.range
(TemporalField field) Gets the range of valid values for the specified field.OffsetDateTime.range
(TemporalField field) Gets the range of valid values for the specified field.OffsetTime.range
(TemporalField field) Gets the range of valid values for the specified field.Year.range
(TemporalField field) Gets the range of valid values for the specified field.YearMonth.range
(TemporalField field) Gets the range of valid values for the specified field.ZonedDateTime.range
(TemporalField field) Gets the range of valid values for the specified field.ZoneOffset.range
(TemporalField field) Gets the range of valid values for the specified field.Duration.subtractFrom
(Temporal temporal) Subtracts this duration from the specified temporal object.Period.subtractFrom
(Temporal temporal) Subtracts this period from the specified temporal object.LocalDateTime.toLocalDate()
Gets theLocalDate
part of this date-time.ZonedDateTime.toLocalDate()
Gets theLocalDate
part of this date-time.ZonedDateTime.toLocalDateTime()
Gets theLocalDateTime
part of this date-time.LocalDateTime.toLocalTime()
Gets theLocalTime
part of this date-time.ZonedDateTime.toLocalTime()
Gets theLocalTime
part of this date-time.Duration.toString()
A string representation of this duration using ISO-8601 seconds based representation, such asPT8H6M12.345S
.Instant.toString()
A string representation of this instant using ISO-8601 representation.LocalDate.toString()
Outputs this date as aString
, such as2007-12-03
.LocalDateTime.toString()
Outputs this date-time as aString
, such as2007-12-03T10:15:30
.LocalTime.toString()
Outputs this time as aString
, such as10:15
.MonthDay.toString()
Outputs this month-day as aString
, such as--12-03
.OffsetDateTime.toString()
Outputs this date-time as aString
, such as2007-12-03T10:15:30+01:00
.OffsetTime.toString()
Outputs this time as aString
, such as10:15:30+01:00
.Period.toString()
Outputs this period as aString
, such asP6Y3M1D
.Year.toString()
Outputs this year as aString
.YearMonth.toString()
Outputs this year-month as aString
, such as2007-12
.ZonedDateTime.toString()
Outputs this date-time as aString
, such as2007-12-03T10:15:30+01:00[Europe/Paris]
.ZoneId.toString()
Outputs this zone as aString
, using the ID.ZoneOffset.toString()
Outputs this offset as aString
, using the normalized ID.long
Instant.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another instant in terms of the specified unit.LocalDate.until
(ChronoLocalDate endDateExclusive) Calculates the period between this date and another date as aPeriod
.long
LocalDate.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another date in terms of the specified unit.long
LocalDateTime.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another date-time in terms of the specified unit.long
LocalTime.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another time in terms of the specified unit.long
OffsetDateTime.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another date-time in terms of the specified unit.long
OffsetTime.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another time in terms of the specified unit.long
Year.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another year in terms of the specified unit.long
YearMonth.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another year-month in terms of the specified unit.long
ZonedDateTime.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another date-time in terms of the specified unit.Instant.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this instant.Instant.with
(TemporalField field, long newValue) Returns a copy of this instant with the specified field set to a new value.LocalDate.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this date.LocalDate.with
(TemporalField field, long newValue) Returns a copy of this date with the specified field set to a new value.LocalDateTime.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this date-time.LocalDateTime.with
(TemporalField field, long newValue) Returns a copy of this date-time with the specified field set to a new value.LocalTime.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this time.LocalTime.with
(TemporalField field, long newValue) Returns a copy of this time with the specified field set to a new value.OffsetDateTime.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this date-time.OffsetDateTime.with
(TemporalField field, long newValue) Returns a copy of this date-time with the specified field set to a new value.OffsetTime.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this time.OffsetTime.with
(TemporalField field, long newValue) Returns a copy of this time with the specified field set to a new value.Year.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this year.Year.with
(TemporalField field, long newValue) Returns a copy of this year with the specified field set to a new value.YearMonth.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this year-month.YearMonth.with
(TemporalField field, long newValue) Returns a copy of this year-month with the specified field set to a new value.ZonedDateTime.with
(TemporalAdjuster adjuster) Returns an adjusted copy of this date-time.ZonedDateTime.with
(TemporalField field, long newValue) Returns a copy of this date-time with the specified field set to a new value.ZonedDateTime.withEarlierOffsetAtOverlap()
Returns a copy of this date-time changing the zone offset to the earlier of the two valid offsets at a local time-line overlap.ZonedDateTime.withLaterOffsetAtOverlap()
Returns a copy of this date-time changing the zone offset to the later of the two valid offsets at a local time-line overlap.abstract Clock
Returns a copy of this clock with a different time-zone.ZonedDateTime.withZoneSameInstant
(ZoneId zone) Returns a copy of this date-time with a different time-zone, retaining the instant.ZonedDateTime.withZoneSameLocal
(ZoneId zone) Returns a copy of this date-time with a different time-zone, retaining the local date-time if possible. -
Uses of Override in java.time.chrono
Modifier and TypeMethodDescriptionAdds this period to the specified temporal object.default Temporal
ChronoLocalDate.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same date as this object.default Temporal
ChronoLocalDateTime.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same date and time as this object.default Temporal
Era.adjustInto
(Temporal temporal) Adjusts the specified temporal object to have the same era as this object.final ChronoLocalDateTime<HijrahDate>
final ChronoLocalDateTime<JapaneseDate>
final ChronoLocalDateTime<MinguoDate>
int
AbstractChronology.compareTo
(Chronology other) Compares this chronology to another chronology.default int
ChronoLocalDate.compareTo
(ChronoLocalDate other) Compares this date to another date, including the chronology.default int
ChronoLocalDateTime.compareTo
(ChronoLocalDateTime<?> other) Compares this date-time to another date-time, including the chronology.int
Chronology.compareTo
(Chronology other) Compares this chronology to another chronology.default int
ChronoZonedDateTime.compareTo
(ChronoZonedDateTime<?> other) Compares this date-time to another date-time, including the chronology.HijrahChronology.date
(int prolepticYear, int month, int dayOfMonth) Obtains a local date in Hijrah calendar system from the proleptic-year, month-of-year and day-of-month fields.Obtains a local date in Hijrah calendar system from the era, year-of-era, month-of-year and day-of-month fields.HijrahChronology.date
(TemporalAccessor temporal) IsoChronology.date
(int prolepticYear, int month, int dayOfMonth) Obtains an ISO local date from the proleptic-year, month-of-year and day-of-month fields.Obtains an ISO local date from the era, year-of-era, month-of-year and day-of-month fields.IsoChronology.date
(TemporalAccessor temporal) Obtains an ISO local date from another date-time object.JapaneseChronology.date
(int prolepticYear, int month, int dayOfMonth) Obtains a local date in Japanese calendar system from the proleptic-year, month-of-year and day-of-month fields.Obtains a local date in Japanese calendar system from the era, year-of-era, month-of-year and day-of-month fields.JapaneseChronology.date
(TemporalAccessor temporal) MinguoChronology.date
(int prolepticYear, int month, int dayOfMonth) Obtains a local date in Minguo calendar system from the proleptic-year, month-of-year and day-of-month fields.Obtains a local date in Minguo calendar system from the era, year-of-era, month-of-year and day-of-month fields.MinguoChronology.date
(TemporalAccessor temporal) ThaiBuddhistChronology.date
(int prolepticYear, int month, int dayOfMonth) Obtains a local date in Thai Buddhist calendar system from the proleptic-year, month-of-year and day-of-month fields.Obtains a local date in Thai Buddhist calendar system from the era, year-of-era, month-of-year and day-of-month fields.ThaiBuddhistChronology.date
(TemporalAccessor temporal) HijrahChronology.dateEpochDay
(long epochDay) Obtains a local date in the Hijrah calendar system from the epoch-day.IsoChronology.dateEpochDay
(long epochDay) Obtains an ISO local date from the epoch-day.JapaneseChronology.dateEpochDay
(long epochDay) Obtains a local date in the Japanese calendar system from the epoch-day.MinguoChronology.dateEpochDay
(long epochDay) Obtains a local date in the Minguo calendar system from the epoch-day.ThaiBuddhistChronology.dateEpochDay
(long epochDay) Obtains a local date in the Thai Buddhist calendar system from the epoch-day.HijrahChronology.dateNow()
IsoChronology.dateNow()
Obtains the current ISO local date from the system clock in the default time-zone.Obtains the current ISO local date from the specified clock.Obtains the current ISO local date from the system clock in the specified time-zone.JapaneseChronology.dateNow()
MinguoChronology.dateNow()
ThaiBuddhistChronology.dateNow()
HijrahChronology.dateYearDay
(int prolepticYear, int dayOfYear) Obtains a local date in Hijrah calendar system from the proleptic-year and day-of-year fields.HijrahChronology.dateYearDay
(Era era, int yearOfEra, int dayOfYear) Obtains a local date in Hijrah calendar system from the era, year-of-era and day-of-year fields.IsoChronology.dateYearDay
(int prolepticYear, int dayOfYear) Obtains an ISO local date from the proleptic-year and day-of-year fields.IsoChronology.dateYearDay
(Era era, int yearOfEra, int dayOfYear) Obtains an ISO local date from the era, year-of-era and day-of-year fields.JapaneseChronology.dateYearDay
(int prolepticYear, int dayOfYear) Obtains a local date in Japanese calendar system from the proleptic-year and day-of-year fields.JapaneseChronology.dateYearDay
(Era era, int yearOfEra, int dayOfYear) Obtains a local date in Japanese calendar system from the era, year-of-era and day-of-year fields.MinguoChronology.dateYearDay
(int prolepticYear, int dayOfYear) Obtains a local date in Minguo calendar system from the proleptic-year and day-of-year fields.MinguoChronology.dateYearDay
(Era era, int yearOfEra, int dayOfYear) Obtains a local date in Minguo calendar system from the era, year-of-era and day-of-year fields.ThaiBuddhistChronology.dateYearDay
(int prolepticYear, int dayOfYear) Obtains a local date in Thai Buddhist calendar system from the proleptic-year and day-of-year fields.ThaiBuddhistChronology.dateYearDay
(Era era, int yearOfEra, int dayOfYear) Obtains a local date in Thai Buddhist calendar system from the era, year-of-era and day-of-year fields.long
IsoChronology.epochSecond
(int prolepticYear, int month, int dayOfMonth, int hour, int minute, int second, ZoneOffset zoneOffset) Gets the number of seconds from the epoch of 1970-01-01T00:00:00Z.boolean
Checks if this chronology is equal to another chronology.boolean
Checks if this date is equal to another date, including the chronology.boolean
Checks if this date-time is equal to another date-time, including the chronology.boolean
Checks if this chronology is equal to another chronology.boolean
Checks if this period is equal to another period, including the chronology.boolean
Checks if this date-time is equal to another date-time.boolean
Compares this date to another date, including the chronology.boolean
Compares this date to another date, including the chronology.boolean
Compares this date to another date, including the chronology.boolean
Compares this date to another date, including the chronology.HijrahChronology.eraOf
(int eraValue) Creates the HijrahEra object from the numeric value.IsoChronology.eraOf
(int eraValue) JapaneseChronology.eraOf
(int eraValue) Returns the calendar system era object from the given numeric value.MinguoChronology.eraOf
(int eraValue) ThaiBuddhistChronology.eraOf
(int eraValue) HijrahChronology.eras()
IsoChronology.eras()
JapaneseChronology.eras()
MinguoChronology.eras()
ThaiBuddhistChronology.eras()
long
ChronoPeriod.get
(TemporalUnit unit) Gets the value of the requested unit.default int
Era.get
(TemporalField field) Gets the value of the specified field from this era as anint
.HijrahChronology.getCalendarType()
Gets the calendar type of the Islamic calendar.IsoChronology.getCalendarType()
Gets the calendar type of the underlying calendar system - 'iso8601'.JapaneseChronology.getCalendarType()
Gets the calendar type of the underlying calendar system - 'japanese'.MinguoChronology.getCalendarType()
Gets the calendar type of the underlying calendar system - 'roc'.ThaiBuddhistChronology.getCalendarType()
Gets the calendar type of the underlying calendar system - 'buddhist'.HijrahDate.getChronology()
Gets the chronology of this date, which is the Hijrah calendar system.JapaneseDate.getChronology()
Gets the chronology of this date, which is the Japanese calendar system.MinguoDate.getChronology()
Gets the chronology of this date, which is the Minguo calendar system.ThaiBuddhistDate.getChronology()
Gets the chronology of this date, which is the Thai Buddhist calendar system.HijrahEra.getDisplayName
(TextStyle style, Locale locale) Gets the textual representation of this era.JapaneseEra.getDisplayName
(TextStyle style, Locale locale) Gets the textual representation of this era.MinguoEra.getDisplayName
(TextStyle style, Locale locale) Gets the textual representation of this era.ThaiBuddhistEra.getDisplayName
(TextStyle style, Locale locale) Gets the textual representation of this era.HijrahDate.getEra()
Gets the era applicable at this date.JapaneseDate.getEra()
Gets the era applicable at this date.MinguoDate.getEra()
Gets the era applicable at this date.ThaiBuddhistDate.getEra()
Gets the era applicable at this date.HijrahChronology.getId()
Gets the ID of the chronology.IsoChronology.getId()
Gets the ID of the chronology - 'ISO'.JapaneseChronology.getId()
Gets the ID of the chronology - 'Japanese'.MinguoChronology.getId()
Gets the ID of the chronology - 'Minguo'.ThaiBuddhistChronology.getId()
Gets the ID of the chronology - 'ThaiBuddhist'.default long
ChronoZonedDateTime.getLong
(TemporalField field) default long
Era.getLong
(TemporalField field) Gets the value of the specified field from this era as along
.long
HijrahDate.getLong
(TemporalField field) long
JapaneseDate.getLong
(TemporalField field) long
MinguoDate.getLong
(TemporalField field) long
ThaiBuddhistDate.getLong
(TemporalField field) ChronoPeriod.getUnits()
Gets the set of units supported by this period.int
HijrahEra.getValue()
Gets the numeric eraint
value.int
IsoEra.getValue()
Gets the numeric eraint
value.int
JapaneseEra.getValue()
Gets the numeric eraint
value.int
MinguoEra.getValue()
Gets the numeric eraint
value.int
ThaiBuddhistEra.getValue()
Gets the numeric eraint
value.int
AbstractChronology.hashCode()
A hash code for this chronology.int
ChronoLocalDate.hashCode()
A hash code for this date.int
ChronoLocalDateTime.hashCode()
A hash code for this date-time.int
Chronology.hashCode()
A hash code for this chronology.int
ChronoPeriod.hashCode()
A hash code for this period.int
ChronoZonedDateTime.hashCode()
A hash code for this date-time.int
HijrahDate.hashCode()
A hash code for this date.int
JapaneseDate.hashCode()
A hash code for this date.int
MinguoDate.hashCode()
A hash code for this date.int
ThaiBuddhistDate.hashCode()
A hash code for this date.boolean
HijrahChronology.isLeapYear
(long prolepticYear) boolean
HijrahDate.isLeapYear()
Checks if the year is a leap year, according to the Hijrah calendar system rules.boolean
IsoChronology.isLeapYear
(long prolepticYear) Checks if the year is a leap year, according to the ISO proleptic calendar system rules.boolean
JapaneseChronology.isLeapYear
(long prolepticYear) Checks if the specified year is a leap year.boolean
MinguoChronology.isLeapYear
(long prolepticYear) Checks if the specified year is a leap year.boolean
ThaiBuddhistChronology.isLeapYear
(long prolepticYear) Checks if the specified year is a leap year.default boolean
ChronoLocalDate.isSupported
(TemporalField field) Checks if the specified field is supported.default boolean
ChronoLocalDate.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
ChronoLocalDateTime.isSupported
(TemporalField field) Checks if the specified field is supported.default boolean
ChronoLocalDateTime.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.boolean
ChronoZonedDateTime.isSupported
(TemporalField field) Checks if the specified field is supported.default boolean
ChronoZonedDateTime.isSupported
(TemporalUnit unit) Checks if the specified unit is supported.default boolean
Era.isSupported
(TemporalField field) Checks if the specified field is supported.boolean
JapaneseDate.isSupported
(TemporalField field) Checks if the specified field is supported.int
HijrahDate.lengthOfMonth()
Returns the length of the month represented by this date.int
JapaneseDate.lengthOfMonth()
Returns the length of the month represented by this date.int
MinguoDate.lengthOfMonth()
Returns the length of the month represented by this date.int
ThaiBuddhistDate.lengthOfMonth()
Returns the length of the month represented by this date.int
HijrahDate.lengthOfYear()
Returns the length of the year represented by this date.HijrahChronology.localDateTime
(TemporalAccessor temporal) IsoChronology.localDateTime
(TemporalAccessor temporal) Obtains an ISO local date-time from another date-time object.JapaneseChronology.localDateTime
(TemporalAccessor temporal) MinguoChronology.localDateTime
(TemporalAccessor temporal) ThaiBuddhistChronology.localDateTime
(TemporalAccessor temporal) default ChronoLocalDate
ChronoLocalDate.minus
(long amountToSubtract, TemporalUnit unit) Returns an object of the same type as this object with the specified period subtracted.default ChronoLocalDate
ChronoLocalDate.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.default ChronoLocalDateTime<D>
ChronoLocalDateTime.minus
(long amountToSubtract, TemporalUnit unit) Returns an object of the same type as this object with the specified period subtracted.default ChronoLocalDateTime<D>
ChronoLocalDateTime.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.default ChronoZonedDateTime<D>
ChronoZonedDateTime.minus
(long amountToSubtract, TemporalUnit unit) Returns an object of the same type as this object with the specified period subtracted.default ChronoZonedDateTime<D>
ChronoZonedDateTime.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.HijrahDate.minus
(long amountToSubtract, TemporalUnit unit) HijrahDate.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.JapaneseDate.minus
(long amountToAdd, TemporalUnit unit) JapaneseDate.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.MinguoDate.minus
(long amountToAdd, TemporalUnit unit) MinguoDate.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.ThaiBuddhistDate.minus
(long amountToAdd, TemporalUnit unit) ThaiBuddhistDate.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.IsoChronology.period
(int years, int months, int days) Obtains a period for this chronology based on years, months and days.default ChronoLocalDate
ChronoLocalDate.plus
(long amountToAdd, TemporalUnit unit) Returns an object of the same type as this object with the specified period added.default ChronoLocalDate
ChronoLocalDate.plus
(TemporalAmount amount) Returns an object of the same type as this object with an amount added.ChronoLocalDateTime.plus
(long amountToAdd, TemporalUnit unit) Returns an object of the same type as this object with the specified period added.default ChronoLocalDateTime<D>
ChronoLocalDateTime.plus
(TemporalAmount amount) Returns an object of the same type as this object with an amount added.ChronoZonedDateTime.plus
(long amountToAdd, TemporalUnit unit) Returns an object of the same type as this object with the specified period added.default ChronoZonedDateTime<D>
ChronoZonedDateTime.plus
(TemporalAmount amount) Returns an object of the same type as this object with an amount added.HijrahDate.plus
(long amountToAdd, TemporalUnit unit) HijrahDate.plus
(TemporalAmount amount) Returns an object of the same type as this object with an amount added.JapaneseDate.plus
(long amountToAdd, TemporalUnit unit) JapaneseDate.plus
(TemporalAmount amount) Returns an object of the same type as this object with an amount added.MinguoDate.plus
(long amountToAdd, TemporalUnit unit) MinguoDate.plus
(TemporalAmount amount) Returns an object of the same type as this object with an amount added.ThaiBuddhistDate.plus
(long amountToAdd, TemporalUnit unit) ThaiBuddhistDate.plus
(TemporalAmount amount) Returns an object of the same type as this object with an amount added.int
HijrahChronology.prolepticYear
(Era era, int yearOfEra) int
IsoChronology.prolepticYear
(Era era, int yearOfEra) int
JapaneseChronology.prolepticYear
(Era era, int yearOfEra) int
MinguoChronology.prolepticYear
(Era era, int yearOfEra) int
ThaiBuddhistChronology.prolepticYear
(Era era, int yearOfEra) default <R> R
ChronoLocalDate.query
(TemporalQuery<R> query) Queries this date using the specified query.default <R> R
ChronoLocalDateTime.query
(TemporalQuery<R> query) Queries this date-time using the specified query.default <R> R
ChronoZonedDateTime.query
(TemporalQuery<R> query) Queries this date-time using the specified query.default <R> R
Era.query
(TemporalQuery<R> query) Queries this era using the specified query.default ValueRange
Era.range
(TemporalField field) Gets the range of valid values for the specified field.HijrahChronology.range
(ChronoField field) HijrahEra.range
(TemporalField field) Gets the range of valid values for the specified field.IsoChronology.range
(ChronoField field) JapaneseChronology.range
(ChronoField field) JapaneseEra.range
(TemporalField field) Gets the range of valid values for the specified field.MinguoChronology.range
(ChronoField field) ThaiBuddhistChronology.range
(ChronoField field) AbstractChronology.resolveDate
(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) Resolves parsedChronoField
values into a date during parsing.HijrahChronology.resolveDate
(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) IsoChronology.resolveDate
(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) Resolves parsedChronoField
values into a date during parsing.JapaneseChronology.resolveDate
(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) MinguoChronology.resolveDate
(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) ThaiBuddhistChronology.resolveDate
(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) ChronoPeriod.subtractFrom
(Temporal temporal) Subtracts this period from the specified temporal object.AbstractChronology.toString()
Outputs this chronology as aString
, using the chronology ID.ChronoLocalDate.toString()
Outputs this date as aString
.ChronoLocalDateTime.toString()
Outputs this date-time as aString
.Chronology.toString()
Outputs this chronology as aString
.ChronoPeriod.toString()
Outputs this period as aString
.ChronoZonedDateTime.toString()
Outputs this date-time as aString
.long
ChronoLocalDate.until
(Temporal endExclusive, TemporalUnit unit) Calculates the amount of time until another date in terms of the specified unit.HijrahDate.until
(ChronoLocalDate endDate) JapaneseDate.until
(ChronoLocalDate endDate) MinguoDate.until
(ChronoLocalDate endDate) ThaiBuddhistDate.until
(ChronoLocalDate endDate) default ChronoLocalDate
ChronoLocalDate.with
(TemporalAdjuster adjuster) Returns an adjusted object of the same type as this object with the adjustment made.default ChronoLocalDate
ChronoLocalDate.with
(TemporalField field, long newValue) Returns an object of the same type as this object with the specified field altered.default ChronoLocalDateTime<D>
ChronoLocalDateTime.with
(TemporalAdjuster adjuster) Returns an adjusted object of the same type as this object with the adjustment made.ChronoLocalDateTime.with
(TemporalField field, long newValue) Returns an object of the same type as this object with the specified field altered.default ChronoZonedDateTime<D>
ChronoZonedDateTime.with
(TemporalAdjuster adjuster) Returns an adjusted object of the same type as this object with the adjustment made.ChronoZonedDateTime.with
(TemporalField field, long newValue) Returns an object of the same type as this object with the specified field altered.HijrahDate.with
(TemporalAdjuster adjuster) Returns an adjusted object of the same type as this object with the adjustment made.HijrahDate.with
(TemporalField field, long newValue) JapaneseDate.with
(TemporalAdjuster adjuster) Returns an adjusted object of the same type as this object with the adjustment made.JapaneseDate.with
(TemporalField field, long newValue) MinguoDate.with
(TemporalAdjuster adjuster) Returns an adjusted object of the same type as this object with the adjustment made.MinguoDate.with
(TemporalField field, long newValue) ThaiBuddhistDate.with
(TemporalAdjuster adjuster) Returns an adjusted object of the same type as this object with the adjustment made.ThaiBuddhistDate.with
(TemporalField field, long newValue) HijrahChronology.zonedDateTime
(Instant instant, ZoneId zone) HijrahChronology.zonedDateTime
(TemporalAccessor temporal) IsoChronology.zonedDateTime
(Instant instant, ZoneId zone) Obtains an ISO zoned date-time in this chronology from anInstant
.IsoChronology.zonedDateTime
(TemporalAccessor temporal) Obtains an ISO zoned date-time from another date-time object.JapaneseChronology.zonedDateTime
(Instant instant, ZoneId zone) JapaneseChronology.zonedDateTime
(TemporalAccessor temporal) MinguoChronology.zonedDateTime
(Instant instant, ZoneId zone) MinguoChronology.zonedDateTime
(TemporalAccessor temporal) ThaiBuddhistChronology.zonedDateTime
(Instant instant, ZoneId zone) ThaiBuddhistChronology.zonedDateTime
(TemporalAccessor temporal) -
Uses of Override in java.time.format
Modifier and TypeMethodDescriptionboolean
Checks if this DecimalStyle is equal to another DecimalStyle.int
DecimalStyle.hashCode()
A hash code for this DecimalStyle.DateTimeFormatter.toString()
Returns a description of the underlying formatters.DecimalStyle.toString()
Returns a string describing this DecimalStyle. -
Uses of Override in java.time.temporal
Modifier and TypeMethodDescription<R extends Temporal>
RChronoUnit.addTo
(R temporal, long amount) <R extends Temporal>
RChronoField.adjustInto
(R temporal, long newValue) long
boolean
Checks if this range is equal to another range.boolean
Checks if thisWeekFields
is equal to the specified object.ChronoField.getBaseUnit()
ChronoUnit.getDuration()
Gets the estimated duration of this unit in the ISO calendar system.long
ChronoField.getFrom
(TemporalAccessor temporal) ChronoField.getRangeUnit()
int
ValueRange.hashCode()
A hash code for this range.int
WeekFields.hashCode()
A hash code for thisWeekFields
.boolean
ChronoField.isDateBased()
Checks if this field represents a component of a date.boolean
ChronoUnit.isDateBased()
Checks if this unit is a date unit.boolean
ChronoUnit.isDurationEstimated()
Checks if the duration of the unit is an estimate.boolean
ChronoField.isSupportedBy
(TemporalAccessor temporal) boolean
ChronoField.isTimeBased()
Checks if this field represents a component of a time.boolean
ChronoUnit.isTimeBased()
Checks if this unit is a time unit.ChronoField.range()
Gets the range of valid values for the field.ChronoField.rangeRefinedBy
(TemporalAccessor temporal) ChronoField.toString()
ChronoUnit.toString()
TemporalField.toString()
Gets a descriptive name for the field.TemporalUnit.toString()
Gets a descriptive name for the unit.ValueRange.toString()
Outputs this range as aString
.WeekFields.toString()
A string representation of thisWeekFields
instance. -
Uses of Override in java.time.zone
Modifier and TypeMethodDescriptionint
ZoneOffsetTransition.compareTo
(ZoneOffsetTransition transition) Compares this transition to another based on the transition instant.boolean
Checks if this object equals another.boolean
Checks if this object equals another.boolean
Checks if this set of rules equals another.int
ZoneOffsetTransition.hashCode()
Returns a suitable hash code.int
ZoneOffsetTransitionRule.hashCode()
Returns a suitable hash code.int
ZoneRules.hashCode()
Returns a suitable hash code given the definition of#equals
.ZoneOffsetTransition.toString()
Returns a string describing this object.ZoneOffsetTransitionRule.toString()
Returns a string describing this object.ZoneRules.toString()
Returns a string describing this object. -
Uses of Override in java.util
Modifier and TypeMethodDescriptionvoid
DoubleSummaryStatistics.accept
(double value) Records another value into the summary information.void
IntSummaryStatistics.accept
(int value) Records a new value into the summary informationvoid
LongSummaryStatistics.accept
(int value) Records a newint
value into the summary information.void
LongSummaryStatistics.accept
(long value) Records a newlong
value into the summary information.void
GregorianCalendar.add
(int field, int amount) Adds the specified (signed) amount of time to the given calendar field, based on the calendar's rules.int
Spliterators.AbstractDoubleSpliterator.characteristics()
Returns a set of characteristics of this Spliterator and its elements.int
Spliterators.AbstractIntSpliterator.characteristics()
Returns a set of characteristics of this Spliterator and its elements.int
Spliterators.AbstractLongSpliterator.characteristics()
Returns a set of characteristics of this Spliterator and its elements.int
Spliterators.AbstractSpliterator.characteristics()
Returns a set of characteristics of this Spliterator and its elements.Calendar.clone()
Creates and returns a copy of this object.HashMap.clone()
Returns a shallow copy of thisHashMap
instance: the keys and values themselves are not cloned.Locale.clone()
Overrides Cloneable.int
Compares the time values (millisecond offsets from the Epoch) represented by twoCalendar
objects.int
Compares this UUID with the specified UUID.Attempts to compute a mapping for the specified key and its current mapped value (ornull
if there is no current mapping).Attempts to compute a mapping for the specified key and its current mapped value (ornull
if there is no current mapping).Attempts to compute a mapping for the specified key and its current mapped value (ornull
if there is no current mapping).protected void
GregorianCalendar.computeFields()
Converts the time value (millisecond offset from the Epoch) to calendar field values.HashMap.computeIfAbsent
(K key, Function<? super K, ? extends V> mappingFunction) If the specified key is not already associated with a value (or is mapped tonull
), attempts to compute its value using the given mapping function and enters it into this map unlessnull
.Hashtable.computeIfAbsent
(K key, Function<? super K, ? extends V> mappingFunction) If the specified key is not already associated with a value (or is mapped tonull
), attempts to compute its value using the given mapping function and enters it into this map unlessnull
.TreeMap.computeIfAbsent
(K key, Function<? super K, ? extends V> mappingFunction) If the specified key is not already associated with a value (or is mapped tonull
), attempts to compute its value using the given mapping function and enters it into this map unlessnull
.HashMap.computeIfPresent
(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.Hashtable.computeIfPresent
(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.TreeMap.computeIfPresent
(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.protected void
GregorianCalendar.computeTime()
Converts calendar field values to the time value (millisecond offset from the Epoch).Random.doubles()
Returns an effectively unlimited stream of pseudorandomdouble
values, each between zero (inclusive) and one (exclusive).Random.doubles
(double randomNumberOrigin, double randomNumberBound) Returns an effectively unlimited stream of pseudorandomdouble
values, each conforming to the given origin (inclusive) and bound (exclusive).Random.doubles
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomdouble
values, each between zero (inclusive) and one (exclusive).Random.doubles
(long streamSize, double randomNumberOrigin, double randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomdouble
values, each conforming to the given origin (inclusive) and bound (exclusive).SplittableRandom.doubles()
Returns an effectively unlimited stream of pseudorandomdouble
values from this generator and/or one split from it; each value is between zero (inclusive) and one (exclusive).SplittableRandom.doubles
(double randomNumberOrigin, double randomNumberBound) Returns an effectively unlimited stream of pseudorandomdouble
values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).SplittableRandom.doubles
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomdouble
values from this generator and/or one split from it; each value is between zero (inclusive) and one (exclusive).SplittableRandom.doubles
(long streamSize, double randomNumberOrigin, double randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomdouble
values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).boolean
Compares thisCalendar
to the specifiedObject
.boolean
Compares thisGregorianCalendar
to the specifiedObject
.boolean
Returnstrue
if the other object is aHexFormat
with the same parameters.boolean
Returns true if this Locale is equal to another object.boolean
Compares this object to the specified object.boolean
Indicates whether some other object is "equal to" thisOptional
.boolean
Indicates whether some other object is "equal to" thisOptionalDouble
.boolean
Indicates whether some other object is "equal to" thisOptionalInt
.boolean
Indicates whether some other object is "equal to" thisOptionalLong
.boolean
Checks two PropertyPermission objects for equality.boolean
Compares this object to the specified object.long
Spliterators.AbstractDoubleSpliterator.estimateSize()
Returns an estimate of the number of elements that would be encountered by aSpliterator.forEachRemaining(java.util.function.Consumer<? super T>)
traversal, or returnsLong.MAX_VALUE
if infinite, unknown, or too expensive to compute.long
Spliterators.AbstractIntSpliterator.estimateSize()
Returns an estimate of the number of elements that would be encountered by aSpliterator.forEachRemaining(java.util.function.Consumer<? super T>)
traversal, or returnsLong.MAX_VALUE
if infinite, unknown, or too expensive to compute.long
Spliterators.AbstractLongSpliterator.estimateSize()
Returns an estimate of the number of elements that would be encountered by aSpliterator.forEachRemaining(java.util.function.Consumer<? super T>)
traversal, or returnsLong.MAX_VALUE
if infinite, unknown, or too expensive to compute.long
Spliterators.AbstractSpliterator.estimateSize()
Returns an estimate of the number of elements that would be encountered by aSpliterator.forEachRemaining(java.util.function.Consumer<? super T>)
traversal, or returnsLong.MAX_VALUE
if infinite, unknown, or too expensive to compute.void
void
default void
PrimitiveIterator.OfDouble.forEachRemaining
(Consumer<? super Double> action) Performs the given action for each remaining element until all elements have been processed or the action throws an exception.default void
PrimitiveIterator.OfInt.forEachRemaining
(Consumer<? super Integer> action) Performs the given action for each remaining element until all elements have been processed or the action throws an exception.default void
PrimitiveIterator.OfLong.forEachRemaining
(Consumer<? super Long> action) Performs the given action for each remaining element until all elements have been processed or the action throws an exception.default void
Spliterator.OfDouble.forEachRemaining
(Consumer<? super Double> action) Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.default void
Spliterator.OfInt.forEachRemaining
(Consumer<? super Integer> action) Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.default void
Spliterator.OfLong.forEachRemaining
(Consumer<? super Long> action) Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.ServiceLoader.Provider.get()
Returns an instance of the provider.PropertyPermission.getActions()
Returns the "canonical string representation" of the actions.int
GregorianCalendar.getActualMaximum
(int field) Returns the maximum value that this calendar field could have, taking into consideration the given time value and the current values of thegetFirstDayOfWeek
,getMinimalDaysInFirstWeek
,getGregorianChange
andgetTimeZone
methods.int
GregorianCalendar.getActualMinimum
(int field) Returns the minimum value that this calendar field could have, taking into consideration the given time value and the current values of thegetFirstDayOfWeek
,getMinimalDaysInFirstWeek
,getGregorianChange
andgetTimeZone
methods.GregorianCalendar.getCalendarType()
Returns"gregory"
as the calendar type.int
GregorianCalendar.getGreatestMinimum
(int field) Returns the highest minimum value for the given calendar field of thisGregorianCalendar
instance.int
GregorianCalendar.getLeastMaximum
(int field) Returns the lowest maximum value for the given calendar field of thisGregorianCalendar
instance.int
GregorianCalendar.getMaximum
(int field) Returns the maximum value for the given calendar field of thisGregorianCalendar
instance.int
GregorianCalendar.getMinimum
(int field) Returns the minimum value for the given calendar field of thisGregorianCalendar
instance.int
GregorianCalendar.getWeeksInWeekYear()
Returns the number of weeks in the week year represented by thisGregorianCalendar
.int
GregorianCalendar.getWeekYear()
Returns the week year represented by thisGregorianCalendar
.int
Calendar.hashCode()
Returns a hash code for this calendar.int
GregorianCalendar.hashCode()
Generates the hash code for thisGregorianCalendar
object.int
HexFormat.hashCode()
Returns a hashcode for thisHexFormat
.int
Locale.hashCode()
Override hashCode.int
Locale.LanguageRange.hashCode()
Returns a hash code value for the object.int
Optional.hashCode()
Returns the hash code of the value, if present, otherwise0
(zero) if no value is present.int
OptionalDouble.hashCode()
Returns the hash code of the value, if present, otherwise0
(zero) if no value is present.int
OptionalInt.hashCode()
Returns the hash code of the value, if present, otherwise0
(zero) if no value is present.int
OptionalLong.hashCode()
Returns the hash code of the value, if present, otherwise0
(zero) if no value is present.int
PropertyPermission.hashCode()
Returns the hash code value for this object.int
UUID.hashCode()
Returns a hash code for thisUUID
.boolean
PropertyPermission.implies
(Permission p) Checks if this PropertyPermission object "implies" the specified permission.Random.ints()
Returns an effectively unlimited stream of pseudorandomint
values.Random.ints
(int randomNumberOrigin, int randomNumberBound) Returns an effectively unlimited stream of pseudorandomint
values, each conforming to the given origin (inclusive) and bound (exclusive).Random.ints
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomint
values.Random.ints
(long streamSize, int randomNumberOrigin, int randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomint
values, each conforming to the given origin (inclusive) and bound (exclusive).SplittableRandom.ints()
Returns an effectively unlimited stream of pseudorandomint
values from this generator and/or one split from it.SplittableRandom.ints
(int randomNumberOrigin, int randomNumberBound) Returns an effectively unlimited stream of pseudorandomint
values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).SplittableRandom.ints
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomint
values from this generator and/or one split from it.SplittableRandom.ints
(long streamSize, int randomNumberOrigin, int randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomint
values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).final boolean
GregorianCalendar.isWeekDateSupported()
Returnstrue
indicating thisGregorianCalendar
supports week dates.Random.longs()
Returns an effectively unlimited stream of pseudorandomlong
values.Random.longs
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomlong
values.Random.longs
(long randomNumberOrigin, long randomNumberBound) Returns an effectively unlimited stream of pseudorandomlong
values, each conforming to the given origin (inclusive) and bound (exclusive).Random.longs
(long streamSize, long randomNumberOrigin, long randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomlong
, each conforming to the given origin (inclusive) and bound (exclusive).SplittableRandom.longs()
Returns an effectively unlimited stream of pseudorandomlong
values from this generator and/or one split from it.SplittableRandom.longs
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomlong
values from this generator and/or one split from it.SplittableRandom.longs
(long randomNumberOrigin, long randomNumberBound) Returns an effectively unlimited stream of pseudorandomlong
values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).SplittableRandom.longs
(long streamSize, long randomNumberOrigin, long randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomlong
values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.PropertyPermission.newPermissionCollection()
Returns a new PermissionCollection object for storing PropertyPermission objects.default Double
PrimitiveIterator.OfDouble.next()
Returns the next element in the iteration.default Integer
PrimitiveIterator.OfInt.next()
Returns the next element in the iteration.default Long
PrimitiveIterator.OfLong.next()
Returns the next element in the iteration.boolean
Random.nextBoolean()
Returns the next pseudorandom, uniformly distributedboolean
value from this random number generator's sequence.void
Random.nextBytes
(byte[] bytes) Generates random bytes and places them into a user-supplied byte array.void
SplittableRandom.nextBytes
(byte[] bytes) Fills a user-supplied byte array with generated byte values pseudorandomly chosen uniformly from the range of values between -128 (inclusive) and 127 (inclusive).double
Random.nextDouble()
Returns the next pseudorandom, uniformly distributeddouble
value between0.0
and1.0
from this random number generator's sequence.float
Random.nextFloat()
Returns the next pseudorandom, uniformly distributedfloat
value between0.0
and1.0
from this random number generator's sequence.double
Random.nextGaussian()
Returns the next pseudorandom, Gaussian ("normally") distributeddouble
value with mean0.0
and standard deviation1.0
from this random number generator's sequence.int
Random.nextInt()
Returns the next pseudorandom, uniformly distributedint
value from this random number generator's sequence.int
Random.nextInt
(int bound) Returns a pseudorandom, uniformly distributedint
value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.long
Random.nextLong()
Returns the next pseudorandom, uniformly distributedlong
value from this random number generator's sequence.long
SplittableRandom.nextLong()
boolean
SimpleTimeZone.observesDaylightTime()
Returnstrue
if thisSimpleTimeZone
observes Daylight Saving Time.boolean
boolean
void
Vector.replaceAll
(UnaryOperator<E> operator) void
GregorianCalendar.roll
(int field, boolean up) Adds or subtracts (up/down) a single unit of time on the given time field without changing larger fields.void
GregorianCalendar.roll
(int field, int amount) Adds a signed amount to the specified calendar field without changing larger fields.void
GregorianCalendar.setWeekDate
(int weekYear, int weekOfYear, int dayOfWeek) Sets thisGregorianCalendar
to the date given by the date specifiers -weekYear
,weekOfYear
, anddayOfWeek
.ArrayList.spliterator()
Creates a late-binding and fail-fastSpliterator
over the elements in this list.default Spliterator<E>
Collection.spliterator()
Creates aSpliterator
over the elements in this collection.LinkedHashSet.spliterator()
Creates a late-binding and fail-fastSpliterator
over the elements in this set.LinkedList.spliterator()
Creates a late-binding and fail-fastSpliterator
over the elements in this list.default Spliterator<E>
List.spliterator()
Creates aSpliterator
over the elements in this list.default Spliterator<E>
Set.spliterator()
Creates aSpliterator
over the elements in this set.default Spliterator<E>
SortedSet.spliterator()
Creates aSpliterator
over the elements in this sorted set.Vector.spliterator()
Creates a late-binding and fail-fastSpliterator
over the elements in this list.SplittableRandom.splits()
Returns an effectively unlimited stream of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.SplittableRandom.splits
(long streamSize) Returns a stream producing the givenstreamSize
number of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.SplittableRandom.splits
(long streamSize, RandomGenerator.SplittableGenerator source) Returns a stream producing the givenstreamSize
number of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.SplittableRandom.splits
(RandomGenerator.SplittableGenerator source) Returns an effectively unlimited stream of new pseudorandom number generators, each of which implements theRandomGenerator.SplittableGenerator
interface.Object[]
HashSet.toArray()
<T> T[]
HashSet.toArray
(T[] a) Calendar.toString()
Return a string representation of this calendar.Currency.toString()
Returns the ISO 4217 currency code of this currency.DoubleSummaryStatistics.toString()
Returns a non-empty string representation of this object suitable for debugging.HexFormat.toString()
Returns a description of the formatter parameters for uppercase, delimiter, prefix, and suffix.IntSummaryStatistics.toString()
Returns a non-empty string representation of this object suitable for debugging.Locale.LanguageRange.toString()
Returns an informative string representation of thisLanguageRange
object, consisting of language range and weight if the range is weighted and the weight is less than the max weight.final String
Locale.toString()
Returns a string representation of thisLocale
object, consisting of language, country, variant, script, and extensions as below: language + "_" + country + "_" + (variant + "_#" | "#") + script + "_" + extensions Language is always lower case, country is always upper case, script is always title case, and extensions are always lower case.LongSummaryStatistics.toString()
Returns a non-empty string representation of this object suitable for debugging.Optional.toString()
Returns a non-empty string representation of thisOptional
suitable for debugging.OptionalDouble.toString()
Returns a non-empty string representation of thisOptionalDouble
suitable for debugging.OptionalInt.toString()
Returns a non-empty string representation of thisOptionalInt
suitable for debugging.OptionalLong.toString()
Returns a non-empty string representation of thisOptionalLong
suitable for debugging.StringJoiner.toString()
Returns the current value, consisting of theprefix
, the values added so far separated by thedelimiter
, and thesuffix
, unless no elements have been added in which case, theprefix + suffix
or theemptyValue
characters are returned.UUID.toString()
Returns aString
object representing thisUUID
.default boolean
Spliterator.OfDouble.tryAdvance
(Consumer<? super Double> action) If a remaining element exists, performs the given action on it, returningtrue
; else returnsfalse
.default boolean
Spliterator.OfInt.tryAdvance
(Consumer<? super Integer> action) If a remaining element exists, performs the given action on it, returningtrue
; else returnsfalse
.default boolean
Spliterator.OfLong.tryAdvance
(Consumer<? super Long> action) If a remaining element exists, performs the given action on it, returningtrue
; else returnsfalse
.Spliterators.AbstractDoubleSpliterator.trySplit()
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.Spliterators.AbstractIntSpliterator.trySplit()
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.Spliterators.AbstractLongSpliterator.trySplit()
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.Spliterators.AbstractSpliterator.trySplit()
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator. -
Uses of Override in java.util.concurrent
Modifier and TypeMethodDescriptiondefault V
Attempts to compute a mapping for the specified key and its current mapped value (ornull
if there is no current mapping).default V
ConcurrentMap.computeIfAbsent
(K key, Function<? super K, ? extends V> mappingFunction) If the specified key is not already associated with a value (or is mapped tonull
), attempts to compute its value using the given mapping function and enters it into this map unlessnull
.default V
ConcurrentMap.computeIfPresent
(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.ThreadLocalRandom.doubles()
Returns an effectively unlimited stream of pseudorandomdouble
values, each between zero (inclusive) and one (exclusive).ThreadLocalRandom.doubles
(double randomNumberOrigin, double randomNumberBound) Returns an effectively unlimited stream of pseudorandomdouble
values, each conforming to the given origin (inclusive) and bound (exclusive).ThreadLocalRandom.doubles
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomdouble
values, each between zero (inclusive) and one (exclusive).ThreadLocalRandom.doubles
(long streamSize, double randomNumberOrigin, double randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomdouble
values, each conforming to the given origin (inclusive) and bound (exclusive).protected final boolean
CountedCompleter.exec()
Implements execution conventions for CountedCompleters.void
default void
ConcurrentMap.forEach
(BiConsumer<? super K, ? super V> action) Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.default V
ConcurrentMap.getOrDefault
(Object key, V defaultValue) Returns the value to which the specified key is mapped, ordefaultValue
if this map contains no mapping for the key.CountedCompleter.getRawResult()
Returns the result of the computation.ThreadLocalRandom.ints()
Returns an effectively unlimited stream of pseudorandomint
values.ThreadLocalRandom.ints
(int randomNumberOrigin, int randomNumberBound) Returns an effectively unlimited stream of pseudorandomint
values, each conforming to the given origin (inclusive) and bound (exclusive).ThreadLocalRandom.ints
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomint
values.ThreadLocalRandom.ints
(long streamSize, int randomNumberOrigin, int randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomint
values, each conforming to the given origin (inclusive) and bound (exclusive).ForkJoinPool.invokeAll
(Collection<? extends Callable<T>> tasks) ThreadLocalRandom.longs()
Returns an effectively unlimited stream of pseudorandomlong
values.ThreadLocalRandom.longs
(long streamSize) Returns a stream producing the givenstreamSize
number of pseudorandomlong
values.ThreadLocalRandom.longs
(long randomNumberOrigin, long randomNumberBound) Returns an effectively unlimited stream of pseudorandomlong
values, each conforming to the given origin (inclusive) and bound (exclusive).ThreadLocalRandom.longs
(long streamSize, long randomNumberOrigin, long randomNumberBound) Returns a stream producing the givenstreamSize
number of pseudorandomlong
, each conforming to the given origin (inclusive) and bound (exclusive).default V
If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.double
ThreadLocalRandom.nextDouble
(double bound) Returns a pseudorandomly chosendouble
value between zero (inclusive) and the specified bound (exclusive).double
ThreadLocalRandom.nextDouble
(double origin, double bound) Returns a pseudorandomly chosendouble
value between the specified origin (inclusive) and the specified bound (exclusive).float
ThreadLocalRandom.nextFloat
(float bound) Returns a pseudorandomly chosenfloat
value between zero (inclusive) and the specified bound (exclusive).float
ThreadLocalRandom.nextFloat
(float origin, float bound) Returns a pseudorandomly chosenfloat
value between the specified origin (inclusive) and the specified bound (exclusive).int
ThreadLocalRandom.nextInt
(int bound) Returns a pseudorandom, uniformly distributedint
value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.int
ThreadLocalRandom.nextInt
(int origin, int bound) Returns a pseudorandomly chosenint
value between the specified origin (inclusive) and the specified bound (exclusive).long
ThreadLocalRandom.nextLong
(long bound) Returns a pseudorandomly chosenlong
value between zero (inclusive) and the specified bound (exclusive).long
ThreadLocalRandom.nextLong
(long origin, long bound) Returns a pseudorandomly chosenlong
value between the specified origin (inclusive) and the specified bound (exclusive).default void
ConcurrentMap.replaceAll
(BiFunction<? super K, ? super V, ? extends V> function) Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.protected void
CountedCompleter.setRawResult
(T t) A method that result-bearing CountedCompleters may optionally use to help maintain result data.ConcurrentLinkedQueue.spliterator()
Returns aSpliterator
over the elements in this queue.ForkJoinTask<?>
<T> ForkJoinTask<T>
<T> ForkJoinTask<T>
-
Uses of Override in java.util.logging
Modifier and TypeMethodDescriptionvoid
ConsoleHandler.close()
OverrideStreamHandler.close
to do a flush but not to close the output stream.void
FileHandler.close()
Close all the files.void
MemoryHandler.close()
Close theHandler
and free all associated resources.void
SocketHandler.close()
Close this output stream.void
StreamHandler.close()
Close the current output stream.boolean
Compare two objects for value equality.void
MemoryHandler.flush()
Causes a flush on the targetHandler
.void
StreamHandler.flush()
Flush any buffered messages.Format the given LogRecord.Format the given message to XML.Return the header string for a set of XML formatted records.Return the tail string for a set of XML formatted records.int
Level.hashCode()
Generate a hashcode.boolean
MemoryHandler.isLoggable
(LogRecord record) Check if thisHandler
would actually log a givenLogRecord
into its internal buffer.boolean
StreamHandler.isLoggable
(LogRecord record) Check if thisHandler
would actually log a givenLogRecord
.void
Publish aLogRecord
.void
Format and publish aLogRecord
.void
Store aLogRecord
in an internal buffer.void
Format and publish aLogRecord
.void
Format and publish aLogRecord
.void
StreamHandler.setEncoding
(String encoding) Set (or change) the character encoding used by thisHandler
.final String
Level.toString()
Returns a string representation of this Level. -
Uses of Override in java.util.spi
Modifier and TypeMethodDescriptionReturns aResourceBundle
for the givenbaseName
andlocale
. -
Uses of Override in java.util.stream
Modifier and TypeMethodDescriptionvoid
DoubleStream.Builder.accept
(double t) Adds an element to the stream being built.void
IntStream.Builder.accept
(int t) Adds an element to the stream being built.void
LongStream.Builder.accept
(long t) Adds an element to the stream being built.void
Adds an element to the stream being built.void
BaseStream.close()
Closes this stream, causing all close handlers for this stream pipeline to be called. -
Uses of Override in java.util.zip
Modifier and TypeMethodDescriptionlong
Adler32.getValue()
Returns the checksum value.long
CRC32.getValue()
Returns CRC-32 value.long
CRC32C.getValue()
Returns CRC-32C value.void
Adler32.reset()
Resets the checksum to initial value.void
CRC32.reset()
Resets CRC-32 to initial value.void
CRC32C.reset()
Resets CRC-32C to initial value.void
Adler32.update
(byte[] b, int off, int len) Updates the checksum with the specified array of bytes.void
Adler32.update
(int b) Updates the checksum with the specified byte (the low eight bits of the argument b).void
Adler32.update
(ByteBuffer buffer) Updates the checksum with the bytes from the specified buffer.void
CRC32.update
(byte[] b, int off, int len) Updates the CRC-32 checksum with the specified array of bytes.void
CRC32.update
(int b) Updates the CRC-32 checksum with the specified byte (the low eight bits of the argument b).void
CRC32.update
(ByteBuffer buffer) Updates the CRC-32 checksum with the bytes from the specified buffer.void
CRC32C.update
(byte[] b, int off, int len) Updates the CRC-32C checksum with the specified array of bytes.void
CRC32C.update
(int b) Updates the CRC-32C checksum with the specified byte (the low eight bits of the argument b).void
CRC32C.update
(ByteBuffer buffer) Updates the CRC-32C checksum with the bytes from the specified buffer. -
Uses of Override in javax.crypto
Modifier and TypeMethodDescriptionint
CipherInputStream.available()
Returns the number of bytes that can be read from this input stream without blocking.void
CipherInputStream.close()
Closes this input stream and releases any system resources associated with the stream.void
CipherOutputStream.close()
Closes this output stream and releases any system resources associated with this stream.void
CipherOutputStream.flush()
Flushes this output stream by forcing any buffered output bytes that have already been processed by the encapsulated cipher object to be written out.boolean
CipherInputStream.markSupported()
Tests if this input stream supports themark
andreset
methods, which it does not.int
CipherInputStream.read()
Reads the next byte of data from this input stream.int
CipherInputStream.read
(byte[] b) Reads up tob.length
bytes of data from this input stream into an array of bytes.int
CipherInputStream.read
(byte[] b, int off, int len) Reads up tolen
bytes of data from this input stream into an array of bytes.long
CipherInputStream.skip
(long n) Skipsn
bytes of input from the bytes that can be read from this input stream without blocking.Cipher.toString()
Returns a String representation of this Cipher.void
CipherOutputStream.write
(byte[] b) Writesb.length
bytes from the specified byte array to this output stream.void
CipherOutputStream.write
(byte[] b, int off, int len) Writeslen
bytes from the specified byte array starting at offsetoff
to this output stream.void
CipherOutputStream.write
(int b) Writes the specified byte to this output stream. -
Uses of Override in javax.imageio.plugins.tiff
-
Uses of Override in javax.lang.model.element
Modifier and TypeMethodDescriptionExecutableElement.asType()
Returns the executable type defined by this executable element.ModuleElement.asType()
Returns a pseudo-type for this module.PackageElement.asType()
Returns a pseudo-type for this package.TypeElement.asType()
Returns the type defined by this class or interface element, returning the prototypical type for an element representing a generic type.TypeParameterElement.asType()
Returns the type variable corresponding to this type parameter element.VariableElement.asType()
Returns the type of this variable.boolean
Returnstrue
if the argument represents the same element asthis
, orfalse
otherwise.<A extends Annotation>
AElement.getAnnotation
(Class<A> annotationType) Returns this construct's annotation of the specified type if such an annotation is present, elsenull
.List<? extends AnnotationMirror>
Element.getAnnotationMirrors()
Returns the annotations that are directly present on this construct.<A extends Annotation>
A[]Element.getAnnotationsByType
(Class<A> annotationType) Returns annotations that are associated with this construct.ModuleElement.getEnclosedElements()
Returns the packages within this module.PackageElement.getEnclosedElements()
Returns the top-level classes and interfaces within this package.TypeElement.getEnclosedElements()
Returns the fields, methods, constructors, record components, and member classes and interfaces that are directly declared in this class or interface.ModuleElement.getEnclosingElement()
Returnsnull
since a module is not enclosed by another element.PackageElement.getEnclosingElement()
Returns the enclosing module if such a module exists; otherwisenull
.RecordComponentElement.getEnclosingElement()
Returns the enclosing element of this record component.TypeElement.getEnclosingElement()
Returns the package of a top-level class or interface and returns the immediately lexically enclosing element for a nested class or interface.TypeParameterElement.getEnclosingElement()
Returns the generic element of this type parameter.VariableElement.getEnclosingElement()
Returns the enclosing element of this variable.ModuleElement.getQualifiedName()
Returns the fully qualified name of this module.ExecutableElement.getSimpleName()
Returns the simple name of a constructor, method, or initializer.ModuleElement.getSimpleName()
Returns the simple name of this module.PackageElement.getSimpleName()
Returns the simple name of this package.RecordComponentElement.getSimpleName()
Returns the simple name of this record component.TypeElement.getSimpleName()
Returns the simple name of this class or interface element.VariableElement.getSimpleName()
Returns the simple name of this variable element.int
Element.hashCode()
Obeys the general contract ofObject.hashCode
.Modifier.toString()
Returns this modifier's name as defined in The Java Language Specification. -
Uses of Override in javax.lang.model.type
Modifier and TypeMethodDescription<A extends Annotation>
ATypeMirror.getAnnotation
(Class<A> annotationType) Returns this construct's annotation of the specified type if such an annotation is present, elsenull
.List<? extends AnnotationMirror>
TypeMirror.getAnnotationMirrors()
Returns the annotations that are directly present on this construct.<A extends Annotation>
A[]TypeMirror.getAnnotationsByType
(Class<A> annotationType) Returns annotations that are associated with this construct. -
Uses of Override in javax.lang.model.util
Modifier and TypeMethodDescriptionElementKindVisitor6.visitExecutable
(ExecutableElement e, P p) Visits an executable element.AbstractTypeVisitor6.visitIntersection
(IntersectionType t, P p) Visits an intersection type.abstract R
AbstractTypeVisitor8.visitIntersection
(IntersectionType t, P p) Visits anIntersectionType
in a manner defined by a subclass.SimpleTypeVisitor8.visitIntersection
(IntersectionType t, P p) Visits an intersection type.TypeKindVisitor8.visitIntersection
(IntersectionType t, P p) Visits an intersection type.AbstractElementVisitor6.visitModule
(ModuleElement e, P p) Visits a module element.abstract R
AbstractElementVisitor9.visitModule
(ModuleElement t, P p) Visits a module element.ElementKindVisitor9.visitModule
(ModuleElement e, P p) Visits a module element.ElementScanner9.visitModule
(ModuleElement e, P p) Visits a module element.SimpleElementVisitor9.visitModule
(ModuleElement e, P p) Visits a module element.TypeKindVisitor6.visitNoType
(NoType t, P p) Visits aNoType
instance.TypeKindVisitor9.visitNoTypeAsModule
(NoType t, P p) Visits aMODULE
pseudo-type.ElementKindVisitor6.visitPackage
(PackageElement e, P p) Visits a package element.TypeKindVisitor6.visitPrimitive
(PrimitiveType t, P p) Visits a primitive type.abstract R
AbstractElementVisitor14.visitRecordComponent
(RecordComponentElement t, P p) Visits a record component element.AbstractElementVisitor6.visitRecordComponent
(RecordComponentElement e, P p) Visits a record component element.ElementKindVisitor14.visitRecordComponent
(RecordComponentElement e, P p) Visits a record component element.ElementScanner14.visitRecordComponent
(RecordComponentElement e, P p) Visits a record component element.SimpleElementVisitor14.visitRecordComponent
(RecordComponentElement e, P p) Visits a record component element.ElementKindVisitor6.visitType
(TypeElement e, P p) Visits a type element.ElementScanner14.visitType
(TypeElement e, P p) Visits a type element.ElementKindVisitor14.visitTypeAsRecord
(TypeElement e, P p) Visits aRECORD
type element.ElementKindVisitor6.visitTypeParameter
(TypeParameterElement e, P p) Visits a type parameter element.abstract R
AbstractTypeVisitor7.visitUnion
(UnionType t, P p) Visits aUnionType
in a manner defined by a subclass.SimpleTypeVisitor7.visitUnion
(UnionType t, P p) Visits a union type.TypeKindVisitor7.visitUnion
(UnionType t, P p) Visits a union type.AbstractAnnotationValueVisitor6.visitUnknown
(AnnotationValue av, P p) Visits an unknown kind of annotation value.AbstractElementVisitor6.visitUnknown
(Element e, P p) Visits an unknown kind of element.AbstractTypeVisitor6.visitUnknown
(TypeMirror t, P p) Visits an unknown kind of type.ElementKindVisitor6.visitVariable
(VariableElement e, P p) Visits a variable elementElementScanner7.visitVariable
(VariableElement e, P p) Visits a variable element.SimpleElementVisitor7.visitVariable
(VariableElement e, P p) Visits a variable element.ElementKindVisitor14.visitVariableAsBindingVariable
(VariableElement e, P p) Visits aBINDING_VARIABLE
variable element.ElementKindVisitor7.visitVariableAsResourceVariable
(VariableElement e, P p) Visits aRESOURCE_VARIABLE
variable element. -
Uses of Override in javax.management
Modifier and TypeMethodDescriptionvoid
Inserts the specified element at the specified position in this list.boolean
Appends the specified element to the end of this list.boolean
AttributeList.addAll
(int index, Collection<?> c) Inserts all of the elements in the specified collection into this list, starting at the specified position.boolean
AttributeList.addAll
(Collection<?> c) Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's Iterator.AttributeValueExp.apply
(ObjectName name) Applies theAttributeValueExp
on an MBean.StringValueExp.apply
(ObjectName name) Applies the ValueExp on a MBean.ImmutableDescriptor.clone()
Returns a descriptor which is equal to this descriptor.MBeanInfo.clone()
Returns a shallow clone of this instance.MBeanOperationInfo.clone()
Returns a shallow clone of this instance.boolean
Compares this descriptor to the given object.boolean
Compare this MBeanInfo to another.boolean
Compare this MBeanOperationInfo to another.boolean
Compares the current object name with another object name.int
ImmutableDescriptor.hashCode()
Returns the hash code value for this descriptor.int
ObjectName.hashCode()
Returns a hash code for this object name.Replaces the element at the specified position in this list with the specified element.void
AttributeValueExp.setMBeanServer
(MBeanServer s) Deprecated.This method has no effect.AttributeValueExp.toString()
Returns the string representing its value.Notification.toString()
Returns a String representation of this notification.ObjectName.toString()
Returns a string representation of the object name. -
Uses of Override in javax.management.modelmbean