Uses of Class
java.lang.Override
-
Packages that use Override Package Description com.sun.nio.sctp A Java API for Stream Control Transport Protocol.com.sun.security.auth Provides implementations ofPrincipal.com.sun.security.auth.login Provides an implementation ofConfiguration.com.sun.source.util Provides utilities for operations on abstract syntax trees (AST).java.applet Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.java.awt.datatransfer Provides interfaces and classes for transferring data between and within applications.java.awt.image Provides classes for creating and modifying images.java.beans Contains classes related to developing beans -- components based on the JavaBeans™ architecture.java.io Provides for system input and output through data streams, serialization and the file system.java.lang Provides classes that are fundamental to the design of the Java programming language.java.lang.invoke Thejava.lang.invokepackage contains dynamic language support provided directly by the Java core class libraries and virtual machine.java.lang.module Classes to support module descriptors and creating configurations of modules by means of resolution and service binding.java.lang.reflect Provides classes and interfaces for obtaining reflective information about classes and objects.java.math Provides classes for performing arbitrary-precision integer arithmetic (BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal).java.net Provides the classes for implementing networking applications.java.nio Defines buffers, which are containers for data, and provides an overview of the other NIO packages.java.nio.channels 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.java.nio.file Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.java.nio.file.attribute Interfaces and classes providing access to file and file system attributes.java.security Provides the classes and interfaces for the security framework.java.security.cert Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.java.sql Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java™ programming language.java.text Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.java.time The main API for dates, times, instants, and durations.java.time.chrono Generic API for calendar systems other than the default ISO.java.time.format Provides classes to print and parse dates and times.java.time.temporal Access to date and time using fields and units, and date time adjusters.java.time.zone Support for time-zones and their rules.java.util 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.java.util.concurrent Utility classes commonly useful in concurrent programming.java.util.logging Provides the classes and interfaces of the Java™ 2 platform's core logging facilities.java.util.spi Service provider classes for the classes in the java.util package.java.util.stream Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.java.util.zip Provides classes for reading and writing the standard ZIP and GZIP file formats.javax.imageio.plugins.tiff Public classes used by the built-in TIFF plug-ins.javax.lang.model.element Interfaces used to model elements of the Java programming language.javax.lang.model.util Utilities to assist in the processing of program elements and types.javax.management Provides the core classes for the Java Management Extensions.javax.management.modelmbean Provides the definition of the ModelMBean classes.javax.management.monitor Provides the definition of the monitor classes.javax.management.openmbean Provides the open data types and Open MBean descriptor classes.javax.management.relation Provides the definition of the Relation Service.javax.management.remote Interfaces for remote access to JMX MBean servers.javax.management.remote.rmi The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.javax.net.ssl Provides classes for the secure socket package.javax.security.auth This package provides a framework for authentication and authorization.javax.security.auth.kerberos This package contains utility classes related to the Kerberos network authentication protocol.javax.sound.midi Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.javax.sound.sampled Provides interfaces and classes for capture, processing, and playback of sampled audio data.javax.sql Provides the API for server side data source access and processing from the Java™ programming language.javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.javax.swing.border Provides classes and interface for drawing specialized borders around a Swing component.javax.swing.event Provides for events fired by Swing components.javax.swing.plaf.basic Provides user interface objects built according to the Basic look and feel.javax.swing.plaf.metal Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel.javax.swing.plaf.multi Provides user interface objects that combine two or more look and feels.javax.swing.plaf.nimbus Provides user interface objects built according to the cross-platform Nimbus look and feel.javax.swing.plaf.synth Synth is a skinnable look and feel in which all painting is delegated.javax.swing.table Provides classes and interfaces for dealing withjavax.swing.JTable.javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components.javax.tools Provides interfaces for tools which can be invoked from a program, for example, compilers.javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.javax.xml.catalog Provides the classes for implementing XML Catalogs OASIS Standard V1.1, 7 October 2005.javax.xml.datatype Defines XML/Java Type Mappings.javax.xml.parsers Provides the classes for processing XML documents with a SAX (Simple API for XML) parser or a DOM (Document Object Model) Document builder.javax.xml.soap Provides the API for creating and building SOAP messages.javax.xml.stream Defines interfaces and classes for the Streaming API for XML (StAX).javax.xml.transform Defines the generic APIs for processing transformation instructions, and performing a transformation from source to result.javax.xml.transform.dom Provides DOM specific transformation classes.javax.xml.transform.sax Provides SAX specific transformation classes.javax.xml.transform.stax Provides StAX specific transformation classes.javax.xml.transform.stream Provides stream and URI specific transformation classes.javax.xml.ws This package contains the core JAX-WS APIs.javax.xml.ws.wsaddressing This package defines APIs related to WS-Addressing.javax.xml.xpath Provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.jdk.dynalink Contains interfaces and classes that are used to link aninvokedynamiccall site.jdk.dynalink.beans Contains the linker for ordinary Java objects.jdk.dynalink.linker.support 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.jdk.dynalink.support Contains classes that make using Dynalink more convenient by providing basic implementations of some classes as well as various utilities.jdk.incubator.http High level HTTP and WebSocket APIjdk.javadoc.doclet 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.jdk.jshell Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL), which interactively evaluate "snippets" of Java programming language code.jdk.jshell.execution Provides implementation support for building JShell execution engines.jdk.jshell.spi Defines the Service Provider Interface for pluggable JShell execution engines.jdk.nashorn.api.scripting This package provides thejavax.scriptintegration, which is the preferred way to use Nashorn.jdk.nashorn.api.tree Nashorn parser API provides interfaces to represent ECMAScript source code as abstract syntax trees (AST) and Parser to parse ECMAScript source scripts.jdk.net Platform specific socket options for thejava.netandjava.nio.channelssocket classes. -
-
Uses of Override in com.sun.nio.sctp
Methods in com.sun.nio.sctp with annotations of type Override Modifier and Type Method Description abstract AssociationSendFailedNotification. association()Returns the association that this notification is applicable to.booleanSctpStandardSocketOptions.InitMaxStreams. equals(Object obj)Returns true if the specified object is anotherInitMaxStreamsinstance with the same number of in and out bound streams.HandlerResultAbstractNotificationHandler. handleNotification(Notification notification, T attachment)Invoked when an implementation specific notification is received from the SCTP stack.intSctpStandardSocketOptions.InitMaxStreams. hashCode()Returns a hash code value for this init max streams.StringSctpStandardSocketOptions.InitMaxStreams. toString()Returns a string representation of this init max streams, including the maximum in and out bound streams.intSctpChannel. validOps()Returns an operation set identifying this channel's supported operations.intSctpMultiChannel. validOps()Returns an operation set identifying this channel's supported operations.intSctpServerChannel. validOps()Returns an operation set identifying this channel's supported operations. -
Uses of Override in com.sun.security.auth
Methods in com.sun.security.auth with annotations of type Override Modifier and Type Method Description PermissionCollectionPolicyFile. getPermissions(Subject subject, CodeSource codesource)Deprecated, for removal: This API element is subject to removal in a future version.Examines thisPolicyand returns the Permissions granted to the specifiedSubjectandCodeSource.voidPolicyFile. refresh()Deprecated, for removal: This API element is subject to removal in a future version.Refreshes the policy object by re-reading all the policy files. -
Uses of Override in com.sun.security.auth.login
Methods in com.sun.security.auth.login with annotations of type Override Modifier and Type Method Description AppConfigurationEntry[]ConfigFile. getAppConfigurationEntry(String applicationName)Retrieve an entry from theConfigurationusing an application name as an index.voidConfigFile. refresh()Refresh and reload theConfigurationby re-reading all of the login configurations. -
Uses of Override in com.sun.source.util
Methods in com.sun.source.util with annotations of type Override Modifier and Type Method Description Iterator<DocTree>DocTreePath. iterator()Iterator<Tree>TreePath. iterator()Iterates from leaves to root.RDocTreePathScanner. scan(DocTree tree, P p)Scans a single node.RTreePathScanner. scan(Tree tree, P p)Scans a single node.StringTaskEvent. toString()RSimpleTreeVisitor. visitAnnotatedType(AnnotatedTypeTree node, P p)Visits an AnnotatedTypeTree node.RTreeScanner. visitAnnotatedType(AnnotatedTypeTree node, P p)Visits an AnnotatedTypeTree node.RSimpleTreeVisitor. visitAnnotation(AnnotationTree node, P p)Visits an AnnotatedTree node.RTreeScanner. visitAnnotation(AnnotationTree node, P p)Visits an AnnotatedTree node.RSimpleTreeVisitor. visitArrayAccess(ArrayAccessTree node, P p)Visits an ArrayAccessTree node.RTreeScanner. visitArrayAccess(ArrayAccessTree node, P p)Visits an ArrayAccessTree node.RSimpleTreeVisitor. visitArrayType(ArrayTypeTree node, P p)Visits an ArrayTypeTree node.RTreeScanner. visitArrayType(ArrayTypeTree node, P p)Visits an ArrayTypeTree node.RSimpleTreeVisitor. visitAssert(AssertTree node, P p)Visits an AssertTree node.RTreeScanner. visitAssert(AssertTree node, P p)Visits an AssertTree node.RSimpleTreeVisitor. visitAssignment(AssignmentTree node, P p)Visits an AssignmentTree node.RTreeScanner. visitAssignment(AssignmentTree node, P p)Visits an AssignmentTree node.RDocTreeScanner. visitAttribute(AttributeTree node, P p)Visits an AttributeTree node.RSimpleDocTreeVisitor. visitAttribute(AttributeTree node, P p)Visits an AttributeTree node.RDocTreeScanner. visitAuthor(AuthorTree node, P p)Visits an AuthorTree node.RSimpleDocTreeVisitor. visitAuthor(AuthorTree node, P p)Visits an AuthorTree node.RSimpleTreeVisitor. visitBinary(BinaryTree node, P p)Visits a BinaryTree node.RTreeScanner. visitBinary(BinaryTree node, P p)Visits a BinaryTree node.RSimpleTreeVisitor. visitBlock(BlockTree node, P p)Visits a BlockTree node.RTreeScanner. visitBlock(BlockTree node, P p)Visits a BlockTree node.RSimpleTreeVisitor. visitBreak(BreakTree node, P p)Visits a BreakTree node.RTreeScanner. visitBreak(BreakTree node, P p)Visits a BreakTree node.RSimpleTreeVisitor. visitCase(CaseTree node, P p)Visits a CaseTree node.RTreeScanner. visitCase(CaseTree node, P p)Visits a CaseTree node.RSimpleTreeVisitor. visitCatch(CatchTree node, P p)Visits a CatchTree node.RTreeScanner. visitCatch(CatchTree node, P p)Visits a CatchTree node.RSimpleTreeVisitor. visitClass(ClassTree node, P p)Visits a ClassTree node.RTreeScanner. visitClass(ClassTree node, P p)Visits a ClassTree node.RDocTreeScanner. visitComment(CommentTree node, P p)Visits a CommentTree node.RSimpleDocTreeVisitor. visitComment(CommentTree node, P p)Visits a CommentTree node.RSimpleTreeVisitor. visitCompilationUnit(CompilationUnitTree node, P p)Visits a CompilationUnitTree node.RTreeScanner. visitCompilationUnit(CompilationUnitTree node, P p)Visits a CompilationUnitTree node.RSimpleTreeVisitor. visitCompoundAssignment(CompoundAssignmentTree node, P p)Visits a CompoundAssignmentTree node.RTreeScanner. visitCompoundAssignment(CompoundAssignmentTree node, P p)Visits a CompoundAssignmentTree node.RSimpleTreeVisitor. visitConditionalExpression(ConditionalExpressionTree node, P p)Visits a ConditionalExpressionTree node.RTreeScanner. visitConditionalExpression(ConditionalExpressionTree node, P p)Visits a ConditionalExpressionTree node.RSimpleTreeVisitor. visitContinue(ContinueTree node, P p)Visits a ContinueTree node.RTreeScanner. visitContinue(ContinueTree node, P p)Visits a ContinueTree node.RDocTreeScanner. visitDeprecated(DeprecatedTree node, P p)Visits a DeprecatedTree node.RSimpleDocTreeVisitor. visitDeprecated(DeprecatedTree node, P p)Visits a DeprecatedTree node.RDocTreeScanner. visitDocComment(DocCommentTree node, P p)Visits a DocCommentTree node.RSimpleDocTreeVisitor. visitDocComment(DocCommentTree node, P p)Visits a DocCommentTree node.RDocTreeScanner. visitDocRoot(DocRootTree node, P p)Visits a DocRootTree node.RSimpleDocTreeVisitor. visitDocRoot(DocRootTree node, P p)Visits a DocRootTree node.RSimpleTreeVisitor. visitDoWhileLoop(DoWhileLoopTree node, P p)Visits a DoWhileTree node.RTreeScanner. visitDoWhileLoop(DoWhileLoopTree node, P p)Visits a DoWhileTree node.RSimpleTreeVisitor. visitEmptyStatement(EmptyStatementTree node, P p)Visits an EmptyStatementTree node.RTreeScanner. visitEmptyStatement(EmptyStatementTree node, P p)Visits an EmptyStatementTree node.RDocTreeScanner. visitEndElement(EndElementTree node, P p)Visits an EndElementTree node.RSimpleDocTreeVisitor. visitEndElement(EndElementTree node, P p)Visits an EndElementTree node.RSimpleTreeVisitor. visitEnhancedForLoop(EnhancedForLoopTree node, P p)Visits an EnhancedForLoopTree node.RTreeScanner. visitEnhancedForLoop(EnhancedForLoopTree node, P p)Visits an EnhancedForLoopTree node.RDocTreeScanner. visitEntity(EntityTree node, P p)Visits an EntityTree node.RSimpleDocTreeVisitor. visitEntity(EntityTree node, P p)Visits an EntityTree node.RDocTreeScanner. visitErroneous(ErroneousTree node, P p)Visits an ErroneousTree node.RSimpleDocTreeVisitor. visitErroneous(ErroneousTree node, P p)Visits an ErroneousTree node.RTreeScanner. visitErroneous(ErroneousTree node, P p)Visits an ErroneousTree node.RSimpleTreeVisitor. visitExports(ExportsTree node, P p)RTreeScanner. visitExports(ExportsTree node, P p)RSimpleTreeVisitor. visitExpressionStatement(ExpressionStatementTree node, P p)Visits an ExpressionStatementTree node.RTreeScanner. visitExpressionStatement(ExpressionStatementTree node, P p)Visits an ExpressionStatementTree node.RSimpleTreeVisitor. visitForLoop(ForLoopTree node, P p)Visits a ForLoopTree node.RTreeScanner. visitForLoop(ForLoopTree node, P p)Visits a ForLoopTree node.RDocTreeScanner. visitHidden(HiddenTree node, P p)Visits a HiddenTree node.RSimpleDocTreeVisitor. visitHidden(HiddenTree node, P p)Visits a HiddenTree node.RDocTreeScanner. visitIdentifier(IdentifierTree node, P p)Visits an IdentifierTree node.RSimpleDocTreeVisitor. visitIdentifier(IdentifierTree node, P p)Visits an IdentifierTree node.RSimpleTreeVisitor. visitIdentifier(IdentifierTree node, P p)Visits an IdentifierTree node.RTreeScanner. visitIdentifier(IdentifierTree node, P p)Visits an IdentifierTree node.RSimpleTreeVisitor. visitIf(IfTree node, P p)Visits an IfTree node.RTreeScanner. visitIf(IfTree node, P p)Visits an IfTree node.RSimpleTreeVisitor. visitImport(ImportTree node, P p)Visits an ImportTree node.RTreeScanner. visitImport(ImportTree node, P p)Visits an ImportTree node.RDocTreeScanner. visitIndex(IndexTree node, P p)Visits an IndexTree node.RSimpleDocTreeVisitor. visitIndex(IndexTree node, P p)Visits an IndexTree node.RDocTreeScanner. visitInheritDoc(InheritDocTree node, P p)Visits an InheritDocTree node.RSimpleDocTreeVisitor. visitInheritDoc(InheritDocTree node, P p)Visits an InheritDocTree node.RSimpleTreeVisitor. visitInstanceOf(InstanceOfTree node, P p)Visits an InstanceOfTree node.RTreeScanner. visitInstanceOf(InstanceOfTree node, P p)Visits an InstanceOfTree node.RSimpleTreeVisitor. visitIntersectionType(IntersectionTypeTree node, P p)Visits an IntersectionTypeTree node.RTreeScanner. visitIntersectionType(IntersectionTypeTree node, P p)Visits an IntersectionTypeTree node.RSimpleTreeVisitor. visitLabeledStatement(LabeledStatementTree node, P p)Visits a LabeledStatementTree node.RTreeScanner. visitLabeledStatement(LabeledStatementTree node, P p)Visits a LabeledStatementTree node.RSimpleTreeVisitor. visitLambdaExpression(LambdaExpressionTree node, P p)Visits a LambdaExpressionTree node.RTreeScanner. visitLambdaExpression(LambdaExpressionTree node, P p)Visits a LambdaExpressionTree node.RDocTreeScanner. visitLink(LinkTree node, P p)Visits a LinkTree node.RSimpleDocTreeVisitor. visitLink(LinkTree node, P p)Visits a LinkTree node.RDocTreeScanner. visitLiteral(LiteralTree node, P p)Visits an LiteralTree node.RSimpleDocTreeVisitor. visitLiteral(LiteralTree node, P p)Visits an LiteralTree node.RSimpleTreeVisitor. visitLiteral(LiteralTree node, P p)Visits a LiteralTree node.RTreeScanner. visitLiteral(LiteralTree node, P p)Visits a LiteralTree node.RSimpleTreeVisitor. visitMemberReference(MemberReferenceTree node, P p)Visits a MemberReferenceTree node.RTreeScanner. visitMemberReference(MemberReferenceTree node, P p)Visits a MemberReferenceTree node.RSimpleTreeVisitor. visitMemberSelect(MemberSelectTree node, P p)Visits a MemberSelectTree node.RTreeScanner. visitMemberSelect(MemberSelectTree node, P p)Visits a MemberSelectTree node.RSimpleTreeVisitor. visitMethod(MethodTree node, P p)Visits a MethodTree node.RTreeScanner. visitMethod(MethodTree node, P p)Visits a MethodTree node.RSimpleTreeVisitor. visitMethodInvocation(MethodInvocationTree node, P p)Visits a MethodInvocationTree node.RTreeScanner. visitMethodInvocation(MethodInvocationTree node, P p)Visits a MethodInvocationTree node.RSimpleTreeVisitor. visitModifiers(ModifiersTree node, P p)Visits a ModifiersTree node.RTreeScanner. visitModifiers(ModifiersTree node, P p)Visits a ModifiersTree node.RTreeScanner. visitModule(ModuleTree node, P p)RSimpleTreeVisitor. visitNewArray(NewArrayTree node, P p)Visits a NewArrayTree node.RTreeScanner. visitNewArray(NewArrayTree node, P p)Visits a NewArrayTree node.RSimpleTreeVisitor. visitNewClass(NewClassTree node, P p)Visits a NewClassTree node.RTreeScanner. visitNewClass(NewClassTree node, P p)Visits a NewClassTree node.RSimpleTreeVisitor. visitOpens(OpensTree node, P p)RTreeScanner. visitOpens(OpensTree node, P p)RDocTreeScanner. visitOther(DocTree node, P p)Visits an unknown type of DocTree node.RSimpleDocTreeVisitor. visitOther(DocTree node, P p)Visits an unknown type of DocTree node.RSimpleTreeVisitor. visitOther(Tree node, P p)Visits an unknown type of Tree node.RTreeScanner. visitOther(Tree node, P p)Visits an unknown type of Tree node.RSimpleTreeVisitor. visitPackage(PackageTree node, P p)Visits a PackageTree node.RTreeScanner. visitPackage(PackageTree node, P p)Visits a PackageTree node.RDocTreeScanner. visitParam(ParamTree node, P p)Visits a ParamTree node.RSimpleDocTreeVisitor. visitParam(ParamTree node, P p)Visits a ParamTree node.RSimpleTreeVisitor. visitParameterizedType(ParameterizedTypeTree node, P p)Visits a ParameterizedTypeTree node.RTreeScanner. visitParameterizedType(ParameterizedTypeTree node, P p)Visits a ParameterizedTypeTree node.RSimpleTreeVisitor. visitParenthesized(ParenthesizedTree node, P p)Visits a ParenthesizedTree node.RTreeScanner. visitParenthesized(ParenthesizedTree node, P p)Visits a ParenthesizedTree node.RSimpleTreeVisitor. visitPrimitiveType(PrimitiveTypeTree node, P p)Visits a PrimitiveTypeTree node.RTreeScanner. visitPrimitiveType(PrimitiveTypeTree node, P p)Visits a PrimitiveTypeTree node.RDocTreeScanner. visitProvides(ProvidesTree node, P p)Visits a ProvidesTree node.RSimpleDocTreeVisitor. visitProvides(ProvidesTree node, P p)Visits a ProvidesTree node.RSimpleTreeVisitor. visitProvides(ProvidesTree node, P p)RTreeScanner. visitProvides(ProvidesTree node, P p)RDocTreeScanner. visitReference(ReferenceTree node, P p)Visits a ReferenceTree node.RSimpleDocTreeVisitor. visitReference(ReferenceTree node, P p)Visits a ReferenceTree node.RSimpleTreeVisitor. visitRequires(RequiresTree node, P p)RTreeScanner. visitRequires(RequiresTree node, P p)RDocTreeScanner. visitReturn(ReturnTree node, P p)Visits a ReturnTree node.RSimpleDocTreeVisitor. visitReturn(ReturnTree node, P p)Visits a ReturnTree node.RSimpleTreeVisitor. visitReturn(ReturnTree node, P p)Visits a ReturnTree node.RTreeScanner. visitReturn(ReturnTree node, P p)Visits a ReturnTree node.RDocTreeScanner. visitSee(SeeTree node, P p)Visits a SeeTree node.RSimpleDocTreeVisitor. visitSee(SeeTree node, P p)Visits a SeeTree node.RDocTreeScanner. visitSerial(SerialTree node, P p)Visits a SerialTree node.RSimpleDocTreeVisitor. visitSerial(SerialTree node, P p)Visits a SerialTree node.RDocTreeScanner. visitSerialData(SerialDataTree node, P p)Visits a SerialDataTree node.RSimpleDocTreeVisitor. visitSerialData(SerialDataTree node, P p)Visits a SerialDataTree node.RDocTreeScanner. visitSerialField(SerialFieldTree node, P p)Visits a SerialFieldTree node.RSimpleDocTreeVisitor. visitSerialField(SerialFieldTree node, P p)Visits a SerialFieldTree node.RDocTreeScanner. visitSince(SinceTree node, P p)Visits a SinceTree node.RSimpleDocTreeVisitor. visitSince(SinceTree node, P p)Visits a SinceTree node.RDocTreeScanner. visitStartElement(StartElementTree node, P p)Visits a StartElementTree node.RSimpleDocTreeVisitor. visitStartElement(StartElementTree node, P p)Visits a StartElementTree node.RSimpleTreeVisitor. visitSwitch(SwitchTree node, P p)Visits a SwitchTree node.RTreeScanner. visitSwitch(SwitchTree node, P p)Visits a SwitchTree node.RSimpleTreeVisitor. visitSynchronized(SynchronizedTree node, P p)Visits a SynchronizedTree node.RTreeScanner. visitSynchronized(SynchronizedTree node, P p)Visits a SynchronizedTree node.RDocTreeScanner. visitText(TextTree node, P p)Visits a TextTree node.RSimpleDocTreeVisitor. visitText(TextTree node, P p)Visits a TextTree node.RSimpleTreeVisitor. visitThrow(ThrowTree node, P p)Visits a ThrowTree node.RTreeScanner. visitThrow(ThrowTree node, P p)Visits a ThrowTree node.RDocTreeScanner. visitThrows(ThrowsTree node, P p)Visits a ThrowsTree node.RSimpleDocTreeVisitor. visitThrows(ThrowsTree node, P p)Visits a ThrowsTree node.RSimpleTreeVisitor. visitTry(TryTree node, P p)Visits a TryTree node.RTreeScanner. visitTry(TryTree node, P p)Visits a TryTree node.RSimpleTreeVisitor. visitTypeCast(TypeCastTree node, P p)Visits a TypeCastTree node.RTreeScanner. visitTypeCast(TypeCastTree node, P p)Visits a TypeCastTree node.RSimpleTreeVisitor. visitTypeParameter(TypeParameterTree node, P p)Visits a TypeParameterTree node.RTreeScanner. visitTypeParameter(TypeParameterTree node, P p)Visits a TypeParameterTree node.RSimpleTreeVisitor. visitUnary(UnaryTree node, P p)Visits a UnaryTree node.RTreeScanner. visitUnary(UnaryTree node, P p)Visits a UnaryTree node.RSimpleTreeVisitor. visitUnionType(UnionTypeTree node, P p)Visits a UnionTypeTree node.RTreeScanner. visitUnionType(UnionTypeTree node, P p)Visits a UnionTypeTree node.RDocTreeScanner. visitUnknownBlockTag(UnknownBlockTagTree node, P p)Visits an UnknownBlockTagTree node.RSimpleDocTreeVisitor. visitUnknownBlockTag(UnknownBlockTagTree node, P p)Visits an UnknownBlockTagTree node.RDocTreeScanner. visitUnknownInlineTag(UnknownInlineTagTree node, P p)Visits an UnknownInlineTagTree node.RSimpleDocTreeVisitor. visitUnknownInlineTag(UnknownInlineTagTree node, P p)Visits an UnknownInlineTagTree node.RDocTreeScanner. visitUses(UsesTree node, P p)Visits a UsesTree node.RSimpleDocTreeVisitor. visitUses(UsesTree node, P p)Visits a UsesTree node.RSimpleTreeVisitor. visitUses(UsesTree node, P p)RTreeScanner. visitUses(UsesTree node, P p)RDocTreeScanner. visitValue(ValueTree node, P p)Visits a ValueTree node.RSimpleDocTreeVisitor. visitValue(ValueTree node, P p)Visits a ValueTree node.RSimpleTreeVisitor. visitVariable(VariableTree node, P p)Visits a VariableTree node.RTreeScanner. visitVariable(VariableTree node, P p)Visits a VariableTree node.RDocTreeScanner. visitVersion(VersionTree node, P p)Visits a VersionTreeTree node.RSimpleDocTreeVisitor. visitVersion(VersionTree node, P p)Visits a VersionTreeTree node.RSimpleTreeVisitor. visitWhileLoop(WhileLoopTree node, P p)Visits a WhileLoopTree node.RTreeScanner. visitWhileLoop(WhileLoopTree node, P p)Visits a WhileLoopTree node.RSimpleTreeVisitor. visitWildcard(WildcardTree node, P p)Visits a WildcardTypeTree node.RTreeScanner. visitWildcard(WildcardTree node, P p)Visits a WildcardTypeTree node. -
Uses of Override in java.applet
Methods in java.applet with annotations of type Override Modifier and Type Method Description booleanApplet. isValidateRoot()Deprecated.Indicates if this container is a validate root. -
Uses of Override in java.awt
Methods in java.awt with annotations of type Override Modifier and Type Method Description booleanDisplayMode. equals(Object dm)Indicates whether some other object is "equal to" this one.ColorWindow. getBackground()Gets the background color of this window.intDisplayMode. hashCode()Returns a hash code value for the object.voidContainer. invalidate()Invalidates the container.booleanWindow. isOpaque()Indicates if the window is currently opaque.booleanWindow. isValidateRoot()Indicates if this container is a validate root.voidWindow. paint(Graphics g)Paints the container.voidDialog. setBackground(Color bgColor)Sets the background color of this window.voidFrame. setBackground(Color bgColor)Sets the background color of this window.voidWindow. setBackground(Color bgColor)Sets the background color of this window.voidWindow. setLocation(int x, int y)Moves this component to a new location.voidWindow. setLocation(Point p)Moves this component to a new location.voidDialog. setOpacity(float opacity)Sets the opacity of the window.voidFrame. setOpacity(float opacity)Sets the opacity of the window.voidDialog. setShape(Shape shape)Sets the shape of the window.voidFrame. setShape(Shape shape)Sets the shape of the window.voidFileDialog. setTitle(String title)Sets the title of the Dialog.StringDisplayMode. toString()Returns a string representation of the object.StringRobot. toString()Returns a string representation of this Robot. -
Uses of Override in java.awt.datatransfer
Methods in java.awt.datatransfer with annotations of type Override Modifier and Type Method Description List<DataFlavor>SystemFlavorMap. getFlavorsForNative(String nat)Returns aListofDataFlavors to which the specifiedStringnative can be translated by the data transfer subsystem.Map<String,DataFlavor>SystemFlavorMap. getFlavorsForNatives(String[] natives)Returns aMapof the specifiedStringnatives to their most preferredDataFlavor.List<String>SystemFlavorMap. getNativesForFlavor(DataFlavor flav)Returns aListofStringnatives to which the specifiedDataFlavorcan be translated by the data transfer subsystem.Map<DataFlavor,String>SystemFlavorMap. getNativesForFlavors(DataFlavor[] flavors)Returns aMapof the specifiedDataFlavors to their most preferredStringnative. -
Uses of Override in java.awt.image
Methods in java.awt.image with annotations of type Override Modifier and Type Method Description booleanColorModel. equals(Object obj)This method simply delegates to the default implementation inObjectwhich is identical to an==test since this class cannot enforce the issues of a proper equality test among multiple independent subclass branches.booleanComponentColorModel. equals(Object obj)Tests if the specifiedObjectis an instance ofComponentColorModeland equals thisComponentColorModel.booleanIndexColorModel. equals(Object obj)Tests if the specifiedObjectis an instance ofIndexColorModeland if it equals thisIndexColorModelbooleanPackedColorModel. equals(Object obj)Tests if the specifiedObjectis an instance ofPackedColorModeland equals thisPackedColorModel.protected ImageBaseMultiResolutionImage. getBaseImage()GraphicsAbstractMultiResolutionImage. getGraphics()As per the contract of the baseImage#getGraphics()method, this implementation will always throwUnsupportedOperationExceptionsince only off-screen images can return aGraphicsobject.intAbstractMultiResolutionImage. getHeight(ImageObserver observer)This method simply delegates to the same method on the base image and it is equivalent to:getBaseImage().getHeight(observer).ObjectAbstractMultiResolutionImage. 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).ImageBaseMultiResolutionImage. getResolutionVariant(double destImageWidth, double destImageHeight)List<Image>BaseMultiResolutionImage. getResolutionVariants()ImageProducerAbstractMultiResolutionImage. getSource()This method simply delegates to the same method on the base image and it is equivalent to:getBaseImage().getSource().intAbstractMultiResolutionImage. getWidth(ImageObserver observer)This method simply delegates to the same method on the base image and it is equivalent to:getBaseImage().getWidth(observer).intColorModel. hashCode()This method simply delegates to the default implementation inObjectwhich returns the system ID for the class.intComponentColorModel. hashCode()Returns the hash code for this ComponentColorModel.intIndexColorModel. hashCode()Returns the hash code for IndexColorModel.intPackedColorModel. hashCode()Returns the hash code for this PackedColorModel. -
Uses of Override in java.beans
Methods in java.beans with annotations of type Override Modifier and Type Method Description voidExpression. execute()Theexecutemethod finds a method whose name is the same as themethodNameproperty, and invokes the method on the target.BeanInfo[]SimpleBeanInfo. getAdditionalBeanInfo()Claim there are no other relevant BeanInfo objects.BeanDescriptorSimpleBeanInfo. getBeanDescriptor()Deny knowledge about the class and customizer of the bean.intSimpleBeanInfo. getDefaultEventIndex()Deny knowledge of a default event.intSimpleBeanInfo. getDefaultPropertyIndex()Deny knowledge of a default property.EventSetDescriptor[]SimpleBeanInfo. getEventSetDescriptors()Deny knowledge of event sets.ImageSimpleBeanInfo. getIcon(int iconKind)Claim there are no icons available.MethodDescriptor[]SimpleBeanInfo. getMethodDescriptors()Deny knowledge of methods.PropertyDescriptor[]SimpleBeanInfo. getPropertyDescriptors()Deny knowledge of properties. -
Uses of Override in java.io
Methods in java.io with annotations of type Override Modifier and Type Method Description WriterOutputStreamWriter. append(CharSequence csq)WriterOutputStreamWriter. append(CharSequence csq, int start, int end)voidFilterOutputStream. close()Closes this output stream and releases any system resources associated with the stream.booleanFilePermission. equals(Object obj)Checks two FilePermission objects for equality.voidBufferedOutputStream. flush()Flushes this buffered output stream.voidFilterOutputStream. flush()Flushes this output stream and forces any buffered output bytes to be written out to the stream.StringFilePermission. getActions()Returns the "canonical string representation" of the actions.IOExceptionUncheckedIOException. getCause()Returns the cause of this exception.intFilePermission. hashCode()Returns the hash code value for this object.booleanFilePermission. implies(Permission p)Checks if this FilePermission object "implies" the specified permission.PermissionCollectionFilePermission. newPermissionCollection()Returns a new PermissionCollection object for storing FilePermission objects.voidBufferedOutputStream. write(byte[] b, int off, int len)Writeslenbytes from the specified byte array starting at offsetoffto this buffered output stream.voidBufferedOutputStream. write(int b)Writes the specified byte to this buffered output stream.voidFilterOutputStream. write(byte[] b)Writesb.lengthbytes to this output stream.voidFilterOutputStream. write(byte[] b, int off, int len)Writeslenbytes from the specifiedbytearray starting at offsetoffto this output stream.voidFilterOutputStream. write(int b)Writes the specifiedbyteto this output stream. -
Uses of Override in java.lang
Methods in java.lang with annotations of type Override Modifier and Type Method Description StringBufferStringBuffer. append(boolean b)StringBufferStringBuffer. append(char c)StringBufferStringBuffer. append(char[] str)StringBufferStringBuffer. append(char[] str, int offset, int len)StringBufferStringBuffer. append(double d)StringBufferStringBuffer. append(float f)StringBufferStringBuffer. append(int i)StringBufferStringBuffer. append(long lng)StringBufferStringBuffer. append(CharSequence s)Appends the specifiedCharSequenceto this sequence.StringBufferStringBuffer. append(CharSequence s, int start, int end)StringBufferStringBuffer. append(Object obj)StringBufferStringBuffer. append(String str)StringBuilderStringBuilder. append(boolean b)StringBuilderStringBuilder. append(char c)StringBuilderStringBuilder. append(char[] str)StringBuilderStringBuilder. append(char[] str, int offset, int len)StringBuilderStringBuilder. append(double d)StringBuilderStringBuilder. append(float f)StringBuilderStringBuilder. append(int i)StringBuilderStringBuilder. append(long lng)StringBuilderStringBuilder. append(CharSequence s)StringBuilderStringBuilder. append(CharSequence s, int start, int end)StringBuilderStringBuilder. append(Object obj)StringBuilderStringBuilder. append(String str)StringBufferStringBuffer. appendCodePoint(int codePoint)StringBuilderStringBuilder. appendCodePoint(int codePoint)intStringBuffer. capacity()charStringBuffer. charAt(int index)IntStreamString. chars()Returns a stream ofintzero-extending thecharvalues from this sequence.protected ObjectThread. clone()Throws CloneNotSupportedException as a Thread can not be meaningfully cloned.intStringBuffer. codePointAt(int index)intStringBuffer. codePointBefore(int index)intStringBuffer. codePointCount(int beginIndex, int endIndex)IntStreamString. codePoints()Returns a stream of code point values from this sequence.intProcessHandle. compareTo(ProcessHandle other)Compares this ProcessHandle with the specified ProcessHandle for order.intRuntime.Version. compareTo(Runtime.Version obj)Compares this version to another.StringBufferStringBuffer. delete(int start, int end)StringBuilderStringBuilder. delete(int start, int end)StringBufferStringBuffer. deleteCharAt(int index)StringBuilderStringBuilder. deleteCharAt(int index)voidStringBuffer. ensureCapacity(int minimumCapacity)booleanProcessHandle. equals(Object other)Returnstrueifotherobject is non-null, is of the same implementation, and represents the same system process; otherwise it returnsfalse.booleanRuntime.Version. equals(Object obj)Determines whether thisVersionis equal to another object.<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.Annotation[]Module. getAnnotations()Returns annotations that are present on this element.<A extends Annotation>
A[]Class. getAnnotationsByType(Class<A> annotationClass)<A extends Annotation>
A[]Package. getAnnotationsByType(Class<A> annotationClass)voidStringBuffer. getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin)<A extends Annotation>
AClass. getDeclaredAnnotation(Class<A> annotationClass)<A extends Annotation>
APackage. getDeclaredAnnotation(Class<A> annotationClass)Annotation[]Module. getDeclaredAnnotations()Returns annotations that are directly present on this element.<A extends Annotation>
A[]Class. getDeclaredAnnotationsByType(Class<A> annotationClass)<A extends Annotation>
A[]Package. getDeclaredAnnotationsByType(Class<A> annotationClass)intBoolean. hashCode()Returns a hash code for thisBooleanobject.intByte. hashCode()Returns a hash code for thisByte; equal to the result of invokingintValue().intCharacter. hashCode()Returns a hash code for thisCharacter; equal to the result of invokingcharValue().intDouble. hashCode()Returns a hash code for thisDoubleobject.intFloat. hashCode()Returns a hash code for thisFloatobject.intInteger. hashCode()Returns a hash code for thisInteger.intLong. hashCode()Returns a hash code for thisLong.intPackage. hashCode()Return the hash code computed from the package name.intProcessHandle. hashCode()Returns a hash code value for this ProcessHandle.intRuntime.Version. hashCode()Returns the hash code of this version.intShort. hashCode()Returns a hash code for thisShort; equal to the result of invokingintValue().intStringBuffer. indexOf(String str)intStringBuffer. indexOf(String str, int fromIndex)intStringBuilder. indexOf(String str)intStringBuilder. indexOf(String str, int fromIndex)StringBufferStringBuffer. insert(int offset, boolean b)StringBufferStringBuffer. insert(int offset, char c)StringBufferStringBuffer. insert(int offset, char[] str)StringBufferStringBuffer. insert(int index, char[] str, int offset, int len)StringBufferStringBuffer. insert(int offset, double d)StringBufferStringBuffer. insert(int offset, float f)StringBufferStringBuffer. insert(int offset, int i)StringBufferStringBuffer. insert(int offset, long l)StringBufferStringBuffer. insert(int dstOffset, CharSequence s)StringBufferStringBuffer. insert(int dstOffset, CharSequence s, int start, int end)StringBufferStringBuffer. insert(int offset, Object obj)StringBufferStringBuffer. insert(int offset, String str)StringBuilderStringBuilder. insert(int offset, boolean b)StringBuilderStringBuilder. insert(int offset, char c)StringBuilderStringBuilder. insert(int offset, char[] str)StringBuilderStringBuilder. insert(int index, char[] str, int offset, int len)StringBuilderStringBuilder. insert(int offset, double d)StringBuilderStringBuilder. insert(int offset, float f)StringBuilderStringBuilder. insert(int offset, int i)StringBuilderStringBuilder. insert(int offset, long l)StringBuilderStringBuilder. insert(int dstOffset, CharSequence s)StringBuilderStringBuilder. insert(int dstOffset, CharSequence s, int start, int end)StringBuilderStringBuilder. insert(int offset, Object obj)StringBuilderStringBuilder. insert(int offset, String str)booleanClass. isAnnotationPresent(Class<? extends Annotation> annotationClass)Returns true if an annotation for the specified type is present on this element, else false.booleanPackage. isAnnotationPresent(Class<? extends Annotation> annotationClass)Returns true if an annotation for the specified type is present on this element, else false.intStringBuffer. lastIndexOf(String str)intStringBuffer. lastIndexOf(String str, int fromIndex)intStringBuilder. lastIndexOf(String str)intStringBuilder. lastIndexOf(String str, int fromIndex)intStringBuffer. length()intStringBuffer. offsetByCodePoints(int index, int codePointOffset)StringBufferStringBuffer. replace(int start, int end, String str)StringBuilderStringBuilder. replace(int start, int end, String str)StringBufferStringBuffer. reverse()StringBuilderStringBuilder. reverse()voidThread. run()If this thread was constructed using a separateRunnablerun object, then thatRunnableobject'srunmethod is called; otherwise, this method does nothing and returns.voidStringBuffer. setCharAt(int index, char ch)voidStringBuffer. setLength(int newLength)CharSequenceStringBuffer. subSequence(int start, int end)StringStringBuffer. substring(int start)StringStringBuffer. substring(int start, int end)StringModule. toString()Returns the string representation of this module.StringModuleLayer. toString()Returns a string describing this module layer.StringPackage. toString()Returns the string representation of this Package.StringRuntime.Version. toString()Returns a string representation of this version.StringStringBuffer. toString()StringStringBuilder. toString()voidStringBuffer. trimToSize() -
Uses of Override in java.lang.invoke
Methods in java.lang.invoke with annotations of type Override Modifier and Type Method Description MethodHandleConstantCallSite. dynamicInvoker()Returns this call site's permanent target.MethodHandleMutableCallSite. dynamicInvoker()Produces a method handle equivalent to an invokedynamic instruction which has been linked to this call site.MethodHandleVolatileCallSite. dynamicInvoker()Produces a method handle equivalent to an invokedynamic instruction which has been linked to this call site.booleanMethodType. equals(Object x)Compares the specified object with this type for equality.MethodHandleConstantCallSite. getTarget()Returns the target method of the call site, which behaves like afinalfield of theConstantCallSite.MethodHandleMutableCallSite. getTarget()Returns the target method of the call site, which behaves like a normal field of theMutableCallSite.MethodHandleVolatileCallSite. getTarget()Returns the target method of the call site, which behaves like avolatilefield of theVolatileCallSite.intMethodType. hashCode()Returns the hash code value for this method type.voidConstantCallSite. setTarget(MethodHandle ignore)Always throws anUnsupportedOperationException.voidMutableCallSite. setTarget(MethodHandle newTarget)Updates the target method of this call site, as a normal variable.voidVolatileCallSite. setTarget(MethodHandle newTarget)Updates the target method of this call site, as a volatile variable.StringMethodHandle. 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.StringMethodHandles.Lookup. toString()Displays the name of the class from which lookups are to be made.StringMethodType. toString()Returns a string representation of the method type, of the form"(PT0,PT1...)RT".StringSerializedLambda. toString() -
Uses of Override in java.lang.module
Methods in java.lang.module with annotations of type Override Modifier and Type Method Description voidModuleReader. close()Closes the module reader.intModuleDescriptor. compareTo(ModuleDescriptor that)Compares this module descriptor to another.intModuleDescriptor.Exports. compareTo(ModuleDescriptor.Exports that)Compares this module export to another.intModuleDescriptor.Opens. compareTo(ModuleDescriptor.Opens that)Compares this module opens to another.intModuleDescriptor.Requires. compareTo(ModuleDescriptor.Requires that)Compares this module dependence to another.intModuleDescriptor.Version. compareTo(ModuleDescriptor.Version that)Compares this module version to another module version.booleanModuleDescriptor. equals(Object ob)Tests this module descriptor for equality with the given object.booleanModuleDescriptor.Exports. equals(Object ob)Tests this module export for equality with the given object.booleanModuleDescriptor.Opens. equals(Object ob)Tests this module opens for equality with the given object.booleanModuleDescriptor.Provides. equals(Object ob)Tests this provides for equality with the given object.booleanModuleDescriptor.Requires. equals(Object ob)Tests this module dependence for equality with the given object.booleanModuleDescriptor.Version. equals(Object ob)Tests this module version for equality with the given object.booleanResolvedModule. equals(Object ob)Tests this resolved module for equality with the given object.intModuleDescriptor.Exports. hashCode()Computes a hash code for this module export.intModuleDescriptor. hashCode()Computes a hash code for this module descriptor.intModuleDescriptor.Opens. hashCode()Computes a hash code for this module opens.intModuleDescriptor.Provides. hashCode()Computes a hash code for this provides.intModuleDescriptor.Requires. hashCode()Computes a hash code for this module dependence.intModuleDescriptor.Version. hashCode()Computes a hash code for this module version.intResolvedModule. hashCode()Computes a hash code for this resolved module.StringConfiguration. toString()Returns a string describing this configuration.StringModuleDescriptor.Exports. toString()Returns a string describing the exported package.StringModuleDescriptor.Opens. toString()Returns a string describing the open package.StringModuleDescriptor.Provides. toString()Returns a string describing this provides.StringModuleDescriptor.Requires. toString()Returns a string describing this module dependence.StringModuleDescriptor. toString()Returns a string describing the module.StringModuleDescriptor.Version. toString()Returns the string from which this version was parsed.StringResolvedModule. toString()Returns a string describing this resolved module. -
Uses of Override in java.lang.reflect
Methods in java.lang.reflect with annotations of type Override Modifier and Type Method Description AnnotatedTypeAnnotatedArrayType. getAnnotatedOwnerType()Returns the potentially annotated type that this type is a member of, if this type represents a nested type.AnnotatedTypeAnnotatedParameterizedType. getAnnotatedOwnerType()Returns the potentially annotated type that this type is a member of, if this type represents a nested type.AnnotatedTypeAnnotatedTypeVariable. getAnnotatedOwnerType()Returns the potentially annotated type that this type is a member of, if this type represents a nested type.AnnotatedTypeAnnotatedWildcardType. getAnnotatedOwnerType()Returns the potentially annotated type that this type is a member of, if this type represents a nested type.AnnotatedTypeConstructor. getAnnotatedReceiverType()Returns anAnnotatedTypeobject that represents the use of a type to specify the receiver type of the method/constructor represented by thisExecutableobject.AnnotatedTypeConstructor. getAnnotatedReturnType()Returns anAnnotatedTypeobject that represents the use of a type to specify the return type of the method/constructor represented by this Executable.AnnotatedTypeMethod. getAnnotatedReturnType()Returns anAnnotatedTypeobject that represents the use of a type to specify the return type of the method/constructor represented by this Executable.<T extends Annotation>
T[]AccessibleObject. getAnnotationsByType(Class<T> annotationClass)<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.<T extends Annotation>
TAccessibleObject. getDeclaredAnnotation(Class<T> annotationClass)<T extends Annotation>
T[]AccessibleObject. getDeclaredAnnotationsByType(Class<T> annotationClass)<T extends Annotation>
T[]Parameter. getDeclaredAnnotationsByType(Class<T> annotationClass)Class<T>Constructor. getDeclaringClass()Returns theClassobject representing the class that declares the constructor represented by this object.Class<?>Field. getDeclaringClass()Returns theClassobject representing the class or interface that declares the field represented by thisFieldobject.Class<?>Method. getDeclaringClass()Returns theClassobject representing the class or interface that declares the method represented by this object.Class<?>[]Constructor. getExceptionTypes()Returns an array ofClassobjects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.Class<?>[]Method. getExceptionTypes()Returns an array ofClassobjects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.Type[]Constructor. getGenericExceptionTypes()Returns an array ofTypeobjects that represent the exceptions declared to be thrown by this executable object.Type[]Method. getGenericExceptionTypes()Returns an array ofTypeobjects that represent the exceptions declared to be thrown by this executable object.Type[]Constructor. getGenericParameterTypes()Returns an array ofTypeobjects that represent the formal parameter types, in declaration order, of the executable represented by this object.Type[]Method. getGenericParameterTypes()Returns an array ofTypeobjects that represent the formal parameter types, in declaration order, of the executable represented by this object.intConstructor. getModifiers()Returns the Java language modifiers for the executable represented by this object.intMethod. getModifiers()Returns the Java language modifiers for the executable represented by this object.StringConstructor. getName()Returns the name of this constructor, as a string.StringMethod. getName()Returns the name of the method represented by thisMethodobject, as aString.Annotation[][]Constructor. getParameterAnnotations()Returns an array of arrays ofAnnotations that represent the annotations on the formal parameters, in declaration order, of theExecutablerepresented by this object.Annotation[][]Method. getParameterAnnotations()Returns an array of arrays ofAnnotations that represent the annotations on the formal parameters, in declaration order, of theExecutablerepresented by this object.Class<?>[]Constructor. getParameterTypes()Returns an array ofClassobjects that represent the formal parameter types, in declaration order, of the executable represented by this object.Class<?>[]Method. getParameterTypes()Returns an array ofClassobjects that represent the formal parameter types, in declaration order, of the executable represented by this object.TypeVariable<Constructor<T>>[]Constructor. getTypeParameters()Returns an array ofTypeVariableobjects that represent the type variables declared by the generic declaration represented by thisGenericDeclarationobject, in declaration order.TypeVariable<Method>[]Method. getTypeParameters()Returns an array ofTypeVariableobjects that represent the type variables declared by the generic declaration represented by thisGenericDeclarationobject, in declaration order.booleanAccessibleObject. isAnnotationPresent(Class<? extends Annotation> annotationClass)Returns true if an annotation for the specified type is present on this element, else false.booleanConstructor. isSynthetic()Returnstrueif this executable is a synthetic construct; returnsfalseotherwise.booleanMethod. isSynthetic()Returnstrueif this executable is a synthetic construct; returnsfalseotherwise.booleanConstructor. isVarArgs()Returnstrueif this executable was declared to take a variable number of arguments; returnsfalseotherwise.booleanMethod. isVarArgs()Returnstrueif this executable was declared to take a variable number of arguments; returnsfalseotherwise.voidConstructor. setAccessible(boolean flag)Set theaccessibleflag for this reflected object to the indicated boolean value.voidField. setAccessible(boolean flag)voidMethod. setAccessible(boolean flag)StringConstructor. toGenericString()Returns a string describing thisConstructor, including type parameters.StringMethod. toGenericString()Returns a string describing thisMethod, including type parameters. -
Uses of Override in java.math
Methods in java.math with annotations of type Override Modifier and Type Method Description intBigDecimal. compareTo(BigDecimal val)Compares thisBigDecimalwith the specifiedBigDecimal.doubleBigDecimal. doubleValue()Converts thisBigDecimalto adouble.booleanBigDecimal. equals(Object x)Compares thisBigDecimalwith the specifiedObjectfor equality.floatBigDecimal. floatValue()Converts thisBigDecimalto afloat.intBigDecimal. hashCode()Returns the hash code for thisBigDecimal.intBigDecimal. intValue()Converts thisBigDecimalto anint.longBigDecimal. longValue()Converts thisBigDecimalto along.StringBigDecimal. toString()Returns the string representation of thisBigDecimal, using scientific notation if an exponent is needed. -
Uses of Override in java.net
Methods in java.net with annotations of type Override Modifier and Type Method Description ObjectHttpCookie. clone()Create and return a copy of this object.booleanHttpCookie. equals(Object obj)Test the equality of two HTTP cookies.booleanInet6Address. equals(Object obj)Compares this object against the specified object.booleanInetSocketAddress. equals(Object obj)Compares this object against the specified object.booleanSocketPermission. equals(Object obj)Checks two SocketPermission objects for equality.StringSocketPermission. getActions()Returns the canonical string representation of the actions.byte[]Inet6Address. getAddress()Returns the raw IP address of thisInetAddressobject.StringInet6Address. getHostAddress()Returns the IP address string in textual presentation.intHttpCookie. hashCode()Returns the hash code of this HTTP cookie.intInet6Address. hashCode()Returns a hashcode for this IP address.intInetSocketAddress. hashCode()Returns a hashcode for this socket address.intSocketPermission. hashCode()Returns the hash code value for this object.booleanSocketPermission. implies(Permission p)Checks if this socket permission object "implies" the specified permission.booleanInet6Address. isAnyLocalAddress()Utility routine to check if the InetAddress is a wildcard address.booleanInet6Address. isLinkLocalAddress()Utility routine to check if the InetAddress is an link local address.booleanInet6Address. isLoopbackAddress()Utility routine to check if the InetAddress is a loopback address.booleanInet6Address. isMCGlobal()Utility routine to check if the multicast address has global scope.booleanInet6Address. isMCLinkLocal()Utility routine to check if the multicast address has link scope.booleanInet6Address. isMCNodeLocal()Utility routine to check if the multicast address has node scope.booleanInet6Address. isMCOrgLocal()Utility routine to check if the multicast address has organization scope.booleanInet6Address. isMCSiteLocal()Utility routine to check if the multicast address has site scope.booleanInet6Address. 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.booleanInet6Address. isSiteLocalAddress()Utility routine to check if the InetAddress is a site local address.PermissionCollectionSocketPermission. newPermissionCollection()Returns a new PermissionCollection object for storing SocketPermission objects.Set<SocketOption<?>>MulticastSocket. supportedOptions()StringHttpCookie. 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.StringInetSocketAddress. toString()Constructs a string representation of this InetSocketAddress. -
Uses of Override in java.nio
Methods in java.nio with annotations of type Override Modifier and Type Method Description IntStreamCharBuffer. chars()ByteBufferByteBuffer. clear()Clears this buffer.CharBufferCharBuffer. clear()Clears this buffer.DoubleBufferDoubleBuffer. clear()Clears this buffer.FloatBufferFloatBuffer. clear()Clears this buffer.IntBufferIntBuffer. clear()Clears this buffer.LongBufferLongBuffer. clear()Clears this buffer.MappedByteBufferMappedByteBuffer. clear()Clears this buffer.ShortBufferShortBuffer. clear()Clears this buffer.abstract ByteBufferByteBuffer. duplicate()Creates a new byte buffer that shares this buffer's content.abstract CharBufferCharBuffer. duplicate()Creates a new char buffer that shares this buffer's content.abstract DoubleBufferDoubleBuffer. duplicate()Creates a new double buffer that shares this buffer's content.abstract FloatBufferFloatBuffer. duplicate()Creates a new float buffer that shares this buffer's content.abstract IntBufferIntBuffer. duplicate()Creates a new int buffer that shares this buffer's content.abstract LongBufferLongBuffer. duplicate()Creates a new long buffer that shares this buffer's content.abstract ShortBufferShortBuffer. duplicate()Creates a new short buffer that shares this buffer's content.ByteBufferByteBuffer. flip()Flips this buffer.CharBufferCharBuffer. flip()Flips this buffer.DoubleBufferDoubleBuffer. flip()Flips this buffer.FloatBufferFloatBuffer. flip()Flips this buffer.IntBufferIntBuffer. flip()Flips this buffer.LongBufferLongBuffer. flip()Flips this buffer.MappedByteBufferMappedByteBuffer. flip()Flips this buffer.ShortBufferShortBuffer. flip()Flips this buffer.ByteBufferByteBuffer. limit(int newLimit)Sets this buffer's limit.CharBufferCharBuffer. limit(int newLimit)Sets this buffer's limit.DoubleBufferDoubleBuffer. limit(int newLimit)Sets this buffer's limit.FloatBufferFloatBuffer. limit(int newLimit)Sets this buffer's limit.IntBufferIntBuffer. limit(int newLimit)Sets this buffer's limit.LongBufferLongBuffer. limit(int newLimit)Sets this buffer's limit.MappedByteBufferMappedByteBuffer. limit(int newLimit)Sets this buffer's limit.ShortBufferShortBuffer. limit(int newLimit)Sets this buffer's limit.ByteBufferByteBuffer. mark()Sets this buffer's mark at its position.CharBufferCharBuffer. mark()Sets this buffer's mark at its position.DoubleBufferDoubleBuffer. mark()Sets this buffer's mark at its position.FloatBufferFloatBuffer. mark()Sets this buffer's mark at its position.IntBufferIntBuffer. mark()Sets this buffer's mark at its position.LongBufferLongBuffer. mark()Sets this buffer's mark at its position.MappedByteBufferMappedByteBuffer. mark()Sets this buffer's mark at its position.ShortBufferShortBuffer. mark()Sets this buffer's mark at its position.ByteBufferByteBuffer. position(int newPosition)Sets this buffer's position.CharBufferCharBuffer. position(int newPosition)Sets this buffer's position.DoubleBufferDoubleBuffer. position(int newPosition)Sets this buffer's position.FloatBufferFloatBuffer. position(int newPosition)Sets this buffer's position.IntBufferIntBuffer. position(int newPosition)Sets this buffer's position.LongBufferLongBuffer. position(int newPosition)Sets this buffer's position.MappedByteBufferMappedByteBuffer. position(int newPosition)Sets this buffer's position.ShortBufferShortBuffer. position(int newPosition)Sets this buffer's position.ByteBufferByteBuffer. reset()Resets this buffer's position to the previously-marked position.CharBufferCharBuffer. reset()Resets this buffer's position to the previously-marked position.DoubleBufferDoubleBuffer. reset()Resets this buffer's position to the previously-marked position.FloatBufferFloatBuffer. reset()Resets this buffer's position to the previously-marked position.IntBufferIntBuffer. reset()Resets this buffer's position to the previously-marked position.LongBufferLongBuffer. reset()Resets this buffer's position to the previously-marked position.MappedByteBufferMappedByteBuffer. reset()Resets this buffer's position to the previously-marked position.ShortBufferShortBuffer. reset()Resets this buffer's position to the previously-marked position.ByteBufferByteBuffer. rewind()Rewinds this buffer.CharBufferCharBuffer. rewind()Rewinds this buffer.DoubleBufferDoubleBuffer. rewind()Rewinds this buffer.FloatBufferFloatBuffer. rewind()Rewinds this buffer.IntBufferIntBuffer. rewind()Rewinds this buffer.LongBufferLongBuffer. rewind()Rewinds this buffer.MappedByteBufferMappedByteBuffer. rewind()Rewinds this buffer.ShortBufferShortBuffer. rewind()Rewinds this buffer.abstract ByteBufferByteBuffer. slice()Creates a new byte buffer whose content is a shared subsequence of this buffer's content.abstract CharBufferCharBuffer. slice()Creates a new char buffer whose content is a shared subsequence of this buffer's content.abstract DoubleBufferDoubleBuffer. slice()Creates a new double buffer whose content is a shared subsequence of this buffer's content.abstract FloatBufferFloatBuffer. slice()Creates a new float buffer whose content is a shared subsequence of this buffer's content.abstract IntBufferIntBuffer. slice()Creates a new int buffer whose content is a shared subsequence of this buffer's content.abstract LongBufferLongBuffer. slice()Creates a new long buffer whose content is a shared subsequence of this buffer's content.abstract ShortBufferShortBuffer. slice()Creates a new short buffer whose content is a shared subsequence of this buffer's content. -
Uses of Override in java.nio.channels
Methods in java.nio.channels with annotations of type Override Modifier and Type Method Description abstract AsynchronousSocketChannelAsynchronousSocketChannel. bind(SocketAddress local)abstract SocketChannelSocketChannel. bind(SocketAddress local)voidAsynchronousChannel. close()Closes this channel.voidMulticastChannel. close()Closes this channel.abstract SocketAddressAsynchronousServerSocketChannel. getLocalAddress()Returns the socket address that this channel's socket is bound to.abstract SocketAddressDatagramChannel. getLocalAddress()Returns the socket address that this channel's socket is bound to.abstract SocketAddressServerSocketChannel. getLocalAddress()Returns the socket address that this channel's socket is bound to.abstract SocketAddressSocketChannel. getLocalAddress()Returns the socket address that this channel's socket is bound to.abstract Future<Integer>AsynchronousSocketChannel. read(ByteBuffer dst)<A> voidAsynchronousSocketChannel. read(ByteBuffer dst, A attachment, CompletionHandler<Integer,? super A> handler)intSeekableByteChannel. read(ByteBuffer dst)Reads a sequence of bytes from this channel into the given buffer.abstract <T> AsynchronousSocketChannelAsynchronousSocketChannel. setOption(SocketOption<T> name, T value)abstract <T> SocketChannelSocketChannel. setOption(SocketOption<T> name, T value)abstract Future<Integer>AsynchronousSocketChannel. write(ByteBuffer src)<A> voidAsynchronousSocketChannel. write(ByteBuffer src, A attachment, CompletionHandler<Integer,? super A> handler)intSeekableByteChannel. write(ByteBuffer src)Writes a sequence of bytes to this channel from the given buffer. -
Uses of Override in java.nio.file
Methods in java.nio.file with annotations of type Override Modifier and Type Method Description abstract voidFileSystem. close()Closes this file system.voidWatchService. close()Closes this watch service.intPath. compareTo(Path other)Compares two abstract paths lexicographically.IOExceptionDirectoryIteratorException. getCause()Returns the cause of this exception.StringFileSystemException. getMessage()Returns the detail message string.Iterator<T>DirectoryStream. iterator()Returns the iterator associated with thisDirectoryStream.default Iterator<Path>Path. iterator()Returns an iterator over the name elements of this path.FileVisitResultSimpleFileVisitor. postVisitDirectory(T dir, IOException exc)Invoked for a directory after entries in the directory, and all of their descendants, have been visited.FileVisitResultSimpleFileVisitor. preVisitDirectory(T dir, BasicFileAttributes attrs)Invoked for a directory before entries in the directory are visited.default WatchKeyPath. register(WatchService watcher, WatchEvent.Kind<?>... events)Registers the file located by this path with a watch service.WatchKeyPath. register(WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers)Registers the file located by this path with a watch service.FileVisitResultSimpleFileVisitor. visitFile(T file, BasicFileAttributes attrs)Invoked for a file in a directory.FileVisitResultSimpleFileVisitor. visitFileFailed(T file, IOException exc)Invoked for a file that could not be visited. -
Uses of Override in java.nio.file.attribute
Methods in java.nio.file.attribute with annotations of type Override Modifier and Type Method Description intFileTime. compareTo(FileTime other)Compares the value of twoFileTimeobjects for order.booleanAclEntry. equals(Object ob)Compares the specified object with this ACL entry for equality.booleanFileTime. equals(Object obj)Tests thisFileTimefor equality with the given object.intAclEntry. hashCode()Returns the hash-code value for this ACL entry.intFileTime. hashCode()Computes a hash code for this file time.StringAclFileAttributeView. name()Returns the name of the attribute view.StringBasicFileAttributeView. name()Returns the name of the attribute view.StringDosFileAttributeView. name()Returns the name of the attribute view.StringFileOwnerAttributeView. name()Returns the name of the attribute view.StringPosixFileAttributeView. name()Returns the name of the attribute view.StringUserDefinedFileAttributeView. name()Returns the name of this attribute view.DosFileAttributesDosFileAttributeView. readAttributes()PosixFileAttributesPosixFileAttributeView. readAttributes()StringAclEntry. toString()Returns the string representation of this ACL entry.StringFileTime. toString()Returns the string representation of thisFileTime. -
Uses of Override in java.security
Methods in java.security with annotations of type Override Modifier and Type Method Description voidPermissions. add(Permission permission)Adds a permission object to the PermissionCollection for the class the permission belongs to.voidProvider. clear()Clears this provider so that it no longer contains the properties used to look up facilities implemented by the provider.ObjectProvider. 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 (ornullif there is no current mapping).ObjectProvider. 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.ObjectProvider. 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.Enumeration<Permission>Permissions. elements()Returns an enumeration of all the Permission objects in all the PermissionCollections in this Permissions object.Enumeration<Object>Provider. elements()Set<Map.Entry<Object,Object>>Provider. entrySet()Returns an unmodifiable Set view of the property entries contained in this Provider.booleanBasicPermission. equals(Object obj)Checks two BasicPermission objects for equality.booleanCodeSource. equals(Object obj)Tests for equality between the specified object and this object.booleanPKCS12Attribute. equals(Object obj)Compares thisPKCS12Attributeand a specified object for equality.voidProvider. forEach(BiConsumer<? super Object,? super Object> action)ObjectProvider. get(Object key)StringBasicPermission. getActions()Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for a BasicPermission.Set<KeyStore.Entry.Attribute>KeyStore.PrivateKeyEntry. getAttributes()Retrieves the attributes associated with an entry.Set<KeyStore.Entry.Attribute>KeyStore.SecretKeyEntry. getAttributes()Retrieves the attributes associated with an entry.Set<KeyStore.Entry.Attribute>KeyStore.TrustedCertificateEntry. getAttributes()Retrieves the attributes associated with an entry.StringPKCS12Attribute. getName()Returns the attribute's ASN.1 Object Identifier represented as a list of dot-separated integers.ObjectProvider. getOrDefault(Object key, Object defaultValue)KeyStore.ProtectionParameterDomainLoadStoreParameter. getProtectionParameter()Gets the keystore protection parameters for this domain.StringPKCS12Attribute. getValue()Returns the attribute's ASN.1 DER-encoded value as a string.intBasicPermission. hashCode()Returns the hash code value for this object.intCodeSource. hashCode()Returns the hash code value for this object.intPKCS12Attribute. hashCode()Returns the hashcode for thisPKCS12Attribute.booleanBasicPermission. implies(Permission p)Checks if the specified permission is "implied" by this object.booleanPermissions. 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.Enumeration<Object>Provider. keys()Set<Object>Provider. keySet()Returns an unmodifiable Set view of the property keys contained in this provider.voidProvider. load(InputStream inStream)Reads a property list (key and element pairs) from the input stream.ObjectProvider. 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.PermissionCollectionBasicPermission. newPermissionCollection()Returns a new PermissionCollection object for storing BasicPermission objects.protected intSecureRandom. next(int numBits)Generates an integer containing the user-specified number of pseudo-random bits (right justified, with leading zeros).voidSecureRandom. nextBytes(byte[] bytes)Generates a user-specified number of random bytes.ObjectProvider. put(Object key, Object value)Sets thekeyproperty to have the specifiedvalue.voidProvider. putAll(Map<?,?> t)Copies all of the mappings from the specified Map to this provider.ObjectProvider. 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.ObjectProvider. remove(Object key)Removes thekeyproperty (and its correspondingvalue).booleanProvider. remove(Object key, Object value)Removes the entry for the specified key only if it is currently mapped to the specified value.ObjectProvider. replace(Object key, Object value)Replaces the entry for the specified key only if it is currently mapped to some value.booleanProvider. replace(Object key, Object oldValue, Object newValue)Replaces the entry for the specified key only if currently mapped to the specified value.voidProvider. 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.voidSecureRandom. setSeed(long seed)Reseeds this random object, using the eight bytes contained in the givenlong seed.StringCodeSource. toString()Returns a string describing this CodeSource, telling its URL and certificates.StringDrbgParameters.Capability. toString()StringDrbgParameters.Instantiation. toString()Returns a Human-readable string representation of thisInstantiation.StringPKCS12Attribute. toString()Returns a string representation of thisPKCS12Attribute.StringProtectionDomain. toString()Convert a ProtectionDomain to a String.StringSecureRandom. toString()Returns a Human-readable string representation of thisSecureRandom.StringSecureRandomSpi. toString()Returns a Human-readable string representation of thisSecureRandom.Collection<Object>Provider. values()Returns an unmodifiable Collection view of the property values contained in this provider. -
Uses of Override in java.security.cert
Methods in java.security.cert with annotations of type Override Modifier and Type Method Description voidPKIXCertPathChecker. check(Certificate cert)Performs the check(s) on the specified certificate using its internal state.ObjectPKIXCertPathChecker. clone()Returns a clone of this object.PKIXRevocationCheckerPKIXRevocationChecker. clone()URICertStoreParametersURICertStoreParameters. clone()Returns a copy of this object.booleanURICertStoreParameters. equals(Object p)Compares the specified object with this parameters object for equality.StringCertificateRevokedException. getMessage()intURICertStoreParameters. hashCode()Returns a hash code value for this parameters object.abstract voidPKIXCertPathChecker. init(boolean forward)Initializes the internal state of thisPKIXCertPathChecker.abstract booleanPKIXCertPathChecker. isForwardCheckingSupported()Indicates if forward checking is supported.StringURICertStoreParameters. toString()Returns a formatted string describing the parameters including the URI used to construct this object. -
Uses of Override in java.sql
Methods in java.sql with annotations of type Override Modifier and Type Method Description intTimestamp. hashCode()Returns a hash code value for this object.InstantDate. toInstant()This method always throws an UnsupportedOperationException and should not be used because SQLDatevalues do not have a time component.InstantTime. toInstant()This method always throws an UnsupportedOperationException and should not be used because SQLTimevalues do not have a date component.InstantTimestamp. toInstant()Converts thisTimestampobject to anInstant. -
Uses of Override in java.text
Methods in java.text with annotations of type Override Modifier and Type Method Description ObjectBreakIterator. clone()Create a copy of this iteratorObjectCollator. clone()Overrides CloneableObjectDecimalFormat. clone()Standard override; no change in semantics.ObjectDecimalFormatSymbols. clone()Standard override.ObjectNumberFormat. clone()Overrides Cloneable.ObjectSimpleDateFormat. clone()Creates a copy of thisSimpleDateFormat.intCollator. compare(Object o1, Object o2)Compares its two arguments for order.booleanCollator. equals(Object that)Compares the equality of two Collators.booleanDecimalFormat. equals(Object obj)Overrides equalsbooleanDecimalFormatSymbols. equals(Object obj)Override equals.booleanNumberFormat. equals(Object obj)Overrides equals.booleanSimpleDateFormat. equals(Object obj)Compares the given object with thisSimpleDateFormatfor equality.StringBufferDecimalFormat. format(double number, StringBuffer result, FieldPosition fieldPosition)Formats a double to produce a string.StringBufferDecimalFormat. format(long number, StringBuffer result, FieldPosition fieldPosition)Format a long to produce a string.StringBufferDecimalFormat. format(Object number, StringBuffer toAppendTo, FieldPosition pos)Formats a number and appends the resulting text to the given string buffer.StringBufferNumberFormat. format(Object number, StringBuffer toAppendTo, FieldPosition pos)Formats a number and appends the resulting text to the given string buffer.StringBufferSimpleDateFormat. format(Date date, StringBuffer toAppendTo, FieldPosition pos)Formats the givenDateinto a date/time string and appends the result to the givenStringBuffer.AttributedCharacterIteratorDecimalFormat. formatToCharacterIterator(Object obj)Formats an Object producing anAttributedCharacterIterator.AttributedCharacterIteratorSimpleDateFormat. formatToCharacterIterator(Object obj)Formats an Object producing anAttributedCharacterIterator.CurrencyDecimalFormat. getCurrency()Gets the currency used by this decimal format when formatting currency values.intDecimalFormat. getMaximumFractionDigits()Gets the maximum number of digits allowed in the fraction portion of a number.intDecimalFormat. getMaximumIntegerDigits()Gets the maximum number of digits allowed in the integer portion of a number.intDecimalFormat. getMinimumFractionDigits()Gets the minimum number of digits allowed in the fraction portion of a number.intDecimalFormat. getMinimumIntegerDigits()Gets the minimum number of digits allowed in the integer portion of a number.RoundingModeDecimalFormat. getRoundingMode()Gets theRoundingModeused in this DecimalFormat.abstract intCollator. hashCode()Generates the hash code for this Collator.intDateFormatSymbols. hashCode()Override hashCode.intDecimalFormat. hashCode()Overrides hashCodeintDecimalFormatSymbols. hashCode()Override hashCode.intNumberFormat. hashCode()Overrides hashCode.intSimpleDateFormat. hashCode()Returns the hash code value for thisSimpleDateFormatobject.NumberDecimalFormat. parse(String text, ParsePosition pos)Parses text from a string to produce aNumber.DateSimpleDateFormat. parse(String text, ParsePosition pos)Parses text from a string to produce aDate.ObjectNumberFormat. parseObject(String source, ParsePosition pos)Parses text from a string to produce aNumber.protected ObjectDateFormat.Field. readResolve()Resolves instances being deserialized to the predefined constants.protected ObjectNumberFormat.Field. readResolve()Resolves instances being deserialized to the predefined constants.voidDecimalFormat. setCurrency(Currency currency)Sets the currency used by this number format when formatting currency values.voidDecimalFormat. setGroupingUsed(boolean newValue)Set whether or not grouping will be used in this format.voidDecimalFormat. setMaximumFractionDigits(int newValue)Sets the maximum number of digits allowed in the fraction portion of a number.voidDecimalFormat. setMaximumIntegerDigits(int newValue)Sets the maximum number of digits allowed in the integer portion of a number.voidDecimalFormat. setMinimumFractionDigits(int newValue)Sets the minimum number of digits allowed in the fraction portion of a number.voidDecimalFormat. setMinimumIntegerDigits(int newValue)Sets the minimum number of digits allowed in the integer portion of a number.voidDecimalFormat. setRoundingMode(RoundingMode roundingMode)Sets theRoundingModeused in this DecimalFormat. -
Uses of Override in java.time
Methods in java.time with annotations of type Override Modifier and Type Method Description TemporalDuration. addTo(Temporal temporal)Adds this duration to the specified temporal object.TemporalPeriod. addTo(Temporal temporal)Adds this period to the specified temporal object.TemporalDayOfWeek. adjustInto(Temporal temporal)Adjusts the specified temporal object to have this day-of-week.TemporalInstant. adjustInto(Temporal temporal)Adjusts the specified temporal object to have this instant.TemporalLocalDate. adjustInto(Temporal temporal)Adjusts the specified temporal object to have the same date as this object.TemporalLocalDateTime. adjustInto(Temporal temporal)Adjusts the specified temporal object to have the same date and time as this object.TemporalLocalTime. adjustInto(Temporal temporal)Adjusts the specified temporal object to have the same time as this object.TemporalMonth. adjustInto(Temporal temporal)Adjusts the specified temporal object to have this month-of-year.TemporalMonthDay. adjustInto(Temporal temporal)Adjusts the specified temporal object to have this month-day.TemporalOffsetDateTime. adjustInto(Temporal temporal)Adjusts the specified temporal object to have the same offset, date and time as this object.TemporalOffsetTime. adjustInto(Temporal temporal)Adjusts the specified temporal object to have the same offset and time as this object.TemporalYear. adjustInto(Temporal temporal)Adjusts the specified temporal object to have this year.TemporalYearMonth. adjustInto(Temporal temporal)Adjusts the specified temporal object to have this year-month.TemporalZoneOffset. adjustInto(Temporal temporal)Adjusts the specified temporal object to have the same offset as this object.LocalDateTimeLocalDate. atTime(LocalTime time)Combines this date with a time to create aLocalDateTime.ZonedDateTimeLocalDateTime. atZone(ZoneId zone)Combines this date-time with a time-zone to create aZonedDateTime.intDuration. compareTo(Duration otherDuration)Compares this duration to the specifiedDuration.intInstant. compareTo(Instant otherInstant)Compares this instant to the specified instant.intLocalDate. compareTo(ChronoLocalDate other)Compares this date to another date.intLocalDateTime. compareTo(ChronoLocalDateTime<?> other)Compares this date-time to another date-time.intLocalTime. compareTo(LocalTime other)Compares this time to another time.intMonthDay. compareTo(MonthDay other)Compares this month-day to another month-day.intOffsetDateTime. compareTo(OffsetDateTime other)Compares this date-time to another date-time.intOffsetTime. compareTo(OffsetTime other)Compares thisOffsetTimeto another time.intYear. compareTo(Year other)Compares this year to another year.intYearMonth. compareTo(YearMonth other)Compares this year-month to another year-month.intZoneOffset. compareTo(ZoneOffset other)Compares this offset to another offset in descending order.booleanClock. equals(Object obj)Checks if this clock is equal to another clock.booleanDuration. equals(Object otherDuration)Checks if this duration is equal to the specifiedDuration.booleanInstant. equals(Object otherInstant)Checks if this instant is equal to the specified instant.booleanLocalDate. equals(Object obj)Checks if this date is equal to another date.booleanLocalDateTime. equals(Object obj)Checks if this date-time is equal to another date-time.booleanLocalTime. equals(Object obj)Checks if this time is equal to another time.booleanMonthDay. equals(Object obj)Checks if this month-day is equal to another month-day.booleanOffsetDateTime. equals(Object obj)Checks if this date-time is equal to another date-time.booleanOffsetTime. equals(Object obj)Checks if this time is equal to another time.booleanPeriod. equals(Object obj)Checks if this period is equal to another period.booleanYear. equals(Object obj)Checks if this year is equal to another year.booleanYearMonth. equals(Object obj)Checks if this year-month is equal to another year-month.booleanZonedDateTime. equals(Object obj)Checks if this date-time is equal to another date-time.booleanZoneId. equals(Object obj)Checks if this time-zone ID is equal to another time-zone ID.booleanZoneOffset. equals(Object obj)Checks if this offset is equal to another offset.StringLocalDate. format(DateTimeFormatter formatter)Formats this date using the specified formatter.StringLocalDateTime. format(DateTimeFormatter formatter)Formats this date-time using the specified formatter.StringZonedDateTime. format(DateTimeFormatter formatter)Formats this date-time using the specified formatter.intDayOfWeek. get(TemporalField field)Gets the value of the specified field from this day-of-week as anint.longDuration. get(TemporalUnit unit)Gets the value of the requested unit.intInstant. get(TemporalField field)Gets the value of the specified field from this instant as anint.intLocalDate. get(TemporalField field)Gets the value of the specified field from this date as anint.intLocalDateTime. get(TemporalField field)Gets the value of the specified field from this date-time as anint.intLocalTime. get(TemporalField field)Gets the value of the specified field from this time as anint.intMonth. get(TemporalField field)Gets the value of the specified field from this month-of-year as anint.intMonthDay. get(TemporalField field)Gets the value of the specified field from this month-day as anint.intOffsetDateTime. get(TemporalField field)Gets the value of the specified field from this date-time as anint.intOffsetTime. get(TemporalField field)Gets the value of the specified field from this time as anint.longPeriod. get(TemporalUnit unit)Gets the value of the requested unit.intYear. get(TemporalField field)Gets the value of the specified field from this year as anint.intYearMonth. get(TemporalField field)Gets the value of the specified field from this year-month as anint.intZonedDateTime. get(TemporalField field)Gets the value of the specified field from this date-time as anint.intZoneOffset. get(TemporalField field)Gets the value of the specified field from this offset as anint.IsoChronologyLocalDate. getChronology()Gets the chronology of this date, which is the ISO calendar system.IsoChronologyPeriod. getChronology()Gets the chronology of this period, which is the ISO calendar system.IsoEraLocalDate. getEra()Gets the era applicable at this date.StringZoneOffset. getId()Gets the normalized zone offset ID.longDayOfWeek. getLong(TemporalField field)Gets the value of the specified field from this day-of-week as along.longInstant. getLong(TemporalField field)Gets the value of the specified field from this instant as along.longLocalDate. getLong(TemporalField field)Gets the value of the specified field from this date as along.longLocalDateTime. getLong(TemporalField field)Gets the value of the specified field from this date-time as along.longLocalTime. getLong(TemporalField field)Gets the value of the specified field from this time as along.longMonth. getLong(TemporalField field)Gets the value of the specified field from this month-of-year as along.longMonthDay. getLong(TemporalField field)Gets the value of the specified field from this month-day as along.longOffsetDateTime. getLong(TemporalField field)Gets the value of the specified field from this date-time as along.longOffsetTime. getLong(TemporalField field)Gets the value of the specified field from this time as along.longYear. getLong(TemporalField field)Gets the value of the specified field from this year as along.longYearMonth. getLong(TemporalField field)Gets the value of the specified field from this year-month as along.longZonedDateTime. getLong(TemporalField field)Gets the value of the specified field from this date-time as along.longZoneOffset. getLong(TemporalField field)Gets the value of the specified field from this offset as along.ZoneOffsetZonedDateTime. getOffset()Gets the zone offset, such as '+01:00'.ZoneRulesZoneOffset. getRules()Gets the associated time-zone rules.List<TemporalUnit>Duration. getUnits()Gets the set of units supported by this duration.List<TemporalUnit>Period. getUnits()Gets the set of units supported by this period.ZoneIdZonedDateTime. getZone()Gets the time-zone, such as 'Europe/Paris'.intClock. hashCode()A hash code for this clock.intDuration. hashCode()A hash code for this duration.intInstant. hashCode()Returns a hash code for this instant.intLocalDate. hashCode()A hash code for this date.intLocalDateTime. hashCode()A hash code for this date-time.intLocalTime. hashCode()A hash code for this time.intMonthDay. hashCode()A hash code for this month-day.intOffsetDateTime. hashCode()A hash code for this date-time.intOffsetTime. hashCode()A hash code for this time.intPeriod. hashCode()A hash code for this period.intYear. hashCode()A hash code for this year.intYearMonth. hashCode()A hash code for this year-month.intZonedDateTime. hashCode()A hash code for this date-time.intZoneId. hashCode()A hash code for this time-zone ID.intZoneOffset. hashCode()A hash code for this offset.booleanLocalDate. isAfter(ChronoLocalDate other)Checks if this date is after the specified date.booleanLocalDateTime. isAfter(ChronoLocalDateTime<?> other)Checks if this date-time is after the specified date-time.booleanLocalDate. isBefore(ChronoLocalDate other)Checks if this date is before the specified date.booleanLocalDateTime. isBefore(ChronoLocalDateTime<?> other)Checks if this date-time is before the specified date-time.booleanLocalDate. isEqual(ChronoLocalDate other)Checks if this date is equal to the specified date.booleanLocalDateTime. isEqual(ChronoLocalDateTime<?> other)Checks if this date-time is equal to the specified date-time.booleanLocalDate. isLeapYear()Checks if the year is a leap year, according to the ISO proleptic calendar system rules.booleanDayOfWeek. isSupported(TemporalField field)Checks if the specified field is supported.booleanInstant. isSupported(TemporalField field)Checks if the specified field is supported.booleanInstant. isSupported(TemporalUnit unit)Checks if the specified unit is supported.booleanLocalDate. isSupported(TemporalField field)Checks if the specified field is supported.booleanLocalDate. isSupported(TemporalUnit unit)Checks if the specified unit is supported.booleanLocalDateTime. isSupported(TemporalField field)Checks if the specified field is supported.booleanLocalDateTime. isSupported(TemporalUnit unit)Checks if the specified unit is supported.booleanLocalTime. isSupported(TemporalField field)Checks if the specified field is supported.booleanLocalTime. isSupported(TemporalUnit unit)Checks if the specified unit is supported.booleanMonth. isSupported(TemporalField field)Checks if the specified field is supported.booleanMonthDay. isSupported(TemporalField field)Checks if the specified field is supported.booleanOffsetDateTime. isSupported(TemporalField field)Checks if the specified field is supported.booleanOffsetDateTime. isSupported(TemporalUnit unit)Checks if the specified unit is supported.booleanOffsetTime. isSupported(TemporalField field)Checks if the specified field is supported.booleanOffsetTime. isSupported(TemporalUnit unit)Checks if the specified unit is supported.booleanYear. isSupported(TemporalField field)Checks if the specified field is supported.booleanYear. isSupported(TemporalUnit unit)Checks if the specified unit is supported.booleanYearMonth. isSupported(TemporalField field)Checks if the specified field is supported.booleanYearMonth. isSupported(TemporalUnit unit)Checks if the specified unit is supported.booleanZonedDateTime. isSupported(TemporalField field)Checks if the specified field is supported.booleanZonedDateTime. isSupported(TemporalUnit unit)Checks if the specified unit is supported.booleanZoneOffset. isSupported(TemporalField field)Checks if the specified field is supported.intLocalDate. lengthOfMonth()Returns the length of the month represented by this date.intLocalDate. lengthOfYear()Returns the length of the year represented by this date.InstantInstant. minus(long amountToSubtract, TemporalUnit unit)Returns a copy of this instant with the specified amount subtracted.InstantInstant. minus(TemporalAmount amountToSubtract)Returns a copy of this instant with the specified amount subtracted.LocalDateLocalDate. minus(long amountToSubtract, TemporalUnit unit)Returns a copy of this date with the specified amount subtracted.LocalDateLocalDate. minus(TemporalAmount amountToSubtract)Returns a copy of this date with the specified amount subtracted.LocalDateTimeLocalDateTime. minus(long amountToSubtract, TemporalUnit unit)Returns a copy of this date-time with the specified amount subtracted.LocalDateTimeLocalDateTime. minus(TemporalAmount amountToSubtract)Returns a copy of this date-time with the specified amount subtracted.LocalTimeLocalTime. minus(long amountToSubtract, TemporalUnit unit)Returns a copy of this time with the specified amount subtracted.LocalTimeLocalTime. minus(TemporalAmount amountToSubtract)Returns a copy of this time with the specified amount subtracted.OffsetDateTimeOffsetDateTime. minus(long amountToSubtract, TemporalUnit unit)Returns a copy of this date-time with the specified amount subtracted.OffsetDateTimeOffsetDateTime. minus(TemporalAmount amountToSubtract)Returns a copy of this date-time with the specified amount subtracted.OffsetTimeOffsetTime. minus(long amountToSubtract, TemporalUnit unit)Returns a copy of this time with the specified amount subtracted.OffsetTimeOffsetTime. minus(TemporalAmount amountToSubtract)Returns a copy of this time with the specified amount subtracted.YearYear. minus(long amountToSubtract, TemporalUnit unit)Returns a copy of this year with the specified amount subtracted.YearYear. minus(TemporalAmount amountToSubtract)Returns a copy of this year with the specified amount subtracted.YearMonthYearMonth. minus(long amountToSubtract, TemporalUnit unit)Returns a copy of this year-month with the specified amount subtracted.YearMonthYearMonth. minus(TemporalAmount amountToSubtract)Returns a copy of this year-month with the specified amount subtracted.ZonedDateTimeZonedDateTime. minus(long amountToSubtract, TemporalUnit unit)Returns a copy of this date-time with the specified amount subtracted.ZonedDateTimeZonedDateTime. minus(TemporalAmount amountToSubtract)Returns a copy of this date-time with the specified amount subtracted.InstantInstant. plus(long amountToAdd, TemporalUnit unit)Returns a copy of this instant with the specified amount added.InstantInstant. plus(TemporalAmount amountToAdd)Returns a copy of this instant with the specified amount added.LocalDateLocalDate. plus(long amountToAdd, TemporalUnit unit)Returns a copy of this date with the specified amount added.LocalDateLocalDate. plus(TemporalAmount amountToAdd)Returns a copy of this date with the specified amount added.LocalDateTimeLocalDateTime. plus(long amountToAdd, TemporalUnit unit)Returns a copy of this date-time with the specified amount added.LocalDateTimeLocalDateTime. plus(TemporalAmount amountToAdd)Returns a copy of this date-time with the specified amount added.LocalTimeLocalTime. plus(long amountToAdd, TemporalUnit unit)Returns a copy of this time with the specified amount added.LocalTimeLocalTime. plus(TemporalAmount amountToAdd)Returns a copy of this time with the specified amount added.OffsetDateTimeOffsetDateTime. plus(long amountToAdd, TemporalUnit unit)Returns a copy of this date-time with the specified amount added.OffsetDateTimeOffsetDateTime. plus(TemporalAmount amountToAdd)Returns a copy of this date-time with the specified amount added.OffsetTimeOffsetTime. plus(long amountToAdd, TemporalUnit unit)Returns a copy of this time with the specified amount added.OffsetTimeOffsetTime. plus(TemporalAmount amountToAdd)Returns a copy of this time with the specified amount added.YearYear. plus(long amountToAdd, TemporalUnit unit)Returns a copy of this year with the specified amount added.YearYear. plus(TemporalAmount amountToAdd)Returns a copy of this year with the specified amount added.YearMonthYearMonth. plus(long amountToAdd, TemporalUnit unit)Returns a copy of this year-month with the specified amount added.YearMonthYearMonth. plus(TemporalAmount amountToAdd)Returns a copy of this year-month with the specified amount added.ZonedDateTimeZonedDateTime. plus(long amountToAdd, TemporalUnit unit)Returns a copy of this date-time with the specified amount added.ZonedDateTimeZonedDateTime. plus(TemporalAmount amountToAdd)Returns a copy of this date-time with the specified amount added.<R> RDayOfWeek. query(TemporalQuery<R> query)Queries this day-of-week using the specified query.<R> RInstant. query(TemporalQuery<R> query)Queries this instant using the specified query.<R> RLocalDate. query(TemporalQuery<R> query)Queries this date using the specified query.<R> RLocalDateTime. query(TemporalQuery<R> query)Queries this date-time using the specified query.<R> RLocalTime. query(TemporalQuery<R> query)Queries this time using the specified query.<R> RMonth. query(TemporalQuery<R> query)Queries this month-of-year using the specified query.<R> RMonthDay. query(TemporalQuery<R> query)Queries this month-day using the specified query.<R> ROffsetDateTime. query(TemporalQuery<R> query)Queries this date-time using the specified query.<R> ROffsetTime. query(TemporalQuery<R> query)Queries this time using the specified query.<R> RYear. query(TemporalQuery<R> query)Queries this year using the specified query.<R> RYearMonth. query(TemporalQuery<R> query)Queries this year-month using the specified query.<R> RZonedDateTime. query(TemporalQuery<R> query)Queries this date-time using the specified query.<R> RZoneOffset. query(TemporalQuery<R> query)Queries this offset using the specified query.ValueRangeDayOfWeek. range(TemporalField field)Gets the range of valid values for the specified field.ValueRangeInstant. range(TemporalField field)Gets the range of valid values for the specified field.ValueRangeLocalDate. range(TemporalField field)Gets the range of valid values for the specified field.ValueRangeLocalDateTime. range(TemporalField field)Gets the range of valid values for the specified field.ValueRangeLocalTime. range(TemporalField field)Gets the range of valid values for the specified field.ValueRangeMonth. range(TemporalField field)Gets the range of valid values for the specified field.ValueRangeMonthDay. range(TemporalField field)Gets the range of valid values for the specified field.ValueRangeOffsetDateTime. range(TemporalField field)Gets the range of valid values for the specified field.ValueRangeOffsetTime. range(TemporalField field)Gets the range of valid values for the specified field.ValueRangeYear. range(TemporalField field)Gets the range of valid values for the specified field.ValueRangeYearMonth. range(TemporalField field)Gets the range of valid values for the specified field.ValueRangeZonedDateTime. range(TemporalField field)Gets the range of valid values for the specified field.ValueRangeZoneOffset. range(TemporalField field)Gets the range of valid values for the specified field.TemporalDuration. subtractFrom(Temporal temporal)Subtracts this duration from the specified temporal object.TemporalPeriod. subtractFrom(Temporal temporal)Subtracts this period from the specified temporal object.longLocalDate. toEpochDay()LocalDateLocalDateTime. toLocalDate()Gets theLocalDatepart of this date-time.LocalDateZonedDateTime. toLocalDate()Gets theLocalDatepart of this date-time.LocalDateTimeZonedDateTime. toLocalDateTime()Gets theLocalDateTimepart of this date-time.LocalTimeLocalDateTime. toLocalTime()Gets theLocalTimepart of this date-time.LocalTimeZonedDateTime. toLocalTime()Gets theLocalTimepart of this date-time.StringDuration. toString()A string representation of this duration using ISO-8601 seconds based representation, such asPT8H6M12.345S.StringInstant. toString()A string representation of this instant using ISO-8601 representation.StringLocalDate. toString()Outputs this date as aString, such as2007-12-03.StringLocalDateTime. toString()Outputs this date-time as aString, such as2007-12-03T10:15:30.StringLocalTime. toString()Outputs this time as aString, such as10:15.StringMonthDay. toString()Outputs this month-day as aString, such as--12-03.StringOffsetDateTime. toString()Outputs this date-time as aString, such as2007-12-03T10:15:30+01:00.StringOffsetTime. toString()Outputs this time as aString, such as10:15:30+01:00.StringPeriod. toString()Outputs this period as aString, such asP6Y3M1D.StringYear. toString()Outputs this year as aString.StringYearMonth. toString()Outputs this year-month as aString, such as2007-12.StringZonedDateTime. toString()Outputs this date-time as aString, such as2007-12-03T10:15:30+01:00[Europe/Paris].StringZoneId. toString()Outputs this zone as aString, using the ID.StringZoneOffset. toString()Outputs this offset as aString, using the normalized ID.longInstant. until(Temporal endExclusive, TemporalUnit unit)Calculates the amount of time until another instant in terms of the specified unit.PeriodLocalDate. until(ChronoLocalDate endDateExclusive)Calculates the period between this date and another date as aPeriod.longLocalDate. until(Temporal endExclusive, TemporalUnit unit)Calculates the amount of time until another date in terms of the specified unit.longLocalDateTime. until(Temporal endExclusive, TemporalUnit unit)Calculates the amount of time until another date-time in terms of the specified unit.longLocalTime. until(Temporal endExclusive, TemporalUnit unit)Calculates the amount of time until another time in terms of the specified unit.longOffsetDateTime. until(Temporal endExclusive, TemporalUnit unit)Calculates the amount of time until another date-time in terms of the specified unit.longOffsetTime. until(Temporal endExclusive, TemporalUnit unit)Calculates the amount of time until another time in terms of the specified unit.longYear. until(Temporal endExclusive, TemporalUnit unit)Calculates the amount of time until another year in terms of the specified unit.longYearMonth. until(Temporal endExclusive, TemporalUnit unit)Calculates the amount of time until another year-month in terms of the specified unit.longZonedDateTime. until(Temporal endExclusive, TemporalUnit unit)Calculates the amount of time until another date-time in terms of the specified unit.InstantInstant. with(TemporalAdjuster adjuster)Returns an adjusted copy of this instant.InstantInstant. with(TemporalField field, long newValue)Returns a copy of this instant with the specified field set to a new value.LocalDateLocalDate. with(TemporalAdjuster adjuster)Returns an adjusted copy of this date.LocalDateLocalDate. with(TemporalField field, long newValue)Returns a copy of this date with the specified field set to a new value.LocalDateTimeLocalDateTime. with(TemporalAdjuster adjuster)Returns an adjusted copy of this date-time.LocalDateTimeLocalDateTime. with(TemporalField field, long newValue)Returns a copy of this date-time with the specified field set to a new value.LocalTimeLocalTime. with(TemporalAdjuster adjuster)Returns an adjusted copy of this time.LocalTimeLocalTime. with(TemporalField field, long newValue)Returns a copy of this time with the specified field set to a new value.OffsetDateTimeOffsetDateTime. with(TemporalAdjuster adjuster)Returns an adjusted copy of this date-time.OffsetDateTimeOffsetDateTime. with(TemporalField field, long newValue)Returns a copy of this date-time with the specified field set to a new value.OffsetTimeOffsetTime. with(TemporalAdjuster adjuster)Returns an adjusted copy of this time.OffsetTimeOffsetTime. with(TemporalField field, long newValue)Returns a copy of this time with the specified field set to a new value.YearYear. with(TemporalAdjuster adjuster)Returns an adjusted copy of this year.YearYear. with(TemporalField field, long newValue)Returns a copy of this year with the specified field set to a new value.YearMonthYearMonth. with(TemporalAdjuster adjuster)Returns an adjusted copy of this year-month.YearMonthYearMonth. with(TemporalField field, long newValue)Returns a copy of this year-month with the specified field set to a new value.ZonedDateTimeZonedDateTime. with(TemporalAdjuster adjuster)Returns an adjusted copy of this date-time.ZonedDateTimeZonedDateTime. with(TemporalField field, long newValue)Returns a copy of this date-time with the specified field set to a new value.ZonedDateTimeZonedDateTime. 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.ZonedDateTimeZonedDateTime. 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.ZonedDateTimeZonedDateTime. withZoneSameInstant(ZoneId zone)Returns a copy of this date-time with a different time-zone, retaining the instant.ZonedDateTimeZonedDateTime. 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
Methods in java.time.chrono with annotations of type Override Modifier and Type Method Description TemporalChronoPeriod. addTo(Temporal temporal)Adds this period to the specified temporal object.default TemporalChronoLocalDate. adjustInto(Temporal temporal)Adjusts the specified temporal object to have the same date as this object.default TemporalChronoLocalDateTime. adjustInto(Temporal temporal)Adjusts the specified temporal object to have the same date and time as this object.default TemporalEra. adjustInto(Temporal temporal)Adjusts the specified temporal object to have the same era as this object.ChronoLocalDateTime<HijrahDate>HijrahDate. atTime(LocalTime localTime)ChronoLocalDateTime<JapaneseDate>JapaneseDate. atTime(LocalTime localTime)ChronoLocalDateTime<MinguoDate>MinguoDate. atTime(LocalTime localTime)ChronoLocalDateTime<ThaiBuddhistDate>ThaiBuddhistDate. atTime(LocalTime localTime)intAbstractChronology. compareTo(Chronology other)Compares this chronology to another chronology.default intChronoLocalDate. compareTo(ChronoLocalDate other)Compares this date to another date, including the chronology.default intChronoLocalDateTime. compareTo(ChronoLocalDateTime<?> other)Compares this date-time to another date-time, including the chronology.intChronology. compareTo(Chronology other)Compares this chronology to another chronology.default intChronoZonedDateTime. compareTo(ChronoZonedDateTime<?> other)Compares this date-time to another date-time, including the chronology.HijrahDateHijrahChronology. 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.HijrahDateHijrahChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)Obtains a local date in Hijrah calendar system from the era, year-of-era, month-of-year and day-of-month fields.HijrahDateHijrahChronology. date(TemporalAccessor temporal)LocalDateIsoChronology. date(int prolepticYear, int month, int dayOfMonth)Obtains an ISO local date from the proleptic-year, month-of-year and day-of-month fields.LocalDateIsoChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)Obtains an ISO local date from the era, year-of-era, month-of-year and day-of-month fields.LocalDateIsoChronology. date(TemporalAccessor temporal)Obtains an ISO local date from another date-time object.JapaneseDateJapaneseChronology. 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.JapaneseDateJapaneseChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)Obtains a local date in Japanese calendar system from the era, year-of-era, month-of-year and day-of-month fields.JapaneseDateJapaneseChronology. date(TemporalAccessor temporal)MinguoDateMinguoChronology. 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.MinguoDateMinguoChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)Obtains a local date in Minguo calendar system from the era, year-of-era, month-of-year and day-of-month fields.MinguoDateMinguoChronology. date(TemporalAccessor temporal)ThaiBuddhistDateThaiBuddhistChronology. 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.ThaiBuddhistDateThaiBuddhistChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)Obtains a local date in Thai Buddhist calendar system from the era, year-of-era, month-of-year and day-of-month fields.ThaiBuddhistDateThaiBuddhistChronology. date(TemporalAccessor temporal)HijrahDateHijrahChronology. dateEpochDay(long epochDay)Obtains a local date in the Hijrah calendar system from the epoch-day.LocalDateIsoChronology. dateEpochDay(long epochDay)Obtains an ISO local date from the epoch-day.JapaneseDateJapaneseChronology. dateEpochDay(long epochDay)Obtains a local date in the Japanese calendar system from the epoch-day.MinguoDateMinguoChronology. dateEpochDay(long epochDay)Obtains a local date in the Minguo calendar system from the epoch-day.ThaiBuddhistDateThaiBuddhistChronology. dateEpochDay(long epochDay)Obtains a local date in the Thai Buddhist calendar system from the epoch-day.HijrahDateHijrahChronology. dateNow()HijrahDateHijrahChronology. dateNow(Clock clock)HijrahDateHijrahChronology. dateNow(ZoneId zone)LocalDateIsoChronology. dateNow()Obtains the current ISO local date from the system clock in the default time-zone.LocalDateIsoChronology. dateNow(Clock clock)Obtains the current ISO local date from the specified clock.LocalDateIsoChronology. dateNow(ZoneId zone)Obtains the current ISO local date from the system clock in the specified time-zone.JapaneseDateJapaneseChronology. dateNow()JapaneseDateJapaneseChronology. dateNow(Clock clock)JapaneseDateJapaneseChronology. dateNow(ZoneId zone)MinguoDateMinguoChronology. dateNow()MinguoDateMinguoChronology. dateNow(Clock clock)MinguoDateMinguoChronology. dateNow(ZoneId zone)ThaiBuddhistDateThaiBuddhistChronology. dateNow()ThaiBuddhistDateThaiBuddhistChronology. dateNow(Clock clock)ThaiBuddhistDateThaiBuddhistChronology. dateNow(ZoneId zone)HijrahDateHijrahChronology. dateYearDay(int prolepticYear, int dayOfYear)Obtains a local date in Hijrah calendar system from the proleptic-year and day-of-year fields.HijrahDateHijrahChronology. 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.LocalDateIsoChronology. dateYearDay(int prolepticYear, int dayOfYear)Obtains an ISO local date from the proleptic-year and day-of-year fields.LocalDateIsoChronology. dateYearDay(Era era, int yearOfEra, int dayOfYear)Obtains an ISO local date from the era, year-of-era and day-of-year fields.JapaneseDateJapaneseChronology. dateYearDay(int prolepticYear, int dayOfYear)Obtains a local date in Japanese calendar system from the proleptic-year and day-of-year fields.JapaneseDateJapaneseChronology. 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.MinguoDateMinguoChronology. dateYearDay(int prolepticYear, int dayOfYear)Obtains a local date in Minguo calendar system from the proleptic-year and day-of-year fields.MinguoDateMinguoChronology. 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.ThaiBuddhistDateThaiBuddhistChronology. dateYearDay(int prolepticYear, int dayOfYear)Obtains a local date in Thai Buddhist calendar system from the proleptic-year and day-of-year fields.ThaiBuddhistDateThaiBuddhistChronology. 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.longIsoChronology. 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.booleanAbstractChronology. equals(Object obj)Checks if this chronology is equal to another chronology.booleanChronoLocalDate. equals(Object obj)Checks if this date is equal to another date, including the chronology.booleanChronoLocalDateTime. equals(Object obj)Checks if this date-time is equal to another date-time, including the chronology.booleanChronology. equals(Object obj)Checks if this chronology is equal to another chronology.booleanChronoPeriod. equals(Object obj)Checks if this period is equal to another period, including the chronology.booleanChronoZonedDateTime. equals(Object obj)Checks if this date-time is equal to another date-time.booleanHijrahDate. equals(Object obj)Compares this date to another date, including the chronology.booleanJapaneseDate. equals(Object obj)Compares this date to another date, including the chronology.booleanMinguoDate. equals(Object obj)Compares this date to another date, including the chronology.booleanThaiBuddhistDate. equals(Object obj)Compares this date to another date, including the chronology.HijrahEraHijrahChronology. eraOf(int eraValue)Creates the HijrahEra object from the numeric value.IsoEraIsoChronology. eraOf(int eraValue)JapaneseEraJapaneseChronology. eraOf(int eraValue)Returns the calendar system era object from the given numeric value.MinguoEraMinguoChronology. eraOf(int eraValue)ThaiBuddhistEraThaiBuddhistChronology. eraOf(int eraValue)List<Era>HijrahChronology. eras()List<Era>IsoChronology. eras()List<Era>JapaneseChronology. eras()List<Era>MinguoChronology. eras()List<Era>ThaiBuddhistChronology. eras()longChronoPeriod. get(TemporalUnit unit)Gets the value of the requested unit.default intChronoZonedDateTime. get(TemporalField field)default intEra. get(TemporalField field)Gets the value of the specified field from this era as anint.StringHijrahChronology. getCalendarType()Gets the calendar type of the Islamic calendar.StringIsoChronology. getCalendarType()Gets the calendar type of the underlying calendar system - 'iso8601'.StringJapaneseChronology. getCalendarType()Gets the calendar type of the underlying calendar system - 'japanese'.StringMinguoChronology. getCalendarType()Gets the calendar type of the underlying calendar system - 'roc'.StringThaiBuddhistChronology. getCalendarType()Gets the calendar type of the underlying calendar system - 'buddhist'.HijrahChronologyHijrahDate. getChronology()Gets the chronology of this date, which is the Hijrah calendar system.JapaneseChronologyJapaneseDate. getChronology()Gets the chronology of this date, which is the Japanese calendar system.MinguoChronologyMinguoDate. getChronology()Gets the chronology of this date, which is the Minguo calendar system.ThaiBuddhistChronologyThaiBuddhistDate. getChronology()Gets the chronology of this date, which is the Thai Buddhist calendar system.StringJapaneseEra. getDisplayName(TextStyle style, Locale locale)Gets the textual representation of this era.HijrahEraHijrahDate. getEra()Gets the era applicable at this date.JapaneseEraJapaneseDate. getEra()Gets the era applicable at this date.MinguoEraMinguoDate. getEra()Gets the era applicable at this date.ThaiBuddhistEraThaiBuddhistDate. getEra()Gets the era applicable at this date.StringHijrahChronology. getId()Gets the ID of the chronology.StringIsoChronology. getId()Gets the ID of the chronology - 'ISO'.StringJapaneseChronology. getId()Gets the ID of the chronology - 'Japanese'.StringMinguoChronology. getId()Gets the ID of the chronology - 'Minguo'.StringThaiBuddhistChronology. getId()Gets the ID of the chronology - 'ThaiBuddhist'.default longChronoZonedDateTime. getLong(TemporalField field)default longEra. getLong(TemporalField field)Gets the value of the specified field from this era as along.longHijrahDate. getLong(TemporalField field)longJapaneseDate. getLong(TemporalField field)longMinguoDate. getLong(TemporalField field)longThaiBuddhistDate. getLong(TemporalField field)List<TemporalUnit>ChronoPeriod. getUnits()Gets the set of units supported by this period.intHijrahEra. getValue()Gets the numeric eraintvalue.intIsoEra. getValue()Gets the numeric eraintvalue.intJapaneseEra. getValue()Gets the numeric eraintvalue.intMinguoEra. getValue()Gets the numeric eraintvalue.intThaiBuddhistEra. getValue()Gets the numeric eraintvalue.intAbstractChronology. hashCode()A hash code for this chronology.intChronoLocalDate. hashCode()A hash code for this date.intChronoLocalDateTime. hashCode()A hash code for this date-time.intChronology. hashCode()A hash code for this chronology.intChronoPeriod. hashCode()A hash code for this period.intChronoZonedDateTime. hashCode()A hash code for this date-time.intHijrahDate. hashCode()A hash code for this date.intJapaneseDate. hashCode()A hash code for this date.intMinguoDate. hashCode()A hash code for this date.intThaiBuddhistDate. hashCode()A hash code for this date.booleanHijrahChronology. isLeapYear(long prolepticYear)booleanHijrahDate. isLeapYear()Checks if the year is a leap year, according to the Hijrah calendar system rules.booleanIsoChronology. isLeapYear(long prolepticYear)Checks if the year is a leap year, according to the ISO proleptic calendar system rules.booleanJapaneseChronology. isLeapYear(long prolepticYear)Checks if the specified year is a leap year.booleanMinguoChronology. isLeapYear(long prolepticYear)Checks if the specified year is a leap year.booleanThaiBuddhistChronology. isLeapYear(long prolepticYear)Checks if the specified year is a leap year.default booleanChronoLocalDate. isSupported(TemporalField field)Checks if the specified field is supported.default booleanChronoLocalDate. isSupported(TemporalUnit unit)Checks if the specified unit is supported.booleanChronoLocalDateTime. isSupported(TemporalField field)Checks if the specified field is supported.default booleanChronoLocalDateTime. isSupported(TemporalUnit unit)Checks if the specified unit is supported.booleanChronoZonedDateTime. isSupported(TemporalField field)Checks if the specified field is supported.default booleanChronoZonedDateTime. isSupported(TemporalUnit unit)Checks if the specified unit is supported.default booleanEra. isSupported(TemporalField field)Checks if the specified field is supported.booleanJapaneseDate. isSupported(TemporalField field)Checks if the specified field is supported.intHijrahDate. lengthOfMonth()Returns the length of the month represented by this date.intJapaneseDate. lengthOfMonth()Returns the length of the month represented by this date.intMinguoDate. lengthOfMonth()Returns the length of the month represented by this date.intThaiBuddhistDate. lengthOfMonth()Returns the length of the month represented by this date.intHijrahDate. lengthOfYear()Returns the length of the year represented by this date.intJapaneseDate. lengthOfYear()ChronoLocalDateTime<HijrahDate>HijrahChronology. localDateTime(TemporalAccessor temporal)LocalDateTimeIsoChronology. localDateTime(TemporalAccessor temporal)Obtains an ISO local date-time from another date-time object.ChronoLocalDateTime<JapaneseDate>JapaneseChronology. localDateTime(TemporalAccessor temporal)ChronoLocalDateTime<MinguoDate>MinguoChronology. localDateTime(TemporalAccessor temporal)ChronoLocalDateTime<ThaiBuddhistDate>ThaiBuddhistChronology. localDateTime(TemporalAccessor temporal)default ChronoLocalDateChronoLocalDate. minus(long amountToSubtract, TemporalUnit unit)Returns an object of the same type as this object with the specified period subtracted.default ChronoLocalDateChronoLocalDate. 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.HijrahDateHijrahDate. minus(long amountToSubtract, TemporalUnit unit)HijrahDateHijrahDate. minus(TemporalAmount amount)Returns an object of the same type as this object with an amount subtracted.JapaneseDateJapaneseDate. minus(long amountToAdd, TemporalUnit unit)JapaneseDateJapaneseDate. minus(TemporalAmount amount)Returns an object of the same type as this object with an amount subtracted.MinguoDateMinguoDate. minus(long amountToAdd, TemporalUnit unit)MinguoDateMinguoDate. minus(TemporalAmount amount)Returns an object of the same type as this object with an amount subtracted.ThaiBuddhistDateThaiBuddhistDate. minus(long amountToAdd, TemporalUnit unit)ThaiBuddhistDateThaiBuddhistDate. minus(TemporalAmount amount)Returns an object of the same type as this object with an amount subtracted.PeriodIsoChronology. period(int years, int months, int days)Obtains a period for this chronology based on years, months and days.default ChronoLocalDateChronoLocalDate. plus(long amountToAdd, TemporalUnit unit)Returns an object of the same type as this object with the specified period added.default ChronoLocalDateChronoLocalDate. plus(TemporalAmount amount)Returns an object of the same type as this object with an amount added.ChronoLocalDateTime<D>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<D>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.HijrahDateHijrahDate. plus(long amountToAdd, TemporalUnit unit)HijrahDateHijrahDate. plus(TemporalAmount amount)Returns an object of the same type as this object with an amount added.JapaneseDateJapaneseDate. plus(long amountToAdd, TemporalUnit unit)JapaneseDateJapaneseDate. plus(TemporalAmount amount)Returns an object of the same type as this object with an amount added.MinguoDateMinguoDate. plus(long amountToAdd, TemporalUnit unit)MinguoDateMinguoDate. plus(TemporalAmount amount)Returns an object of the same type as this object with an amount added.ThaiBuddhistDateThaiBuddhistDate. plus(long amountToAdd, TemporalUnit unit)ThaiBuddhistDateThaiBuddhistDate. plus(TemporalAmount amount)Returns an object of the same type as this object with an amount added.intHijrahChronology. prolepticYear(Era era, int yearOfEra)intIsoChronology. prolepticYear(Era era, int yearOfEra)intJapaneseChronology. prolepticYear(Era era, int yearOfEra)intMinguoChronology. prolepticYear(Era era, int yearOfEra)intThaiBuddhistChronology. prolepticYear(Era era, int yearOfEra)default <R> RChronoLocalDate. query(TemporalQuery<R> query)Queries this date using the specified query.default <R> RChronoLocalDateTime. query(TemporalQuery<R> query)Queries this date-time using the specified query.default <R> RChronoZonedDateTime. query(TemporalQuery<R> query)Queries this date-time using the specified query.default <R> REra. query(TemporalQuery<R> query)Queries this era using the specified query.default ValueRangeChronoZonedDateTime. range(TemporalField field)default ValueRangeEra. range(TemporalField field)Gets the range of valid values for the specified field.ValueRangeHijrahChronology. range(ChronoField field)ValueRangeHijrahDate. range(TemporalField field)ValueRangeHijrahEra. range(TemporalField field)Gets the range of valid values for the specified field.ValueRangeIsoChronology. range(ChronoField field)ValueRangeJapaneseChronology. range(ChronoField field)ValueRangeJapaneseDate. range(TemporalField field)ValueRangeJapaneseEra. range(TemporalField field)Gets the range of valid values for the specified field.ValueRangeMinguoChronology. range(ChronoField field)ValueRangeMinguoDate. range(TemporalField field)ValueRangeThaiBuddhistChronology. range(ChronoField field)ValueRangeThaiBuddhistDate. range(TemporalField field)ChronoLocalDateAbstractChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)Resolves parsedChronoFieldvalues into a date during parsing.HijrahDateHijrahChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)LocalDateIsoChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)Resolves parsedChronoFieldvalues into a date during parsing.JapaneseDateJapaneseChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)MinguoDateMinguoChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)ThaiBuddhistDateThaiBuddhistChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)TemporalChronoPeriod. subtractFrom(Temporal temporal)Subtracts this period from the specified temporal object.longHijrahDate. toEpochDay()longJapaneseDate. toEpochDay()longMinguoDate. toEpochDay()longThaiBuddhistDate. toEpochDay()StringAbstractChronology. toString()Outputs this chronology as aString, using the chronology ID.StringChronoLocalDate. toString()Outputs this date as aString.StringChronoLocalDateTime. toString()Outputs this date-time as aString.StringChronology. toString()Outputs this chronology as aString.StringChronoPeriod. toString()Outputs this period as aString.StringChronoZonedDateTime. toString()Outputs this date-time as aString.StringJapaneseEra. toString()longChronoLocalDate. until(Temporal endExclusive, TemporalUnit unit)Calculates the amount of time until another date in terms of the specified unit.ChronoPeriodHijrahDate. until(ChronoLocalDate endDate)ChronoPeriodJapaneseDate. until(ChronoLocalDate endDate)ChronoPeriodMinguoDate. until(ChronoLocalDate endDate)ChronoPeriodThaiBuddhistDate. until(ChronoLocalDate endDate)default ChronoLocalDateChronoLocalDate. with(TemporalAdjuster adjuster)Returns an adjusted object of the same type as this object with the adjustment made.default ChronoLocalDateChronoLocalDate. 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<D>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<D>ChronoZonedDateTime. with(TemporalField field, long newValue)Returns an object of the same type as this object with the specified field altered.HijrahDateHijrahDate. with(TemporalAdjuster adjuster)Returns an adjusted object of the same type as this object with the adjustment made.HijrahDateHijrahDate. with(TemporalField field, long newValue)JapaneseDateJapaneseDate. with(TemporalAdjuster adjuster)Returns an adjusted object of the same type as this object with the adjustment made.JapaneseDateJapaneseDate. with(TemporalField field, long newValue)MinguoDateMinguoDate. with(TemporalAdjuster adjuster)Returns an adjusted object of the same type as this object with the adjustment made.MinguoDateMinguoDate. with(TemporalField field, long newValue)ThaiBuddhistDateThaiBuddhistDate. with(TemporalAdjuster adjuster)Returns an adjusted object of the same type as this object with the adjustment made.ThaiBuddhistDateThaiBuddhistDate. with(TemporalField field, long newValue)ChronoZonedDateTime<HijrahDate>HijrahChronology. zonedDateTime(Instant instant, ZoneId zone)ChronoZonedDateTime<HijrahDate>HijrahChronology. zonedDateTime(TemporalAccessor temporal)ZonedDateTimeIsoChronology. zonedDateTime(Instant instant, ZoneId zone)Obtains an ISO zoned date-time in this chronology from anInstant.ZonedDateTimeIsoChronology. zonedDateTime(TemporalAccessor temporal)Obtains an ISO zoned date-time from another date-time object.ChronoZonedDateTime<JapaneseDate>JapaneseChronology. zonedDateTime(Instant instant, ZoneId zone)ChronoZonedDateTime<JapaneseDate>JapaneseChronology. zonedDateTime(TemporalAccessor temporal)ChronoZonedDateTime<MinguoDate>MinguoChronology. zonedDateTime(Instant instant, ZoneId zone)ChronoZonedDateTime<MinguoDate>MinguoChronology. zonedDateTime(TemporalAccessor temporal)ChronoZonedDateTime<ThaiBuddhistDate>ThaiBuddhistChronology. zonedDateTime(Instant instant, ZoneId zone)ChronoZonedDateTime<ThaiBuddhistDate>ThaiBuddhistChronology. zonedDateTime(TemporalAccessor temporal) -
Uses of Override in java.time.format
Methods in java.time.format with annotations of type Override Modifier and Type Method Description booleanDecimalStyle. equals(Object obj)Checks if this DecimalStyle is equal to another DecimalStyle.intDecimalStyle. hashCode()A hash code for this DecimalStyle.StringDateTimeFormatter. toString()Returns a description of the underlying formatters.StringDecimalStyle. toString()Returns a string describing this DecimalStyle. -
Uses of Override in java.time.temporal
Methods in java.time.temporal with annotations of type Override Modifier and Type Method Description <R extends Temporal>
RChronoUnit. addTo(R temporal, long amount)<R extends Temporal>
RChronoField. adjustInto(R temporal, long newValue)longChronoUnit. between(Temporal temporal1Inclusive, Temporal temporal2Exclusive)booleanValueRange. equals(Object obj)Checks if this range is equal to another range.booleanWeekFields. equals(Object object)Checks if thisWeekFieldsis equal to the specified object.TemporalUnitChronoField. getBaseUnit()StringChronoField. getDisplayName(Locale locale)DurationChronoUnit. getDuration()Gets the estimated duration of this unit in the ISO calendar system.longChronoField. getFrom(TemporalAccessor temporal)TemporalUnitChronoField. getRangeUnit()intValueRange. hashCode()A hash code for this range.intWeekFields. hashCode()A hash code for thisWeekFields.booleanChronoField. isDateBased()Checks if this field represents a component of a date.booleanChronoUnit. isDateBased()Checks if this unit is a date unit.booleanChronoUnit. isDurationEstimated()Checks if the duration of the unit is an estimate.booleanChronoField. isSupportedBy(TemporalAccessor temporal)booleanChronoUnit. isSupportedBy(Temporal temporal)booleanChronoField. isTimeBased()Checks if this field represents a component of a time.booleanChronoUnit. isTimeBased()Checks if this unit is a time unit.ValueRangeChronoField. range()Gets the range of valid values for the field.ValueRangeChronoField. rangeRefinedBy(TemporalAccessor temporal)StringChronoField. toString()StringChronoUnit. toString()StringTemporalField. toString()Gets a descriptive name for the field.StringTemporalUnit. toString()Gets a descriptive name for the unit.StringValueRange. toString()Outputs this range as aString.StringWeekFields. toString()A string representation of thisWeekFieldsinstance. -
Uses of Override in java.time.zone
Methods in java.time.zone with annotations of type Override Modifier and Type Method Description intZoneOffsetTransition. compareTo(ZoneOffsetTransition transition)Compares this transition to another based on the transition instant.booleanZoneOffsetTransition. equals(Object other)Checks if this object equals another.booleanZoneOffsetTransitionRule. equals(Object otherRule)Checks if this object equals another.booleanZoneRules. equals(Object otherRules)Checks if this set of rules equals another.intZoneOffsetTransition. hashCode()Returns a suitable hash code.intZoneOffsetTransitionRule. hashCode()Returns a suitable hash code.intZoneRules. hashCode()Returns a suitable hash code given the definition of#equals.StringZoneOffsetTransition. toString()Returns a string describing this object.StringZoneOffsetTransitionRule. toString()Returns a string describing this object.StringZoneRules. toString()Returns a string describing this object. -
Uses of Override in java.util
Methods in java.util with annotations of type Override Modifier and Type Method Description voidDoubleSummaryStatistics. accept(double value)Records another value into the summary information.voidIntSummaryStatistics. accept(int value)Records a new value into the summary informationvoidLongSummaryStatistics. accept(int value)Records a newintvalue into the summary information.voidLongSummaryStatistics. accept(long value)Records a newlongvalue into the summary information.voidGregorianCalendar. add(int field, int amount)Adds the specified (signed) amount of time to the given calendar field, based on the calendar's rules.intSpliterators.AbstractDoubleSpliterator. characteristics()Returns a set of characteristics of this Spliterator and its elements.intSpliterators.AbstractIntSpliterator. characteristics()Returns a set of characteristics of this Spliterator and its elements.intSpliterators.AbstractLongSpliterator. characteristics()Returns a set of characteristics of this Spliterator and its elements.intSpliterators.AbstractSpliterator. characteristics()Returns a set of characteristics of this Spliterator and its elements.voidProperties. clear()ObjectCalendar. clone()Creates and returns a copy of this object.ObjectGregorianCalendar. clone()ObjectHashMap. clone()Returns a shallow copy of thisHashMapinstance: the keys and values themselves are not cloned.ObjectLocale. clone()Overrides Cloneable.ObjectProperties. clone()intCalendar. compareTo(Calendar anotherCalendar)Compares the time values (millisecond offsets from the Epoch) represented by twoCalendarobjects.VHashMap. compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)Attempts to compute a mapping for the specified key and its current mapped value (ornullif there is no current mapping).VHashtable. compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)Attempts to compute a mapping for the specified key and its current mapped value (ornullif there is no current mapping).ObjectProperties. compute(Object key, BiFunction<? super Object,? super Object,?> remappingFunction)protected voidGregorianCalendar. computeFields()Converts the time value (millisecond offset from the Epoch) to calendar field values.VHashMap. 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.VHashtable. 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.ObjectProperties. computeIfAbsent(Object key, Function<? super Object,?> mappingFunction)VHashMap. 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.VHashtable. 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.ObjectProperties. computeIfPresent(Object key, BiFunction<? super Object,? super Object,?> remappingFunction)protected voidGregorianCalendar. computeTime()Converts calendar field values to the time value (millisecond offset from the Epoch).booleanProperties. contains(Object value)booleanProperties. containsKey(Object key)booleanProperties. containsValue(Object value)Enumeration<Object>Properties. elements()Set<Map.Entry<Object,Object>>Properties. entrySet()booleanCalendar. equals(Object obj)Compares thisCalendarto the specifiedObject.booleanGregorianCalendar. equals(Object obj)Compares thisGregorianCalendarto the specifiedObject.booleanLocale. equals(Object obj)Returns true if this Locale is equal to another object.booleanLocale.LanguageRange. equals(Object obj)Compares this object to the specified object.booleanOptional. equals(Object obj)Indicates whether some other object is "equal to" thisOptional.booleanOptionalDouble. equals(Object obj)Indicates whether some other object is "equal to" thisOptionalDouble.booleanOptionalInt. equals(Object obj)Indicates whether some other object is "equal to" thisOptionalInt.booleanOptionalLong. equals(Object obj)Indicates whether some other object is "equal to" thisOptionalLong.booleanProperties. equals(Object o)booleanPropertyPermission. equals(Object obj)Checks two PropertyPermission objects for equality.longSpliterators.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_VALUEif infinite, unknown, or too expensive to compute.longSpliterators.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_VALUEif infinite, unknown, or too expensive to compute.longSpliterators.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_VALUEif infinite, unknown, or too expensive to compute.longSpliterators.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_VALUEif infinite, unknown, or too expensive to compute.voidArrayList. forEach(Consumer<? super E> action)voidHashMap. forEach(BiConsumer<? super K,? super V> action)voidHashtable. forEach(BiConsumer<? super K,? super V> action)voidIdentityHashMap. forEach(BiConsumer<? super K,? super V> action)voidProperties. forEach(BiConsumer<? super Object,? super Object> action)voidTreeMap. forEach(BiConsumer<? super K,? super V> action)voidVector. forEach(Consumer<? super E> action)voidWeakHashMap. forEach(BiConsumer<? super K,? super V> action)default voidPrimitiveIterator.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 voidPrimitiveIterator.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 voidPrimitiveIterator.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 voidSpliterator.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 voidSpliterator.OfDouble. forEachRemaining(DoubleConsumer action)default voidSpliterator.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 voidSpliterator.OfInt. forEachRemaining(IntConsumer action)default voidSpliterator.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.default voidSpliterator.OfLong. forEachRemaining(LongConsumer action)ObjectProperties. get(Object key)SServiceLoader.Provider. get()Returns an instance of the provider.StringPropertyPermission. getActions()Returns the "canonical string representation" of the actions.intGregorianCalendar. 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,getGregorianChangeandgetTimeZonemethods.intGregorianCalendar. 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,getGregorianChangeandgetTimeZonemethods.StringGregorianCalendar. getCalendarType()Returns"gregory"as the calendar type.intGregorianCalendar. getGreatestMinimum(int field)Returns the highest minimum value for the given calendar field of thisGregorianCalendarinstance.intGregorianCalendar. getLeastMaximum(int field)Returns the lowest maximum value for the given calendar field of thisGregorianCalendarinstance.intGregorianCalendar. getMaximum(int field)Returns the maximum value for the given calendar field of thisGregorianCalendarinstance.intGregorianCalendar. getMinimum(int field)Returns the minimum value for the given calendar field of thisGregorianCalendarinstance.VHashMap. getOrDefault(Object key, V defaultValue)VHashtable. getOrDefault(Object key, V defaultValue)ObjectProperties. getOrDefault(Object key, Object defaultValue)TimeZoneGregorianCalendar. getTimeZone()intGregorianCalendar. getWeeksInWeekYear()Returns the number of weeks in the week year represented by thisGregorianCalendar.intGregorianCalendar. getWeekYear()Returns the week year represented by thisGregorianCalendar.intCalendar. hashCode()Returns a hash code for this calendar.intGregorianCalendar. hashCode()Generates the hash code for thisGregorianCalendarobject.intLocale. hashCode()Override hashCode.intLocale.LanguageRange. hashCode()Returns a hash code value for the object.intOptional. hashCode()Returns the hash code of the value, if present, otherwise0(zero) if no value is present.intOptionalDouble. hashCode()Returns the hash code of the value, if present, otherwise0(zero) if no value is present.intOptionalInt. hashCode()Returns the hash code of the value, if present, otherwise0(zero) if no value is present.intOptionalLong. hashCode()Returns the hash code of the value, if present, otherwise0(zero) if no value is present.intProperties. hashCode()intPropertyPermission. hashCode()Returns the hash code value for this object.booleanPropertyPermission. implies(Permission p)Checks if this PropertyPermission object "implies" the specified permission.booleanProperties. isEmpty()booleanGregorianCalendar. isWeekDateSupported()Returnstrueindicating thisGregorianCalendarsupports week dates.Enumeration<Object>Properties. keys()Set<Object>Properties. keySet()VHashMap. merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.VHashtable. merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.ObjectProperties. merge(Object key, Object value, BiFunction<? super Object,? super Object,?> remappingFunction)PermissionCollectionPropertyPermission. newPermissionCollection()Returns a new PermissionCollection object for storing PropertyPermission objects.default DoublePrimitiveIterator.OfDouble. next()Returns the next element in the iteration.default IntegerPrimitiveIterator.OfInt. next()Returns the next element in the iteration.default LongPrimitiveIterator.OfLong. next()Returns the next element in the iteration.booleanSimpleTimeZone. observesDaylightTime()Returnstrueif thisSimpleTimeZoneobserves Daylight Saving Time.ObjectProperties. put(Object key, Object value)voidProperties. putAll(Map<?,?> t)VHashMap. putIfAbsent(K key, V value)VHashtable. putIfAbsent(K key, V value)ObjectProperties. putIfAbsent(Object key, Object value)protected voidProperties. rehash()booleanHashMap. remove(Object key, Object value)booleanHashtable. remove(Object key, Object value)ObjectProperties. remove(Object key)booleanProperties. remove(Object key, Object value)booleanArrayList. removeIf(Predicate<? super E> filter)booleanVector. removeIf(Predicate<? super E> filter)VHashMap. replace(K key, V value)booleanHashMap. replace(K key, V oldValue, V newValue)VHashtable. replace(K key, V value)booleanHashtable. replace(K key, V oldValue, V newValue)ObjectProperties. replace(Object key, Object value)booleanProperties. replace(Object key, Object oldValue, Object newValue)VTreeMap. replace(K key, V value)booleanTreeMap. replace(K key, V oldValue, V newValue)voidArrayList. replaceAll(UnaryOperator<E> operator)voidHashMap. replaceAll(BiFunction<? super K,? super V,? extends V> function)voidHashtable. replaceAll(BiFunction<? super K,? super V,? extends V> function)voidIdentityHashMap. replaceAll(BiFunction<? super K,? super V,? extends V> function)voidProperties. replaceAll(BiFunction<? super Object,? super Object,?> function)voidTreeMap. replaceAll(BiFunction<? super K,? super V,? extends V> function)voidVector. replaceAll(UnaryOperator<E> operator)voidWeakHashMap. replaceAll(BiFunction<? super K,? super V,? extends V> function)voidGregorianCalendar. roll(int field, boolean up)Adds or subtracts (up/down) a single unit of time on the given time field without changing larger fields.voidGregorianCalendar. roll(int field, int amount)Adds a signed amount to the specified calendar field without changing larger fields.voidGregorianCalendar. setTimeZone(TimeZone zone)voidGregorianCalendar. setWeekDate(int weekYear, int weekOfYear, int dayOfWeek)Sets thisGregorianCalendarto the date given by the date specifiers -weekYear,weekOfYear, anddayOfWeek.intProperties. size()voidArrayList. sort(Comparator<? super E> c)voidVector. sort(Comparator<? super E> c)Spliterator<E>ArrayList. spliterator()Creates a late-binding and fail-fastSpliteratorover the elements in this list.default Spliterator<E>Collection. spliterator()Creates aSpliteratorover the elements in this collection.Spliterator<E>LinkedHashSet. spliterator()Creates a late-binding and fail-fastSpliteratorover the elements in this set.Spliterator<E>LinkedList. spliterator()Creates a late-binding and fail-fastSpliteratorover the elements in this list.default Spliterator<E>List. spliterator()Creates aSpliteratorover the elements in this list.default Spliterator<E>Set. spliterator()Creates aSpliteratorover the elements in this set.default Spliterator<E>SortedSet. spliterator()Creates aSpliteratorover the elements in this sorted set.Spliterator<E>Vector. spliterator()Creates a late-binding and fail-fastSpliteratorover the elements in this list.StringCalendar. toString()Return a string representation of this calendar.StringCurrency. toString()Returns the ISO 4217 currency code of this currency.StringDoubleSummaryStatistics. toString()Returns a non-empty string representation of this object suitable for debugging.StringIntSummaryStatistics. toString()Returns a non-empty string representation of this object suitable for debugging.StringLocale.LanguageRange. toString()Returns an informative string representation of thisLanguageRangeobject, consisting of language range and weight if the range is weighted and the weight is less than the max weight.StringLocale. toString()Returns a string representation of thisLocaleobject, 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.StringLongSummaryStatistics. toString()Returns a non-empty string representation of this object suitable for debugging.StringOptional. toString()Returns a non-empty string representation of thisOptionalsuitable for debugging.StringOptionalDouble. toString()Returns a non-empty string representation of thisOptionalDoublesuitable for debugging.StringOptionalInt. toString()Returns a non-empty string representation of thisOptionalIntsuitable for debugging.StringOptionalLong. toString()Returns a non-empty string representation of thisOptionalLongsuitable for debugging.StringProperties. toString()StringStringJoiner. 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 + suffixor theemptyValuecharacters are returned.default booleanSpliterator.OfDouble. tryAdvance(Consumer<? super Double> action)If a remaining element exists, performs the given action on it, returningtrue; else returnsfalse.booleanSpliterator.OfDouble. tryAdvance(DoubleConsumer action)default booleanSpliterator.OfInt. tryAdvance(Consumer<? super Integer> action)If a remaining element exists, performs the given action on it, returningtrue; else returnsfalse.booleanSpliterator.OfInt. tryAdvance(IntConsumer action)default booleanSpliterator.OfLong. tryAdvance(Consumer<? super Long> action)If a remaining element exists, performs the given action on it, returningtrue; else returnsfalse.booleanSpliterator.OfLong. tryAdvance(LongConsumer action)Spliterator.OfDoubleSpliterator.OfDouble. trySplit()Spliterator.OfIntSpliterator.OfInt. trySplit()Spliterator.OfLongSpliterator.OfLong. trySplit()T_SPLITRSpliterator.OfPrimitive. trySplit()Spliterator.OfDoubleSpliterators.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.Spliterator.OfIntSpliterators.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.Spliterator.OfLongSpliterators.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.Spliterator<T>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.Collection<Object>Properties. values() -
Uses of Override in java.util.concurrent
Methods in java.util.concurrent with annotations of type Override Modifier and Type Method Description default VConcurrentMap. compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)Attempts to compute a mapping for the specified key and its current mapped value (ornullif there is no current mapping).default VConcurrentMap. 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 VConcurrentMap. 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.default voidConcurrentMap. 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 VConcurrentMap. getOrDefault(Object key, V defaultValue)Returns the value to which the specified key is mapped, ordefaultValueif this map contains no mapping for the key.default VConcurrentMap. merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.default voidConcurrentMap. 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.Spliterator<E>ConcurrentLinkedQueue. spliterator()Returns aSpliteratorover the elements in this queue. -
Uses of Override in java.util.logging
Methods in java.util.logging with annotations of type Override Modifier and Type Method Description voidConsoleHandler. close()OverrideStreamHandler.closeto do a flush but not to close the output stream.voidFileHandler. close()Close all the files.voidMemoryHandler. close()Close theHandlerand free all associated resources.voidSocketHandler. close()Close this output stream.voidStreamHandler. close()Close the current output stream.booleanLevel. equals(Object ox)Compare two objects for value equality.voidMemoryHandler. flush()Causes a flush on the targetHandler.voidStreamHandler. flush()Flush any buffered messages.StringSimpleFormatter. format(LogRecord record)Format the given LogRecord.StringXMLFormatter. format(LogRecord record)Format the given message to XML.StringXMLFormatter. getHead(Handler h)Return the header string for a set of XML formatted records.StringXMLFormatter. getTail(Handler h)Return the tail string for a set of XML formatted records.intLevel. hashCode()Generate a hashcode.booleanMemoryHandler. isLoggable(LogRecord record)Check if thisHandlerwould actually log a givenLogRecordinto its internal buffer.booleanStreamHandler. isLoggable(LogRecord record)Check if thisHandlerwould actually log a givenLogRecord.voidConsoleHandler. publish(LogRecord record)Publish aLogRecord.voidFileHandler. publish(LogRecord record)Format and publish aLogRecord.voidMemoryHandler. publish(LogRecord record)Store aLogRecordin an internal buffer.voidSocketHandler. publish(LogRecord record)Format and publish aLogRecord.voidStreamHandler. publish(LogRecord record)Format and publish aLogRecord.voidStreamHandler. setEncoding(String encoding)Set (or change) the character encoding used by thisHandler.StringLevel. toString()Returns a string representation of this Level. -
Uses of Override in java.util.spi
Methods in java.util.spi with annotations of type Override Modifier and Type Method Description ResourceBundleAbstractResourceBundleProvider. getBundle(String baseName, Locale locale)Returns aResourceBundlefor the givenbaseNameandlocale. -
Uses of Override in java.util.stream
Methods in java.util.stream with annotations of type Override Modifier and Type Method Description voidDoubleStream.Builder. accept(double t)Adds an element to the stream being built.voidIntStream.Builder. accept(int t)Adds an element to the stream being built.voidLongStream.Builder. accept(long t)Adds an element to the stream being built.voidStream.Builder. accept(T t)Adds an element to the stream being built.voidBaseStream. close()Closes this stream, causing all close handlers for this stream pipeline to be called.PrimitiveIterator.OfDoubleDoubleStream. iterator()PrimitiveIterator.OfIntIntStream. iterator()PrimitiveIterator.OfLongLongStream. iterator()DoubleStreamDoubleStream. parallel()IntStreamIntStream. parallel()LongStreamLongStream. parallel()DoubleStreamDoubleStream. sequential()IntStreamIntStream. sequential()LongStreamLongStream. sequential()Spliterator.OfDoubleDoubleStream. spliterator()Spliterator.OfIntIntStream. spliterator()Spliterator.OfLongLongStream. spliterator() -
Uses of Override in java.util.zip
Methods in java.util.zip with annotations of type Override Modifier and Type Method Description longAdler32. getValue()Returns the checksum value.longCRC32. getValue()Returns CRC-32 value.longCRC32C. getValue()Returns CRC-32C value.voidAdler32. reset()Resets the checksum to initial value.voidCRC32. reset()Resets CRC-32 to initial value.voidCRC32C. reset()Resets CRC-32C to initial value.voidAdler32. update(byte[] b, int off, int len)Updates the checksum with the specified array of bytes.voidAdler32. update(int b)Updates the checksum with the specified byte (the low eight bits of the argument b).voidAdler32. update(ByteBuffer buffer)Updates the checksum with the bytes from the specified buffer.voidCRC32. update(byte[] b, int off, int len)Updates the CRC-32 checksum with the specified array of bytes.voidCRC32. update(int b)Updates the CRC-32 checksum with the specified byte (the low eight bits of the argument b).voidCRC32. update(ByteBuffer buffer)Updates the CRC-32 checksum with the bytes from the specified buffer.voidCRC32C. update(byte[] b, int off, int len)Updates the CRC-32C checksum with the specified array of bytes.voidCRC32C. update(int b)Updates the CRC-32C checksum with the specified byte (the low eight bits of the argument b).voidCRC32C. update(ByteBuffer buffer)Updates the CRC-32C checksum with the bytes from the specified buffer. -
Uses of Override in javax.imageio.plugins.tiff
Methods in javax.imageio.plugins.tiff with annotations of type Override Modifier and Type Method Description TIFFDirectoryTIFFDirectory. clone()Clones the directory and all the fields contained therein.TIFFFieldTIFFField. clone()Clones the field and all the information contained therein. -
Uses of Override in javax.lang.model.element
Methods in javax.lang.model.element with annotations of type Override Modifier and Type Method Description booleanElement. equals(Object obj)Returnstrueif the argument represents the same element asthis, orfalseotherwise.<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.List<? extends Element>ModuleElement. getEnclosedElements()Returns the packages within this module.List<? extends Element>PackageElement. getEnclosedElements()Returns the top-level classes and interfaces within this package.List<? extends Element>TypeElement. getEnclosedElements()Returns the fields, methods, constructors, and member types that are directly declared in this class or interface.ElementModuleElement. getEnclosingElement()Returnsnullsince a module is not enclosed by another element.ElementPackageElement. getEnclosingElement()Returns the enclosing module if such a module exists; otherwise returnsnull.ElementTypeElement. getEnclosingElement()Returns the package of a top-level type and returns the immediately lexically enclosing element for a nested type.ElementTypeParameterElement. getEnclosingElement()Returns the generic element of this type parameter.ElementVariableElement. getEnclosingElement()Returns the enclosing element of this variable.NameModuleElement. getQualifiedName()Returns the fully qualified name of this module.NameExecutableElement. getSimpleName()Returns the simple name of a constructor, method, or initializer.NameModuleElement. getSimpleName()Returns the simple name of this module.NamePackageElement. getSimpleName()Returns the simple name of this package.NameTypeElement. getSimpleName()Returns the simple name of this type element.NameVariableElement. getSimpleName()Returns the simple name of this variable element.intElement. hashCode()Obeys the general contract ofObject.hashCode. -
Uses of Override in javax.lang.model.util
Methods in javax.lang.model.util with annotations of type Override Modifier and Type Method Description RElementKindVisitor6. visitExecutable(ExecutableElement e, P p)Visits an executable element, dispatching to the visit method for the specific kind of executable,CONSTRUCTOR,INSTANCE_INIT,METHOD, orSTATIC_INIT.RAbstractTypeVisitor6. visitIntersection(IntersectionType t, P p)Visits an intersection type.abstract RAbstractTypeVisitor8. visitIntersection(IntersectionType t, P p)Visits anIntersectionTypein a manner defined by a subclass.RSimpleTypeVisitor8. visitIntersection(IntersectionType t, P p)This implementation visits anIntersectionTypeby callingdefaultAction.RTypeKindVisitor8. visitIntersection(IntersectionType t, P p)This implementation visits anIntersectionTypeby callingdefaultAction.RAbstractElementVisitor6. visitModule(ModuleElement e, P p)Visits a module element.abstract RAbstractElementVisitor9. visitModule(ModuleElement t, P p)Visits aModuleElementin a manner defined by a subclass.RElementKindVisitor9. visitModule(ModuleElement e, P p)Visits aModuleElementby callingdefaultAction.RElementScanner9. visitModule(ModuleElement e, P p)Visits aModuleElementby scanning the enclosed elements.RSimpleElementVisitor9. visitModule(ModuleElement e, P p)Visits aModuleElementby callingdefaultAction.RTypeKindVisitor6. visitNoType(NoType t, P p)RElementKindVisitor6. visitPackage(PackageElement e, P p)Visits a package element.RTypeKindVisitor6. visitPrimitive(PrimitiveType t, P p)Visits a primitive type, dispatching to the visit method for the specific kind of primitive type:BOOLEAN,BYTE, etc.RElementKindVisitor6. visitType(TypeElement e, P p)Visits a type element, dispatching to the visit method for the specific kind of type,ANNOTATION_TYPE,CLASS,ENUM, orINTERFACE.RElementKindVisitor6. visitTypeParameter(TypeParameterElement e, P p)Visits a type parameter element.abstract RAbstractTypeVisitor7. visitUnion(UnionType t, P p)Visits aUnionTypein a manner defined by a subclass.RSimpleTypeVisitor7. visitUnion(UnionType t, P p)This implementation visits aUnionTypeby callingdefaultAction.RTypeKindVisitor7. visitUnion(UnionType t, P p)This implementation visits aUnionTypeby callingdefaultAction.RAbstractAnnotationValueVisitor6. visitUnknown(AnnotationValue av, P p)Visits an unknown kind of annotation value.RAbstractElementVisitor6. visitUnknown(Element e, P p)Visits an unknown kind of element.RAbstractTypeVisitor6. visitUnknown(TypeMirror t, P p)Visits an unknown kind of type.RElementKindVisitor6. visitVariable(VariableElement e, P p)Visits a variable element, dispatching to the visit method for the specific kind of variable,ENUM_CONSTANT,EXCEPTION_PARAMETER,FIELD,LOCAL_VARIABLE,PARAMETER, orRESOURCE_VARIABLE.RElementScanner7. visitVariable(VariableElement e, P p)This implementation scans the enclosed elements.RSimpleElementVisitor7. visitVariable(VariableElement e, P p)This implementation callsdefaultAction.RElementKindVisitor7. visitVariableAsResourceVariable(VariableElement e, P p)Visits aRESOURCE_VARIABLEvariable element by callingdefaultAction. -
Uses of Override in javax.management
Methods in javax.management with annotations of type Override Modifier and Type Method Description voidAttributeList. add(int index, Object element)Inserts the specified element at the specified position in this list.booleanAttributeList. add(Object element)Appends the specified element to the end of this list.booleanAttributeList. addAll(int index, Collection<?> c)Inserts all of the elements in the specified collection into this list, starting at the specified position.booleanAttributeList. 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.ValueExpAttributeValueExp. apply(ObjectName name)Applies theAttributeValueExpon an MBean.ValueExpStringValueExp. apply(ObjectName name)Applies the ValueExp on a MBean.DescriptorImmutableDescriptor. clone()Returns a descriptor which is equal to this descriptor.ObjectMBeanInfo. clone()Returns a shallow clone of this instance.ObjectMBeanOperationInfo. clone()Returns a shallow clone of this instance.booleanImmutableDescriptor. equals(Object o)Compares this descriptor to the given object.booleanMBeanInfo. equals(Object o)Compare this MBeanInfo to another.booleanMBeanOperationInfo. equals(Object o)Compare this MBeanOperationInfo to another.booleanObjectName. equals(Object object)Compares the current object name with another object name.intImmutableDescriptor. hashCode()Returns the hash code value for this descriptor.intMBeanInfo. hashCode()intMBeanOperationInfo. hashCode()intObjectName. hashCode()Returns a hash code for this object name.ObjectAttributeList. set(int index, Object element)Replaces the element at the specified position in this list with the specified element.voidAttributeValueExp. setMBeanServer(MBeanServer s)Deprecated.This method has no effect. The MBean Server used to obtain an attribute value isQueryEval.getMBeanServer().StringAttributeValueExp. toString()Returns the string representing its value.StringImmutableDescriptor. toString()StringMBeanInfo. toString()StringMBeanOperationInfo. toString()StringMBeanServerNotification. toString()StringNotification. toString()Returns a String representation of this notification.StringObjectName. toString()Returns a string representation of the object name. -
Uses of Override in javax.management.modelmbean
Methods in javax.management.modelmbean with annotations of type Override Modifier and Type Method Description ObjectDescriptorSupport. clone()Returns a new Descriptor which is a duplicate of the Descriptor.ObjectModelMBeanAttributeInfo. clone()Creates and returns a new ModelMBeanAttributeInfo which is a duplicate of this ModelMBeanAttributeInfo.ObjectModelMBeanConstructorInfo. clone()Creates and returns a new ModelMBeanConstructorInfo which is a duplicate of this ModelMBeanConstructorInfo.booleanDescriptorSupport. equals(Object o)Compares this descriptor to the given object.DescriptorModelMBeanConstructorInfo. getDescriptor()Returns a copy of the associated Descriptor.DescriptorModelMBeanInfoSupport. getDescriptor()intDescriptorSupport. hashCode()Returns the hash code value for this descriptor.StringDescriptorSupport. toString()Returns a human readable string representing the descriptor.StringModelMBeanAttributeInfo. toString()Returns a human-readable version of the ModelMBeanAttributeInfo instance.StringModelMBeanConstructorInfo. toString()Returns a string containing the entire contents of the ModelMBeanConstructorInfo in human readable form. -
Uses of Override in javax.management.monitor
Methods in javax.management.monitor with annotations of type Override Modifier and Type Method Description NumberCounterMonitor. getDerivedGauge(ObjectName object)Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, ornullotherwise.NumberGaugeMonitor. getDerivedGauge(ObjectName object)Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, ornullotherwise.StringStringMonitor. getDerivedGauge(ObjectName object)Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, ornullotherwise.longCounterMonitor. getDerivedGaugeTimeStamp(ObjectName object)Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or0otherwise.longGaugeMonitor. getDerivedGaugeTimeStamp(ObjectName object)Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or0otherwise.longStringMonitor. getDerivedGaugeTimeStamp(ObjectName object)Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or0otherwise.MBeanNotificationInfo[]CounterMonitor. getNotificationInfo()Returns aNotificationInfoobject containing the name of the Java class of the notification and the notification types sent by the counter monitor.MBeanNotificationInfo[]GaugeMonitor. getNotificationInfo()Returns aNotificationInfoobject containing the name of the Java class of the notification and the notification types sent by the gauge monitor.MBeanNotificationInfo[]StringMonitor. getNotificationInfo()Returns aNotificationInfoobject containing the name of the Java class of the notification and the notification types sent by the string monitor. -
Uses of Override in javax.management.openmbean
Methods in javax.management.openmbean with annotations of type Override Modifier and Type Method Description booleanCompositeDataSupport. equals(Object obj)Compares the specified obj parameter with thisCompositeDataSupportinstance for equality.intCompositeDataSupport. hashCode()Returns the hash code value for thisCompositeDataSupportinstance.StringCompositeDataSupport. toString()Returns a string representation of thisCompositeDataSupportinstance. -
Uses of Override in javax.management.relation
Methods in javax.management.relation with annotations of type Override Modifier and Type Method Description voidRoleList. add(int index, Object element)booleanRoleList. add(Object o)voidRoleUnresolvedList. add(int index, Object element)booleanRoleUnresolvedList. add(Object o)booleanRoleList. addAll(int index, Collection<?> c)booleanRoleList. addAll(Collection<?> c)booleanRoleUnresolvedList. addAll(int index, Collection<?> c)booleanRoleUnresolvedList. addAll(Collection<?> c)ObjectRoleList. set(int index, Object element)ObjectRoleUnresolvedList. set(int index, Object element) -
Uses of Override in javax.management.remote
Methods in javax.management.remote with annotations of type Override Modifier and Type Method Description MBeanNotificationInfo[]JMXConnectorServer. getNotificationInfo()Returns an array indicating the notifications that this MBean sends. -
Uses of Override in javax.management.remote.rmi
Methods in javax.management.remote.rmi with annotations of type Override Modifier and Type Method Description protected voidRMIIIOPServerImpl. closeClient(RMIConnection client)Deprecated.protected voidRMIIIOPServerImpl. closeServer()Deprecated.protected voidRMIConnectorServer. connectionClosed(String connectionId, String message, Object userData)protected voidRMIConnectorServer. connectionFailed(String connectionId, String message, Object userData)protected voidRMIConnectorServer. connectionOpened(String connectionId, String message, Object userData)protected voidRMIIIOPServerImpl. export()Deprecated.protected StringRMIIIOPServerImpl. getProtocol()Deprecated.protected RMIConnectionRMIIIOPServerImpl. makeClient(String connectionId, Subject subject)Deprecated.voidRMIConnectorServer. setMBeanServerForwarder(MBeanServerForwarder mbsf)StringRMIConnectionImpl. toString()Returns a string representation of this object.StringRMIConnector. toString()Returns a string representation of this object.RemoteRMIIIOPServerImpl. toStub()Deprecated. -
Uses of Override in javax.net.ssl
Methods in javax.net.ssl with annotations of type Override Modifier and Type Method Description booleanSNIHostName. equals(Object other)Compares this server name to the specified object.booleanSNIServerName. equals(Object other)Indicates whether some other object is "equal to" this server name.intSNIHostName. hashCode()Returns a hash code value for thisSNIHostName.intSNIServerName. hashCode()Returns a hash code value for this server name.StringSNIHostName. toString()Returns a string representation of the object, including the DNS hostname in thisSNIHostNameobject.StringSNIServerName. toString()Returns a string representation of this server name, including the server name type and the encoded server name value in thisSNIServerNameobject.StringSSLEngineResult. toString()Returns a String representation of this object. -
Uses of Override in javax.security.auth
Methods in javax.security.auth with annotations of type Override Modifier and Type Method Description booleanSubject. equals(Object o)Compares the specified Object with thisSubjectfor equality.intSubject. hashCode()Returns a hashcode for thisSubject.StringSubject. toString()Return the String representation of thisSubject. -
Uses of Override in javax.security.auth.kerberos
Methods in javax.security.auth.kerberos with annotations of type Override Modifier and Type Method Description voidEncryptionKey. destroy()Destroys this key by clearing out the key material of this key.voidKerberosCredMessage. destroy()Destroys this object by clearing out the message.booleanDelegationPermission. equals(Object obj)Checks two DelegationPermission objects for equality.booleanEncryptionKey. equals(Object other)Compares the specified object with this key for equality.booleanKerberosCredMessage. equals(Object other)Compares the specified object with thisKerberosCredMessagefor equality.booleanServicePermission. equals(Object obj)Checks two ServicePermission objects for equality.StringServicePermission. getActions()Returns the canonical string representation of the actions.StringEncryptionKey. getAlgorithm()Returns the standard algorithm name for this key.byte[]EncryptionKey. getEncoded()Returns the key material of this key.StringEncryptionKey. getFormat()Returns the name of the encoding format for this key.intDelegationPermission. hashCode()Returns the hash code value for this object.intEncryptionKey. hashCode()Returns a hash code for thisEncryptionKey.intKerberosCredMessage. hashCode()Returns a hash code for thisKerberosCredMessage.intServicePermission. hashCode()Returns the hash code value for this object.booleanDelegationPermission. implies(Permission p)Checks if this Kerberos delegation permission object "implies" the specified permission.booleanServicePermission. implies(Permission p)Checks if this Kerberos service permission object "implies" the specified permission.booleanEncryptionKey. isDestroyed()booleanKerberosCredMessage. isDestroyed()PermissionCollectionDelegationPermission. newPermissionCollection()Returns a PermissionCollection object for storing DelegationPermission objects.PermissionCollectionServicePermission. newPermissionCollection()Returns a PermissionCollection object for storing ServicePermission objects.StringEncryptionKey. toString()Returns an informative textual representation of thisEncryptionKey.StringKerberosCredMessage. toString()Returns an informative textual representation of thisKerberosCredMessage. -
Uses of Override in javax.sound.midi
Methods in javax.sound.midi with annotations of type Override Modifier and Type Method Description ObjectMetaMessage. clone()Creates a new object of the same class and with the same contents as this object.abstract ObjectMidiMessage. clone()Creates a new object of the same class and with the same contents as this object.ObjectShortMessage. clone()Creates a new object of the same class and with the same contents as this object.ObjectSysexMessage. clone()Creates a new object of the same class and with the same contents as this object.voidMidiDevice. close()Closes the device, indicating that the device should now release any system resources it is using.voidReceiver. close()Indicates that the application has finished using the receiver, and that limited resources it requires may be released or made available.voidTransmitter. close()Indicates that the application has finished using the transmitter, and that limited resources it requires may be released or made available.booleanMidiDevice.Info. equals(Object obj)Reports whether two objects are equal.booleanSequencer.SyncMode. equals(Object obj)Determines whether two objects are equal.longSequencer. getMicrosecondPosition()Obtains the current position in the sequence, expressed in microseconds.intMidiDevice.Info. hashCode()Finalizes the hashcode method.intSequencer.SyncMode. hashCode()Finalizes the hashcode method.voidSysexMessage. setMessage(byte[] data, int length)Sets the data for the system exclusive message.StringMidiDevice.Info. toString()Provides a string representation of the device information.StringSequencer.SyncMode. toString()Provides this synchronization mode's name as the string representation of the mode. -
Uses of Override in javax.sound.sampled
Methods in javax.sound.sampled with annotations of type Override Modifier and Type Method Description intAudioInputStream. available()Returns the maximum number of bytes that can be read (or skipped over) from this audio input stream without blocking.voidAudioInputStream. close()Closes this audio input stream and releases any system resources associated with the stream.voidLine. close()Closes the line, indicating that any system resources in use by the line can be released.booleanAudioFileFormat.Type. equals(Object obj)Finalizes the equals method.booleanAudioFormat.Encoding. equals(Object obj)Finalizes the equals method.booleanControl.Type. equals(Object obj)Finalizes the equals method.booleanLineEvent.Type. equals(Object obj)Indicates whether the specified object is equal to this event type, returningtrueif the objects are identical.booleanMixer.Info. equals(Object obj)Indicates whether two info objects are equal, returningtrueif they are identical.booleanPort.Info. equals(Object obj)Finalizes the equals method.booleanReverbType. equals(Object obj)Indicates whether the specified object is equal to this reverb type, returningtrueif the objects are identical.intAudioFileFormat.Type. hashCode()Finalizes the hashCode method.intAudioFormat.Encoding. hashCode()Finalizes the hashCode method.intControl.Type. hashCode()Finalizes the hashCode method.intLineEvent.Type. hashCode()Finalizes the hashcode method.intMixer.Info. hashCode()Finalizes the hashcode method.intPort.Info. hashCode()Finalizes the hashCode method.intReverbType. hashCode()Finalizes the hashcode method.voidAudioInputStream. mark(int readlimit)Marks the current position in this audio input stream.booleanAudioInputStream. markSupported()Tests whether this audio input stream supports themarkandresetmethods.booleanDataLine.Info. matches(Line.Info info)Determines whether the specified info object matches this one.booleanPort.Info. matches(Line.Info info)Indicates whether this info object specified matches this one.intAudioInputStream. read()Reads the next byte of data from the audio input stream.intAudioInputStream. read(byte[] b)Reads some number of bytes from the audio input stream and stores them into the buffer arrayb.intAudioInputStream. read(byte[] b, int off, int len)Reads up to a specified maximum number of bytes of data from the audio stream, putting them into the given byte array.voidAudioInputStream. reset()Repositions this audio input stream to the position it had at the time itsmarkmethod was last invoked.longAudioInputStream. skip(long n)Skips over and discards a specified number of bytes from this audio input stream.StringAudioFileFormat. toString()Provides a string representation of the file format.StringAudioFileFormat.Type. toString()Provides the file type's name as theStringrepresentation of the file type.StringAudioFormat.Encoding. toString()Provides theStringrepresentation of the encoding.StringAudioFormat. toString()Returns a string that describes the format, such as: "PCM SIGNED 22050 Hz 16 bit mono big-endian".StringBooleanControl. toString()Provides a string representation of the control.StringCompoundControl. toString()Provides a string representation of the control.StringControl. toString()Obtains a String describing the control type and its current state.StringControl.Type. toString()Provides theStringrepresentation of the control type.StringDataLine.Info. toString()Obtains a textual description of the data line info.StringEnumControl. toString()Provides a string representation of the control.StringFloatControl. toString()Provides a string representation of the control.StringLine.Info. toString()Obtains a textual description of the line info.StringLineEvent. toString()Obtains a string representation of the event.StringLineEvent.Type. toString()Returns the type name as the string representation.StringMixer.Info. toString()Provides a string representation of the mixer info.StringPort.Info. toString()Provides aStringrepresentation of the port.StringReverbType. toString()Provides aStringrepresentation of the reverb type, including its name and its parameter settings. -
Uses of Override in javax.sql
Methods in javax.sql with annotations of type Override Modifier and Type Method Description intConnectionPoolDataSource. getLoginTimeout()Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.intDataSource. getLoginTimeout()Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.intXADataSource. getLoginTimeout()Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.PrintWriterConnectionPoolDataSource. getLogWriter()Retrieves the log writer for thisDataSourceobject.PrintWriterDataSource. getLogWriter()Retrieves the log writer for thisDataSourceobject.PrintWriterXADataSource. getLogWriter()Retrieves the log writer for thisDataSourceobject.voidConnectionPoolDataSource. setLoginTimeout(int seconds)Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.voidDataSource. setLoginTimeout(int seconds)Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.voidXADataSource. setLoginTimeout(int seconds)Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.voidConnectionPoolDataSource. setLogWriter(PrintWriter out)Sets the log writer for thisDataSourceobject to the givenjava.io.PrintWriterobject.voidDataSource. setLogWriter(PrintWriter out)Sets the log writer for thisDataSourceobject to the givenjava.io.PrintWriterobject.voidXADataSource. setLogWriter(PrintWriter out)Sets the log writer for thisDataSourceobject to the givenjava.io.PrintWriterobject. -
Uses of Override in javax.swing
Methods in javax.swing with annotations of type Override Modifier and Type Method Description booleanJList.AccessibleJList.AccessibleJListChild. doAccessibleAction(int i)Performs the specified action on the object.voidDefaultListCellRenderer. firePropertyChange(String propertyName, boolean oldValue, boolean newValue)Overridden for performance reasons.voidDefaultListCellRenderer. firePropertyChange(String propertyName, byte oldValue, byte newValue)Overridden for performance reasons.voidDefaultListCellRenderer. firePropertyChange(String propertyName, char oldValue, char newValue)Overridden for performance reasons.voidDefaultListCellRenderer. firePropertyChange(String propertyName, double oldValue, double newValue)Overridden for performance reasons.voidDefaultListCellRenderer. firePropertyChange(String propertyName, float oldValue, float newValue)Overridden for performance reasons.voidDefaultListCellRenderer. firePropertyChange(String propertyName, int oldValue, int newValue)Overridden for performance reasons.voidDefaultListCellRenderer. firePropertyChange(String propertyName, long oldValue, long newValue)Overridden for performance reasons.voidDefaultListCellRenderer. firePropertyChange(String propertyName, short oldValue, short newValue)Overridden for performance reasons.protected voidDefaultListCellRenderer. firePropertyChange(String propertyName, Object oldValue, Object newValue)Overridden for performance reasons.AccessibleActionJList.AccessibleJList.AccessibleJListChild. getAccessibleAction()Gets theAccessibleActionassociated with this object that supports one or more actions.intJList.AccessibleJList.AccessibleJListChild. getAccessibleActionCount()Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object.StringJList.AccessibleJList.AccessibleJListChild. getAccessibleActionDescription(int i)Returns a description of the specified action of the object.voidJComponent. hide()Deprecated.voidDefaultListCellRenderer. invalidate()Overridden for performance reasons.booleanDefaultListCellRenderer. isOpaque()Overridden for performance reasons.booleanJComponent. isValidateRoot()If this method returns true,revalidatecalls by descendants of this component will cause the entire tree beginning with this root to be validated.booleanJRootPane. isValidateRoot()If a descendant of thisJRootPanecallsrevalidate, validate from here on down.booleanJScrollPane. isValidateRoot()Overridden to return true so that any calls torevalidateon any descendants of thisJScrollPanewill cause the entire tree beginning with thisJScrollPaneto be validated.booleanJSplitPane. isValidateRoot()Returns true, so that calls torevalidateon any descendant of thisJSplitPanewill cause a request to be queued that will validate theJSplitPaneand all its descendants.booleanJTextField. isValidateRoot()Calls torevalidatethat come from within the textfield itself will be handled by validating the textfield, unless the textfield is contained within aJViewport, in which case this returns false.protected booleanJComboBox. processKeyBinding(KeyStroke ks, KeyEvent e, int condition, boolean pressed)Invoked to process the key bindings forksas the result of theKeyEvente.voidJDesktopPane. remove(Component comp)Removes the specified component from this container.voidDefaultListCellRenderer. repaint()Overridden for performance reasons.voidDefaultListCellRenderer. repaint(long tm, int x, int y, int width, int height)Overridden for performance reasons.voidDefaultListCellRenderer. repaint(Rectangle r)Overridden for performance reasons.voidJEditorPane. replaceSelection(String content)Replaces the currently selected content with new content represented by the given string.voidJTextPane. replaceSelection(String content)Replaces the currently selected content with new content represented by the given string.voidJToggleButton. requestFocus(FocusEvent.Cause cause)If this toggle button is a member of theButtonGroupwhich has another toggle button which is selected and can be the focus owner, and the focus cause argument denotes window activation or focus traversal action of any direction the result of the method execution is the same as callingComponent.requestFocus(FocusEvent.Cause)on the toggle button selected in the group.voidDefaultListCellRenderer. revalidate()Overridden for performance reasons.voidJSpinner.NumberEditor. setComponentOrientation(ComponentOrientation o)Sets the language-sensitive orientation that is to be used to order the elements or text within this component.voidDefaultListCellRenderer. validate()Overridden for performance reasons. -
Uses of Override in javax.swing.border
Methods in javax.swing.border with annotations of type Override Modifier and Type Method Description InsetsStrokeBorder. getBorderInsets(Component c, Insets insets)Reinitializes theinsetsparameter with this border's current insets.booleanCompoundBorder. isBorderOpaque()Returns whether or not the compound border is opaque.voidStrokeBorder. paintBorder(Component c, Graphics g, int x, int y, int width, int height)Paints the border for the specified component with the specified position and size. -
Uses of Override in javax.swing.event
Methods in javax.swing.event with annotations of type Override Modifier and Type Method Description RowSorter<?>RowSorterEvent. getSource()Returns the source of the event as aRowSorter. -
Uses of Override in javax.swing.plaf.basic
Methods in javax.swing.plaf.basic with annotations of type Override Modifier and Type Method Description AccessibleBasicComboBoxUI. getAccessibleChild(JComponent c, int i)intBasicComboBoxUI. getAccessibleChildrenCount(JComponent c)intBasicComboBoxUI. getBaseline(JComponent c, int width, int height)Returns the baseline.Component.BaselineResizeBehaviorBasicComboBoxUI. getBaselineResizeBehavior(JComponent c)Returns an enum indicating how the baseline of the component changes as the size changes.ComponentBasicComboBoxRenderer. getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus)DimensionBasicComboBoxUI. getMaximumSize(JComponent c)DimensionBasicDesktopPaneUI. getMaximumSize(JComponent c)DimensionBasicComboBoxUI. getMinimumSize(JComponent c)The minimum size is the size of the display area plus insets plus the button.DimensionBasicDesktopPaneUI. getMinimumSize(JComponent c)DimensionBasicComboBoxUI. getPreferredSize(JComponent c)DimensionBasicDesktopPaneUI. getPreferredSize(JComponent c)DimensionBasicRadioButtonUI. getPreferredSize(JComponent c)The preferred size of the radio buttonprotected StringBasicRadioButtonUI. getPropertyPrefix()protected voidBasicRadioButtonUI. installDefaults(AbstractButton b)protected voidBasicRadioButtonUI. installListeners(AbstractButton button)voidBasicComboBoxUI. installUI(JComponent c)voidBasicComboBoxUI.KeyHandler. keyPressed(KeyEvent e)RectangleBasicTextUI. modelToView(JTextComponent tc, int pos)Deprecated.RectangleBasicTextUI. modelToView(JTextComponent tc, int pos, Position.Bias bias)Deprecated.Rectangle2DBasicTextUI. modelToView2D(JTextComponent tc, int pos, Position.Bias bias)voidBasicComboBoxUI. paint(Graphics g, JComponent c)voidBasicRadioButtonUI. paint(Graphics g, JComponent c)paint the radio buttonprotected voidBasicRadioButtonUI. uninstallDefaults(AbstractButton b)protected voidBasicRadioButtonUI. uninstallListeners(AbstractButton button)voidBasicComboBoxUI. uninstallUI(JComponent c)intBasicTextUI. viewToModel(JTextComponent tc, Point pt)Deprecated.intBasicTextUI. viewToModel(JTextComponent tc, Point pt, Position.Bias[] biasReturn)Deprecated.intBasicTextUI. viewToModel2D(JTextComponent tc, Point2D pt, Position.Bias[] biasReturn) -
Uses of Override in javax.swing.plaf.metal
Methods in javax.swing.plaf.metal with annotations of type Override Modifier and Type Method Description DimensionMetalFileChooserUI. getMaximumSize(JComponent c)Returns the maximum size of theJFileChooser.DimensionMetalFileChooserUI. getMinimumSize(JComponent c)Returns the minimum size of theJFileChooser.DimensionMetalFileChooserUI. getPreferredSize(JComponent c)Returns the preferred size of the specifiedJFileChooser. -
Uses of Override in javax.swing.plaf.multi
Methods in javax.swing.plaf.multi with annotations of type Override Modifier and Type Method Description RectangleMultiTextUI. modelToView(JTextComponent a, int b, Position.Bias c)Deprecated.Rectangle2DMultiTextUI. modelToView2D(JTextComponent a, int b, Position.Bias c)intMultiTextUI. viewToModel(JTextComponent a, Point b)Deprecated.intMultiTextUI. viewToModel(JTextComponent a, Point b, Position.Bias[] c)Deprecated.intMultiTextUI. viewToModel2D(JTextComponent a, Point2D b, Position.Bias[] c) -
Uses of Override in javax.swing.plaf.nimbus
Methods in javax.swing.plaf.nimbus with annotations of type Override Modifier and Type Method Description ObjectNimbusStyle. get(SynthContext ctx, Object key)Getter for a region specific style property.protected ColorNimbusStyle. getColorForState(SynthContext ctx, ColorType type)Returns the color for the specified state.UIDefaultsNimbusLookAndFeel. getDefaults()Returns the defaults for this SynthLookAndFeel.StringNimbusLookAndFeel. getDescription()Returns a textual description of this look and feel.IconNimbusLookAndFeel. getDisabledIcon(JComponent component, Icon icon)protected FontNimbusStyle. getFontForState(SynthContext ctx)Returns the font for the specified state.StringNimbusLookAndFeel. getID()Return a string that identifies this look and feel.InsetsNimbusStyle. getInsets(SynthContext ctx, Insets in)Returns the Insets that are used to calculate sizing information.StringNimbusLookAndFeel. getName()Return a short string that identifies this look and feel.SynthPainterNimbusStyle. getPainter(SynthContext ctx)Returns theSynthPainterthat will be used for painting.voidNimbusLookAndFeel. initialize()Called by UIManager when this look and feel is installed.voidNimbusStyle. installDefaults(SynthContext ctx)Installs the necessary state from this Style on theJComponentfromcontext.booleanNimbusStyle. isOpaque(SynthContext ctx)Returns true if the region is opaque.voidAbstractRegionPainter. paint(Graphics2D g, JComponent c, int w, int h)Renders to the givenGraphics2Dobject.booleanNimbusLookAndFeel. shouldUpdateStyleOnAncestorChanged()Returns whether or not the UIs should update theirSynthStylesfrom theSynthStyleFactorywhen the ancestor of theJComponentchanges.protected booleanNimbusLookAndFeel. shouldUpdateStyleOnEvent(PropertyChangeEvent ev)Returns whether or not the UIs should update their styles when a particular event occurs.StringState. toString()voidNimbusLookAndFeel. uninitialize()Called by UIManager when this look and feel is uninstalled. -
Uses of Override in javax.swing.plaf.synth
Methods in javax.swing.plaf.synth with annotations of type Override Modifier and Type Method Description protected voidSynthSliderUI. calculateGeometry()Calculates the geometry.protected intSynthTabbedPaneUI. calculateMaxTabHeight(int tabPlacement)Calculates the maximum tab height.protected intSynthTabbedPaneUI. calculateMaxTabWidth(int tabPlacement)Calculates the maximum tab width.protected intSynthTabbedPaneUI. calculateTabWidth(int tabPlacement, int tabIndex, FontMetrics metrics)Calculates the tab width.protected voidSynthSliderUI. calculateThumbLocation()Calculates the thumb location.protected voidSynthScrollBarUI. configureScrollBarColors()Configures the scroll bar colors.ViewSynthPasswordFieldUI. create(Element elem)Creates a view (PasswordView) for an element.protected JButtonSynthComboBoxUI. createArrowButton()Creates a button which will be used as the control to show or hide the popup portion of the combo box.protected ComponentListenerSynthInternalFrameUI. createComponentListener()Creates a component listener.protected JButtonSynthScrollBarUI. createDecreaseButton(int orientation)Creates a decrease button.protected TreeCellEditorSynthTreeUI. createDefaultCellEditor()Creates a default cell editor.protected TreeCellRendererSynthTreeUI. createDefaultCellRenderer()Returns the default cell renderer that is used to do the stamping of each node.protected AbstractColorChooserPanel[]SynthColorChooserUI. createDefaultChoosers()Returns an array of default color choosers.BasicSplitPaneDividerSynthSplitPaneUI. createDefaultDivider()Creates the default divider.protected ComponentSynthSplitPaneUI. createDefaultNonContinuousLayoutDivider()Returns the default non continuous layout divider, which is an instance ofCanvasthat fills in the background with dark gray.protected ComboBoxEditorSynthComboBoxUI. createEditor()Creates the default editor that will be used in editable combo boxes.protected JComponentSynthSpinnerUI. createEditor()This method is called by installUI to get the editor component of theJSpinner.protected JButtonSynthScrollBarUI. createIncreaseButton(int orientation)Creates an increase button.protected LayoutManagerSynthSpinnerUI. createLayout()Creates aLayoutManagerthat manages theeditor,nextButton, andpreviousButtonchildren of the JSpinner.protected LayoutManagerSynthTabbedPaneUI. createLayoutManager()Invoked byinstallUIto create a layout manager object to manage theJTabbedPane.protected ContainerSynthOptionPaneUI. createMessageArea()Called fromSynthOptionPaneUI.installComponents()to create aContainercontaining the body of the message.protected MouseListenerSynthTabbedPaneUI. createMouseListener()Creates a mouse listener.protected ComponentSynthSpinnerUI. createNextButton()Creates an increment button, i.e. component that replaces the spinner value with the object returned byspinner.getNextValue.protected JComponentSynthInternalFrameUI. createNorthPane(JInternalFrame w)Creates the north pane.protected ComboPopupSynthComboBoxUI. createPopup()Creates the popup portion of the combo box.protected ComponentSynthSpinnerUI. createPreviousButton()Creates a decrement button, i.e. component that replaces the spinner value with the object returned byspinner.getPreviousValue.protected ListCellRenderer<Object>SynthComboBoxUI. createRenderer()Creates the default renderer that will be used in a non-editiable combo box.protected JButtonSynthTabbedPaneUI. createScrollButton(int direction)Creates and returns a JButton that will provide the user with a way to scroll the tabs in a particular direction.protected ContainerSynthOptionPaneUI. createSeparator()Returns a separator.protected BasicSliderUI.TrackListenerSynthSliderUI. createTrackListener(JSlider s)Creates a track listener.protected voidSynthTreeUI. drawCentered(Component c, Graphics graphics, Icon icon, int x, int y)Draws theiconcentered at (x,y).voidSynthSplitPaneUI. finishedPaintingChildren(JSplitPane jc, Graphics g)Called when the specified split pane has finished painting its children.intSynthButtonUI. getBaseline(JComponent c, int width, int height)Returns the baseline.intSynthLabelUI. getBaseline(JComponent c, int width, int height)Returns the baseline.intSynthProgressBarUI. getBaseline(JComponent c, int width, int height)Returns the baseline.intSynthSliderUI. getBaseline(JComponent c, int width, int height)Returns the baseline.protected intSynthTabbedPaneUI. getBaseline(int tab)Returns the baseline for the specified tab.protected RectangleSynthProgressBarUI. getBox(Rectangle r)Stores the position and size of the bouncing box that would be painted for the current animation index inrand returnsr.SynthContextSynthButtonUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthColorChooserUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthComboBoxUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthDesktopIconUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthDesktopPaneUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthEditorPaneUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthInternalFrameUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthLabelUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthListUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthMenuBarUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthMenuItemUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthMenuUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthOptionPaneUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthPanelUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthPopupMenuUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthProgressBarUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthRootPaneUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthScrollBarUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthScrollPaneUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthSeparatorUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthSliderUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthSpinnerUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthSplitPaneUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthTabbedPaneUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthTableHeaderUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthTableUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthTextAreaUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthTextFieldUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthToolBarUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthToolTipUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthTreeUI. getContext(JComponent c)Returns the Context for the specified component.SynthContextSynthViewportUI. getContext(JComponent c)Returns the Context for the specified component.UIDefaultsSynthLookAndFeel. getDefaults()Returns the defaults for this SynthLookAndFeel.protected DimensionSynthComboBoxUI. getDefaultSize()Returns the default size of an empty display area of the combo box using the current renderer and font.StringSynthLookAndFeel. getDescription()Returns a textual description of SynthLookAndFeel.IconSynthTreeUI. getExpandedIcon()Returns the expanded icon.protected FontMetricsSynthTabbedPaneUI. getFontMetrics()Returns the font metrics.default intSynthIcon. getIconHeight()default intSynthIcon. getIconWidth()StringSynthLookAndFeel. getID()Return a string that identifies this look and feel.DimensionSynthButtonUI. getMaximumSize(JComponent c)Returns the specified component's maximum size appropriate for the look and feel.DimensionSynthLabelUI. getMaximumSize(JComponent c)Returns the specified component's maximum size appropriate for the look and feel.DimensionSynthSeparatorUI. getMaximumSize(JComponent c)Returns the specified component's maximum size appropriate for the look and feel.DimensionSynthButtonUI. getMinimumSize(JComponent c)Returns the specified component's minimum size appropriate for the look and feel.DimensionSynthLabelUI. getMinimumSize(JComponent c)Returns the specified component's minimum size appropriate for the look and feel.DimensionSynthSeparatorUI. getMinimumSize(JComponent c)Returns the specified component's minimum size appropriate for the look and feel.DimensionSynthSliderUI. getMinimumSize(JComponent c)Returns the minimum size.protected DimensionSynthScrollBarUI. getMinimumThumbSize()Returns the smallest acceptable size for the thumb.StringSynthLookAndFeel. getName()Return a short string that identifies this look and feel.protected DimensionSynthMenuItemUI. getPreferredMenuItemSize(JComponent c, Icon checkIcon, Icon arrowIcon, int defaultTextIconGap)Returns the preferred size of a menu item.protected DimensionSynthMenuUI. getPreferredMenuItemSize(JComponent c, Icon checkIcon, Icon arrowIcon, int defaultTextIconGap)Returns the preferred size of a menu item.DimensionSynthButtonUI. getPreferredSize(JComponent c)Returns the specified component's preferred size appropriate for the look and feel.DimensionSynthLabelUI. getPreferredSize(JComponent c)Returns the specified component's preferred size appropriate for the look and feel.DimensionSynthProgressBarUI. getPreferredSize(JComponent c)Returns the specified component's preferred size appropriate for the look and feel.DimensionSynthScrollBarUI. getPreferredSize(JComponent c)A vertical scrollbar's preferred width is the maximum of preferred widths of the (nonnull) increment/decrement buttons, and the minimum width of the thumb.DimensionSynthSeparatorUI. getPreferredSize(JComponent c)Returns the specified component's preferred size appropriate for the look and feel.DimensionSynthSliderUI. getPreferredSize(JComponent c)Returns the preferred size.DimensionSynthToolTipUI. getPreferredSize(JComponent c)Returns the specified component's preferred size appropriate for the look and feel.protected StringSynthCheckBoxMenuItemUI. getPropertyPrefix()Returns a property prefix.protected StringSynthCheckBoxUI. getPropertyPrefix()Returns the property prefix.protected StringSynthFormattedTextFieldUI. getPropertyPrefix()Fetches the name used as a key to lookup properties through the UIManager.protected StringSynthPasswordFieldUI. getPropertyPrefix()Fetches the name used as a key to look up properties through the UIManager.protected StringSynthRadioButtonMenuItemUI. getPropertyPrefix()Returns a property prefix.protected StringSynthRadioButtonUI. getPropertyPrefix()Returns the property prefix.protected StringSynthTextPaneUI. getPropertyPrefix()Fetches the name used as a key to lookup properties through the UIManager.protected StringSynthToggleButtonUI. getPropertyPrefix()Returns the property prefix.protected intSynthTreeUI. getRowX(int row, int depth)Returns the location, along the x-axis, to render a particular row at.protected booleanSynthOptionPaneUI. getSizeButtonsToSameWidth()Returnstrue, basic L&F wants all the buttons to have the same width.protected IconSynthRadioButtonUI. getSizingIcon(AbstractButton b)Returns the Icon used in calculating the preferred/minimum/maximum size.booleanSynthScrollBarUI. getSupportsAbsolutePositioning()Indicates whether the user can absolutely position the thumb with a mouse gesture (usually the middle mouse button).protected InsetsSynthTabbedPaneUI. getTabInsets(int tabPlacement, int tabIndex)Returns the tab insets.protected intSynthTabbedPaneUI. getTabLabelShiftX(int tabPlacement, int tabIndex, boolean isSelected)Returns the tab label shift x.protected intSynthTabbedPaneUI. getTabLabelShiftY(int tabPlacement, int tabIndex, boolean isSelected)Returns the tab label shift y.protected DimensionSynthSliderUI. getThumbSize()Returns the thumb size.voidSynthLookAndFeel. initialize()Called by UIManager when this look and feel is installed.protected voidSynthDesktopIconUI. installComponents()Registers components.protected voidSynthOptionPaneUI. installComponents()Registers components.protected voidSynthToolBarUI. installComponents()Registers components.protected voidSynthButtonUI. installDefaults(AbstractButton b)Installs default properties.protected voidSynthColorChooserUI. installDefaults()Installs default properties.protected voidSynthComboBoxUI. installDefaults()protected voidSynthDesktopIconUI. installDefaults()Installs default properties.protected voidSynthDesktopPaneUI. installDefaults()Installs default properties.protected voidSynthEditorPaneUI. installDefaults()Initializes component properties, such as font, foreground, background, caret color, selection color, selected text color, disabled text color, and border color.voidSynthInternalFrameUI. installDefaults()Installs the defaults.protected voidSynthLabelUI. installDefaults(JLabel c)Installs default properties.protected voidSynthListUI. installDefaults()Initializes list properties such as font, foreground, and background, and adds the CellRendererPane.protected voidSynthMenuBarUI. installDefaults()Installs default properties.protected voidSynthMenuItemUI. installDefaults()Installs default properties.protected voidSynthMenuUI. installDefaults()Installs default properties.protected voidSynthOptionPaneUI. installDefaults()Installs default properties.protected voidSynthPanelUI. installDefaults(JPanel p)Method for installing panel properties.voidSynthPopupMenuUI. installDefaults()Installs default properties.protected voidSynthProgressBarUI. installDefaults()Installs default properties.protected voidSynthRootPaneUI. installDefaults(JRootPane c)Installs default properties.protected voidSynthScrollBarUI. installDefaults()Installs the defaults.protected voidSynthScrollPaneUI. installDefaults(JScrollPane scrollpane)Installs default properties.protected voidSynthSliderUI. installDefaults(JSlider slider)Installs the defaults.protected voidSynthSpinnerUI. installDefaults()Initializes theJSpinnerborder,foreground, andbackground, properties based on the corresponding "Spinner.*" properties from defaults table.protected voidSynthSplitPaneUI. installDefaults()Installs the UI defaults.protected voidSynthTabbedPaneUI. installDefaults()Install the defaults.protected voidSynthTableHeaderUI. installDefaults()Initializes JTableHeader properties such as font, foreground, and background.protected voidSynthTableUI. installDefaults()Initializes JTable properties, such as font, foreground, and background.protected voidSynthTextAreaUI. installDefaults()Initializes component properties, such as font, foreground, background, caret color, selection color, selected text color, disabled text color, and border color.protected voidSynthTextFieldUI. installDefaults()Initializes component properties, such as font, foreground, background, caret color, selection color, selected text color, disabled text color, and border color.protected voidSynthToolBarUI. installDefaults()Installs default properties.protected voidSynthToolTipUI. installDefaults(JComponent c)Installs default properties.protected voidSynthTreeUI. installDefaults()Installs default properties.protected voidSynthDesktopPaneUI. installDesktopManager()Installs desktop manager.protected voidSynthPasswordFieldUI. installKeyboardActions()Registers keyboard actions.protected voidSynthButtonUI. installListeners(AbstractButton b)Registers listeners.protected voidSynthColorChooserUI. installListeners()Registers listeners.protected voidSynthComboBoxUI. installListeners()Creates and installs listeners for the combo box and its model.protected voidSynthDesktopIconUI. installListeners()Registers listeners.protected voidSynthDesktopPaneUI. installListeners()Installs thePropertyChangeListenerreturned fromcreatePropertyChangeListeneron theJDesktopPane.protected voidSynthInternalFrameUI. installListeners()Installs the listeners.protected voidSynthListUI. installListeners()Creates and installs the listeners for the JList, its model, and its selectionModel.protected voidSynthMenuBarUI. installListeners()Registers listeners.protected voidSynthMenuItemUI. installListeners()Registers listeners.protected voidSynthMenuUI. installListeners()Registers listeners.protected voidSynthOptionPaneUI. installListeners()Registers listeners.protected voidSynthPopupMenuUI. installListeners()Registers listeners.protected voidSynthProgressBarUI. installListeners()Registers listeners.protected voidSynthScrollBarUI. installListeners()Installs the listeners.protected voidSynthScrollPaneUI. installListeners(JScrollPane c)Registers listeners.protected voidSynthSliderUI. installListeners(JSlider slider)Installs listeners.protected voidSynthSpinnerUI. installListeners()InitializesPropertyChangeListenerwith a shared object that delegates interesting PropertyChangeEvents to protected methods.protected voidSynthSplitPaneUI. installListeners()Installs the event listeners for the UI.protected voidSynthTabbedPaneUI. installListeners()Install the listeners.protected voidSynthTableHeaderUI. installListeners()Attaches listeners to the JTableHeader.protected voidSynthTableUI. installListeners()Attaches listeners to the JTable.protected voidSynthToolBarUI. installListeners()Registers listeners.protected voidSynthToolTipUI. installListeners(JComponent c)Registers listeners.protected voidSynthTreeUI. installListeners()Registers listeners.voidSynthComboBoxUI. installUI(JComponent c)Configures the specified component appropriately for the look and feel.voidSynthPanelUI. installUI(JComponent c)Configures the specified component appropriately for the look and feel.voidSynthSeparatorUI. installUI(JComponent c)Configures the specified component appropriately for the look and feel.voidSynthTextPaneUI. installUI(JComponent c)Installs the UI for a component.voidSynthViewportUI. installUI(JComponent c)Configures the specified component appropriately for the look and feel.booleanSynthLookAndFeel. isNativeLookAndFeel()Returns false, SynthLookAndFeel is not a native look and feel.booleanSynthLookAndFeel. isSupportedLookAndFeel()Returns true, SynthLookAndFeel is always supported.voidSynthButtonUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthColorChooserUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthComboBoxUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthDesktopIconUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthDesktopPaneUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthInternalFrameUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthLabelUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthMenuBarUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthMenuItemUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthMenuUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthOptionPaneUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthPanelUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthPopupMenuUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthProgressBarUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthRootPaneUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthScrollBarUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthScrollPaneUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthSeparatorUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthSliderUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthSpinnerUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthSplitPaneUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthTabbedPaneUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthTableHeaderUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthTableUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthToolBarUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthToolTipUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthTreeUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.voidSynthViewportUI. paint(Graphics g, JComponent c)Paints the specified component according to the Look and Feel.protected voidSynthEditorPaneUI. paintBackground(Graphics g)Paints a background for the view.protected voidSynthTextAreaUI. paintBackground(Graphics g)Paints a background for the view.protected voidSynthTextFieldUI. paintBackground(Graphics g)Paints a background for the view.voidSynthButtonUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthCheckBoxMenuItemUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthCheckBoxUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthColorChooserUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthComboBoxUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthDesktopIconUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthDesktopPaneUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthEditorPaneUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthFormattedTextFieldUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthInternalFrameUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthLabelUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthListUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthMenuBarUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthMenuItemUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthMenuUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthOptionPaneUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthPanelUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthPasswordFieldUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthPopupMenuUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthProgressBarUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthRadioButtonMenuItemUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthRadioButtonUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthRootPaneUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthScrollBarUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthScrollPaneUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthSeparatorUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthSliderUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthSpinnerUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthSplitPaneUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthTabbedPaneUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthTableHeaderUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthTableUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthTextAreaUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthTextFieldUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthTextPaneUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthToggleButtonUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthToolBarUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthToolTipUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthTreeUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthViewportUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)Paints the border.voidSynthComboBoxUI. paintCurrentValue(Graphics g, Rectangle bounds, boolean hasFocus)Paints the currently selected item.protected voidSynthToolBarUI. paintDragWindow(Graphics g)Paints the contents of the window used for dragging.protected voidSynthTreeUI. paintDropLine(Graphics g)Paints the drop line.protected voidSynthTreeUI. paintExpandControl(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf)Paints the expand (toggle) part of a row.protected voidSynthTreeUI. paintHorizontalLine(Graphics g, JComponent c, int y, int left, int right)Paints a horizontal line.protected voidSynthTreeUI. paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf)Paints the horizontal part of the leg.default voidSynthIcon. paintIcon(Component c, Graphics g, int x, int y)protected voidSynthTreeUI. paintVerticalLine(Graphics g, JComponent c, int x, int top, int bottom)Paints a vertical line.protected voidSynthTreeUI. paintVerticalPartOfLeg(Graphics g, Rectangle clipBounds, Insets insets, TreePath path)Paints the vertical part of the leg.voidSynthButtonUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.voidSynthColorChooserUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.voidSynthComboBoxUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.voidSynthDesktopPaneUI. propertyChange(PropertyChangeEvent evt)This method gets called when a bound property is changed.protected voidSynthEditorPaneUI. propertyChange(PropertyChangeEvent evt)This method gets called when a bound property is changed on the associated JTextComponent.voidSynthInternalFrameUI. propertyChange(PropertyChangeEvent evt)This method gets called when a bound property is changed.voidSynthLabelUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.voidSynthListUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.voidSynthMenuBarUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.voidSynthMenuItemUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.voidSynthMenuUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.voidSynthOptionPaneUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.voidSynthPanelUI. propertyChange(PropertyChangeEvent pce)This method gets called when a bound property is changed.voidSynthPopupMenuUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.voidSynthProgressBarUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.voidSynthRootPaneUI. propertyChange(PropertyChangeEvent e)Invoked when a property changes on the root pane.voidSynthSliderUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.voidSynthSpinnerUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.voidSynthSplitPaneUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.voidSynthTabbedPaneUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.voidSynthTableHeaderUI. propertyChange(PropertyChangeEvent evt)This method gets called when a bound property is changed.voidSynthTableUI. propertyChange(PropertyChangeEvent event)This method gets called when a bound property is changed.protected voidSynthTextAreaUI. propertyChange(PropertyChangeEvent evt)This method gets called when a bound property is changed on the associated JTextComponent.protected voidSynthTextFieldUI. propertyChange(PropertyChangeEvent evt)This method gets called when a bound property is changed on the associated JTextComponent.protected voidSynthTextPaneUI. propertyChange(PropertyChangeEvent evt)This method gets called when a bound property is changed on the associated JTextComponent.voidSynthToolBarUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.voidSynthToolTipUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.voidSynthTreeUI. propertyChange(PropertyChangeEvent event)This method gets called when a bound property is changed.voidSynthViewportUI. propertyChange(PropertyChangeEvent e)This method gets called when a bound property is changed.protected voidSynthSliderUI. recalculateIfInsetsChanged()Recalculates if the insets have changed.protected voidSynthSpinnerUI. replaceEditor(JComponent oldEditor, JComponent newEditor)Called by thePropertyChangeListenerwhen theJSpinnereditor property changes.protected voidSynthTableHeaderUI. rolloverColumnUpdated(int oldColumn, int newColumn)This method gets called every time when a rollover column in the table header is updated.protected voidSynthProgressBarUI. setAnimationIndex(int newValue)Sets the index of the current animation frame to the specified value and requests that the progress bar be repainted.protected voidSynthToolBarUI. setBorderToNonRollover(Component c)This implementation does nothing, because therolloverproperty of theJToolBarclass is not used in the Synth Look and Feel.protected voidSynthToolBarUI. setBorderToNormal(Component c)This implementation does nothing, because therolloverproperty of theJToolBarclass is not used in the Synth Look and Feel.protected voidSynthToolBarUI. setBorderToRollover(Component c)This implementation does nothing, because therolloverproperty of theJToolBarclass is not used in the Synth Look and Feel.protected voidSynthTabbedPaneUI. setRolloverTab(int index)Sets the tab the mouse is currently over toindex.voidSynthSliderUI. setThumbLocation(int x, int y)Sets the thumb location.protected voidSynthScrollBarUI. setThumbRollover(boolean active)Sets whether or not the mouse is currently over the thumb.StringRegion. toString()Returns the name of the Region.voidSynthLookAndFeel. uninitialize()Called by UIManager when this look and feel is uninstalled.protected voidSynthInternalFrameUI. uninstallComponents()Uninstalls the components.protected voidSynthToolBarUI. uninstallComponents()Unregisters components.protected voidSynthButtonUI. uninstallDefaults(AbstractButton b)Uninstalls default properties.protected voidSynthColorChooserUI. uninstallDefaults()Uninstalls default properties.protected voidSynthComboBoxUI. uninstallDefaults()Uninstalls the default colors, default font, default renderer, and default editor from the combo box.protected voidSynthDesktopIconUI. uninstallDefaults()Uninstalls default properties.protected voidSynthDesktopPaneUI. uninstallDefaults()Uninstalls default properties.protected voidSynthEditorPaneUI. uninstallDefaults()Sets the component properties that have not been explicitly overridden tonull.protected voidSynthInternalFrameUI. uninstallDefaults()Uninstalls the defaults.protected voidSynthLabelUI. uninstallDefaults(JLabel c)Uninstalls default properties.protected voidSynthListUI. uninstallDefaults()Sets the list properties that have not been explicitly overridden tonull.protected voidSynthMenuBarUI. uninstallDefaults()Uninstalls default properties.protected voidSynthMenuItemUI. uninstallDefaults()Uninstalls default properties.protected voidSynthMenuUI. uninstallDefaults()Uninstalls default properties.protected voidSynthOptionPaneUI. uninstallDefaults()Uninstalls default properties.protected voidSynthPanelUI. uninstallDefaults(JPanel p)Method for uninstalling panel properties.protected voidSynthPopupMenuUI. uninstallDefaults()Uninstalls default properties.protected voidSynthProgressBarUI. uninstallDefaults()Unintalls default properties.protected voidSynthRootPaneUI. uninstallDefaults(JRootPane root)Uninstalls default properties.protected voidSynthScrollBarUI. uninstallDefaults()Uninstalls the defaults.protected voidSynthScrollPaneUI. uninstallDefaults(JScrollPane c)Uninstalls default properties.protected voidSynthSpinnerUI. uninstallDefaults()Sets theJSpinner'slayout manager to null.protected voidSynthSplitPaneUI. uninstallDefaults()Uninstalls the UI defaults.protected voidSynthTabbedPaneUI. uninstallDefaults()Uninstall the defaults.protected voidSynthTableHeaderUI. uninstallDefaults()Uninstalls default propertiesprotected voidSynthTableUI. uninstallDefaults()Uninstalls default properties.protected voidSynthTextAreaUI. uninstallDefaults()Sets the component properties that have not been explicitly overridden tonull.protected voidSynthTextFieldUI. uninstallDefaults()Sets the component properties that have not been explicitly overridden tonull.protected voidSynthToolBarUI. uninstallDefaults()Uninstalls default properties.protected voidSynthToolTipUI. uninstallDefaults(JComponent c)Uninstalls default properties.protected voidSynthTreeUI. uninstallDefaults()Uninstalls default properties.protected voidSynthDesktopPaneUI. uninstallDesktopManager()Uninstalls desktop manager.protected voidSynthButtonUI. uninstallListeners(AbstractButton b)Unregisters listeners.protected voidSynthColorChooserUI. uninstallListeners()Unregisters listeners.protected voidSynthComboBoxUI. uninstallListeners()Removes the installed listeners from the combo box and its model.protected voidSynthDesktopIconUI. uninstallListeners()Unregisters listeners.protected voidSynthDesktopPaneUI. uninstallListeners()Uninstalls thePropertyChangeListenerreturned fromcreatePropertyChangeListenerfrom theJDesktopPane.protected voidSynthInternalFrameUI. uninstallListeners()Uninstalls the listeners.protected voidSynthListUI. uninstallListeners()Removes the listeners from the JList, its model, and its selectionModel.protected voidSynthMenuBarUI. uninstallListeners()Unregisters listeners.protected voidSynthMenuItemUI. uninstallListeners()Unregisters listeners.protected voidSynthMenuUI. uninstallListeners()Unregisters listeners.protected voidSynthOptionPaneUI. uninstallListeners()Unregisters listeners.protected voidSynthPopupMenuUI. uninstallListeners()Unregisters listeners.protected voidSynthProgressBarUI. uninstallListeners()Removes all listeners installed by this object.protected voidSynthScrollBarUI. uninstallListeners()Uninstall the listeners.protected voidSynthScrollPaneUI. uninstallListeners(JComponent c)Unregisters listeners.protected voidSynthSliderUI. uninstallListeners(JSlider slider)Uninstalls listeners.protected voidSynthSpinnerUI. uninstallListeners()Removes thePropertyChangeListeneradded by installListeners.protected voidSynthSplitPaneUI. uninstallListeners()Uninstalls the event listeners from the UI.protected voidSynthTabbedPaneUI. uninstallListeners()Uninstall the listeners.protected voidSynthTableHeaderUI. uninstallListeners()Unregisters listeners.protected voidSynthTableUI. uninstallListeners()Unregisters listeners.protected voidSynthToolBarUI. uninstallListeners()Unregisters listeners.protected voidSynthToolTipUI. uninstallListeners(JComponent c)Unregisters listeners.protected voidSynthTreeUI. uninstallListeners()Unregisters listeners.voidSynthComboBoxUI. uninstallUI(JComponent c)Reverses configuration which was done on the specified component duringinstallUI.voidSynthMenuItemUI. uninstallUI(JComponent c)Reverses configuration which was done on the specified component duringinstallUI.voidSynthMenuUI. uninstallUI(JComponent c)Reverses configuration which was done on the specified component duringinstallUI.voidSynthPanelUI. uninstallUI(JComponent c)Reverses configuration which was done on the specified component duringinstallUI.voidSynthSeparatorUI. uninstallUI(JComponent c)Reverses configuration which was done on the specified component duringinstallUI.voidSynthViewportUI. uninstallUI(JComponent c)Reverses configuration which was done on the specified component duringinstallUI.voidSynthButtonUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthColorChooserUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthComboBoxUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthDesktopIconUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthDesktopPaneUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthEditorPaneUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthInternalFrameUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthLabelUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthListUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthMenuBarUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthMenuItemUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthMenuUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthOptionPaneUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthPanelUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthPopupMenuUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthProgressBarUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthRootPaneUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthScrollBarUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthScrollPaneUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthSeparatorUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthSliderUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthSpinnerUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthSplitPaneUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthTabbedPaneUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthTableHeaderUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthTableUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthTextAreaUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthTextFieldUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthToolBarUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthToolTipUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthTreeUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.voidSynthViewportUI. update(Graphics g, JComponent c)Notifies this UI delegate to repaint the specified component.intSynthSliderUI. valueForXPosition(int xPos)Returns the value at the x position.intSynthSliderUI. valueForYPosition(int yPos)Returns the value at the y position.protected intSynthSliderUI. xPositionForValue(int value)Returns the x position for a value.protected intSynthSliderUI. yPositionForValue(int value, int trackY, int trackHeight)Returns the y location for the specified value. -
Uses of Override in javax.swing.table
Methods in javax.swing.table with annotations of type Override Modifier and Type Method Description DimensionJTableHeader. getPreferredSize()Returns the preferred size of the table header. -
Uses of Override in javax.swing.text
Methods in javax.swing.text with annotations of type Override Modifier and Type Method Description protected SizeRequirementsTableView.TableRow. calculateMajorAxisRequirements(int axis, SizeRequirements r)protected SizeRequirementsParagraphView. calculateMinorAxisRequirements(int axis, SizeRequirements r)Calculate the needs for the paragraph along the minor axis.Enumeration<TreeNode>AbstractDocument.LeafElement. children()Returns the children of the receiver as anEnumeration.protected floatPasswordView. drawSelectedText(Graphics2D g, float x, float y, int p0, int p1)protected intPasswordView. drawSelectedText(Graphics g, int x, int y, int p0, int p1)Deprecated.protected floatPasswordView. drawUnselectedText(Graphics2D g, float x, float y, int p0, int p1)protected intPasswordView. drawUnselectedText(Graphics g, int x, int y, int p0, int p1)Deprecated.floatTableView.TableRow. getMaximumSpan(int axis)floatGlyphView. getMinimumSpan(int axis)Determines the minimum span for this view along an axis.floatTableView.TableRow. getMinimumSpan(int axis)floatTableView.TableRow. getPreferredSpan(int axis) -
Uses of Override in javax.tools
Methods in javax.tools with annotations of type Override Modifier and Type Method Description BooleanJavaCompiler.CompilationTask. call()Performs this compilation task.voidJavaFileManager. close()Releases any resources opened by this file manager directly or indirectly.voidJavaFileManager. flush()Flushes any resources opened for output by this file manager directly or indirectly.StringStandardLocation. getName()booleanStandardLocation. isModuleOrientedLocation()Indicates if this location is module-oriented location, and therefore expected to contain classes in a module/package/class hierarchy, as compared to a package-oriented location, which is expected to contain classes in a package/class hierarchy.booleanStandardLocation. isOutputLocation()booleanStandardJavaFileManager. isSameFile(FileObject a, FileObject b)Compares two file objects and return true if they represent the same canonical file, zip file entry, or entry in any file system based container.StringSimpleJavaFileObject. toString() -
Uses of Override in javax.xml.bind
Methods in javax.xml.bind with annotations of type Override Modifier and Type Method Description ThrowableJAXBException. getCause() -
Uses of Override in javax.xml.catalog
Methods in javax.xml.catalog with annotations of type Override Modifier and Type Method Description SourceCatalogResolver. resolve(String href, String base)Implements URIResolver.InputSourceCatalogResolver. resolveEntity(String publicId, String systemId)ImplementsEntityResolver.InputStreamCatalogResolver. resolveEntity(String publicId, String systemId, String baseUri, String namespace)ImplementsXMLResolver.LSInputCatalogResolver. resolveResource(String type, String namespaceUri, String publicId, String systemId, String baseUri)ImplementsLSResourceResolver. -
Uses of Override in javax.xml.datatype
Methods in javax.xml.datatype with annotations of type Override Modifier and Type Method Description abstract ObjectXMLGregorianCalendar. clone()Creates and returns a copy of this object.booleanXMLGregorianCalendar. equals(Object obj)Compares this calendar to the specified object.intXMLGregorianCalendar. hashCode()Returns a hash code consistent with the definition of the equals method.StringXMLGregorianCalendar. toString()Returns aStringrepresentation of thisXMLGregorianCalendarObject. -
Uses of Override in javax.xml.parsers
Methods in javax.xml.parsers with annotations of type Override Modifier and Type Method Description ThrowableFactoryConfigurationError. getCause()use the exception chaining mechanism of JDK1.4 -
Uses of Override in javax.xml.soap
Methods in javax.xml.soap with annotations of type Override Modifier and Type Method Description ThrowableSOAPException. getCause()Returns theThrowableobject embedded in thisSOAPExceptionif there is one.StringSOAPException. getMessage()Returns the detail message for thisSOAPExceptionobject.ThrowableSOAPException. initCause(Throwable cause)Initializes thecausefield of thisSOAPExceptionobject with the givenThrowableobject. -
Uses of Override in javax.xml.stream
Methods in javax.xml.stream with annotations of type Override Modifier and Type Method Description ThrowableFactoryConfigurationError. getCause()use the exception chaining mechanism of JDK1.4booleanXMLEventReader. hasNext()Check if there are more events. -
Uses of Override in javax.xml.transform
Methods in javax.xml.transform with annotations of type Override Modifier and Type Method Description ThrowableTransformerException. getCause()Returns the cause of this throwable ornullif the cause is nonexistent or unknown.ThrowableTransformerFactoryConfigurationError. getCause()use the exception chaining mechanism of JDK1.4ThrowableTransformerException. initCause(Throwable cause)Initializes the cause of this throwable to the specified value.voidTransformerException. printStackTrace()Print the the trace of methods from where the error originated.voidTransformerException. printStackTrace(PrintStream s)Print the the trace of methods from where the error originated.voidTransformerException. printStackTrace(PrintWriter s)Print the the trace of methods from where the error originated. -
Uses of Override in javax.xml.transform.dom
Methods in javax.xml.transform.dom with annotations of type Override Modifier and Type Method Description StringDOMSource. getSystemId()Get the base ID (URL or system ID) from where URLs will be resolved.booleanDOMSource. isEmpty()Indicates whether theDOMSourceobject is empty.voidDOMSource. setSystemId(String systemID)Set the base ID (URL or system ID) from where URLs will be resolved. -
Uses of Override in javax.xml.transform.sax
Methods in javax.xml.transform.sax with annotations of type Override Modifier and Type Method Description StringSAXSource. getSystemId()Get the base ID (URI or system ID) from where URIs will be resolved.booleanSAXSource. isEmpty()Indicates whether theSAXSourceobject is empty.voidSAXSource. setSystemId(String systemId)Set the system identifier for this Source. -
Uses of Override in javax.xml.transform.stax
Methods in javax.xml.transform.stax with annotations of type Override Modifier and Type Method Description StringStAXSource. getSystemId()Get the system identifier used by thisStAXSource.booleanStAXSource. isEmpty()Indicates whether theStAXSourceobject is empty.voidStAXSource. setSystemId(String systemId)In the context of aStAXSource, it is not appropriate to explicitly set the system identifier. -
Uses of Override in javax.xml.transform.stream
Methods in javax.xml.transform.stream with annotations of type Override Modifier and Type Method Description StringStreamSource. getSystemId()Get the system identifier that was set with setSystemId.booleanStreamSource. isEmpty()Indicates whether theStreamSourceobject is empty.voidStreamSource. setSystemId(String systemId)Set the system identifier for this Source. -
Uses of Override in javax.xml.ws
Methods in javax.xml.ws with annotations of type Override Modifier and Type Method Description StringEndpointReference. toString()Displays EPR infoset for debugging convenience. -
Uses of Override in javax.xml.ws.wsaddressing
Methods in javax.xml.ws.wsaddressing with annotations of type Override Modifier and Type Method Description voidW3CEndpointReference. writeTo(Result result)write thisEndpointReferenceto the specified infoset format -
Uses of Override in javax.xml.xpath
Methods in javax.xml.xpath with annotations of type Override Modifier and Type Method Description Iterator<Node>XPathNodes. iterator()Returns an iterator of the Nodes. -
Uses of Override in jdk.dynalink
Methods in jdk.dynalink with annotations of type Override Modifier and Type Method Description booleanCallSiteDescriptor. equals(Object obj)Returns true if this call site descriptor is equal to the passed object.booleanNamedOperation. equals(Object obj)Compares this named operation to another object.booleanNamespaceOperation. equals(Object obj)Returns true if the other object is also a namespace operation and their base operation and namespaces are equal.intCallSiteDescriptor. hashCode()Returns a value-based hash code of this call site descriptor computed from its operation, method type, and lookup object's lookup class and lookup modes.intNamedOperation. hashCode()Returns the hash code of this named operation.intNamespaceOperation. hashCode()Returns the hash code of this namespace operation.StringCallSiteDescriptor. toString()Returns the string representation of this call site descriptor, of the formatname(parameterTypes)returnType@lookup.StringNamedOperation. toString()Returns the string representation of this named operation.StringNamespaceOperation. toString()Returns the string representation of this namespace operation. -
Uses of Override in jdk.dynalink.beans
Methods in jdk.dynalink.beans with annotations of type Override Modifier and Type Method Description GuardedInvocationBeansLinker. getGuardedInvocation(LinkRequest request, LinkerServices linkerServices)StringStaticClass. toString() -
Uses of Override in jdk.dynalink.linker.support
Methods in jdk.dynalink.linker.support with annotations of type Override Modifier and Type Method Description booleanCompositeTypeBasedGuardingDynamicLinker. canLinkType(Class<?> type)Returns true if at least one of the composite linkers returns true fromTypeBasedGuardingDynamicLinker.canLinkType(Class)for the type.Object[]SimpleLinkRequest. getArguments()CallSiteDescriptorSimpleLinkRequest. getCallSiteDescriptor()GuardedInvocationCompositeGuardingDynamicLinker. getGuardedInvocation(LinkRequest linkRequest, LinkerServices linkerServices)Delegates the call to its component linkers.GuardedInvocationCompositeTypeBasedGuardingDynamicLinker. getGuardedInvocation(LinkRequest linkRequest, LinkerServices linkerServices)ObjectSimpleLinkRequest. getReceiver()booleanSimpleLinkRequest. isCallSiteUnstable()LinkRequestSimpleLinkRequest. replaceArguments(CallSiteDescriptor newCallSiteDescriptor, Object... newArguments)MethodHandleDefaultInternalObjectFilter. transform(MethodHandle target) -
Uses of Override in jdk.dynalink.support
Methods in jdk.dynalink.support with annotations of type Override Modifier and Type Method Description CallSiteDescriptorAbstractRelinkableCallSite. getDescriptor()voidAbstractRelinkableCallSite. initialize(MethodHandle relinkAndInvoke)voidChainedCallSite. relink(GuardedInvocation guardedInvocation, MethodHandle relinkAndInvoke)voidSimpleRelinkableCallSite. relink(GuardedInvocation guardedInvocation, MethodHandle relinkAndInvoke)voidChainedCallSite. resetAndRelink(GuardedInvocation guardedInvocation, MethodHandle relinkAndInvoke)voidSimpleRelinkableCallSite. resetAndRelink(GuardedInvocation guardedInvocation, MethodHandle relinkAndInvoke) -
Uses of Override in jdk.incubator.http
Methods in jdk.incubator.http with annotations of type Override Modifier and Type Method Description voidMultiMapResult. clear()booleanMultiMapResult. containsKey(Object key)booleanMultiMapResult. containsValue(Object value)Set<Map.Entry<HttpRequest,CompletableFuture<HttpResponse<V>>>>MultiMapResult. entrySet()CompletableFuture<HttpResponse<V>>MultiMapResult. get(Object key)WebSocketHandshakeExceptionWebSocketHandshakeException. initCause(Throwable cause)booleanMultiMapResult. isEmpty()Set<HttpRequest>MultiMapResult. keySet()CompletableFuture<HttpResponse<V>>MultiMapResult. put(HttpRequest key, CompletableFuture<HttpResponse<V>> value)voidMultiMapResult. putAll(Map<? extends HttpRequest,? extends CompletableFuture<HttpResponse<V>>> m)CompletableFuture<HttpResponse<V>>MultiMapResult. remove(Object key)intMultiMapResult. size()Collection<CompletableFuture<HttpResponse<V>>>MultiMapResult. values() -
Uses of Override in jdk.javadoc.doclet
Methods in jdk.javadoc.doclet with annotations of type Override Modifier and Type Method Description StringStandardDoclet. getName()Set<Doclet.Option>StandardDoclet. getSupportedOptions()SourceVersionStandardDoclet. getSupportedSourceVersion()voidStandardDoclet. init(Locale locale, Reporter reporter)booleanStandardDoclet. run(DocletEnvironment docEnv) -
Uses of Override in jdk.jshell
Methods in jdk.jshell with annotations of type Override Modifier and Type Method Description voidJShell. close()Close this state engine.StringExpressionSnippet. name()Variable name which is the value of the expression.StringImportSnippet. name()The identifying name of the import.StringPersistentSnippet. name()Name of the Snippet.StringMethodSnippet. toString()StringSnippet. toString()StringSnippetEvent. toString()Return a string representation of the event -
Uses of Override in jdk.jshell.execution
Methods in jdk.jshell.execution with annotations of type Override Modifier and Type Method Description voidDirectExecutionControl. addToClasspath(String cp)voidStreamingExecutionControl. addToClasspath(String path)protected voidLocalExecutionControl. clientCodeEnter()protected voidRemoteExecutionControl. clientCodeEnter()protected voidLocalExecutionControl. clientCodeLeave()protected voidRemoteExecutionControl. clientCodeLeave()voidDirectExecutionControl. close()voidJdiDefaultExecutionControl. close()voidStreamingExecutionControl. close()Closes the execution engine.Map<String,String>FailOverExecutionControlProvider. defaultParameters()Create and return the default parameter map for thisExecutionControlProvider.Map<String,String>JdiExecutionControlProvider. defaultParameters()Create and return the default parameter map for thisExecutionControlProvider.Map<String,String>LocalExecutionControlProvider. defaultParameters()Create and return the default parameter map forLocalExecutionControlProvider.ObjectDirectExecutionControl. extensionCommand(String command, Object arg)ObjectStreamingExecutionControl. extensionCommand(String command, Object arg)ExecutionControlFailOverExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)Create and return a locally executingExecutionControlinstance.ExecutionControlJdiExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)ExecutionControlLocalExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)Create and return a locally executingExecutionControlinstance.StringDirectExecutionControl. invoke(String className, String methodName)StringJdiDefaultExecutionControl. invoke(String classname, String methodname)protected StringLocalExecutionControl. invoke(Method doitMethod)protected StringRemoteExecutionControl. invoke(Method doitMethod)StringStreamingExecutionControl. invoke(String classname, String methodname)voidDirectExecutionControl. load(ExecutionControl.ClassBytecodes[] cbcs)voidStreamingExecutionControl. load(ExecutionControl.ClassBytecodes[] cbcs)StringFailOverExecutionControlProvider. name()The unique name of thisExecutionControlProvider.StringJdiExecutionControlProvider. name()The unique name of thisExecutionControlProvider.StringLocalExecutionControlProvider. name()The unique name of thisExecutionControlProvider.voidDirectExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)voidJdiExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)Redefine the specified classes.voidRemoteExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)Redefine processing on the remote end is only to register the redefined classesvoidStreamingExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)voidDirectExecutionControl. stop()Interrupts a running invoke.voidJdiDefaultExecutionControl. stop()Interrupts a running remote invoke by manipulating remote variables and sending a stop via JDI.voidLocalExecutionControl. stop()voidRemoteExecutionControl. stop()voidStreamingExecutionControl. stop()protected StringRemoteExecutionControl. throwConvertedInvocationException(Throwable cause)protected StringRemoteExecutionControl. throwConvertedOtherException(Throwable ex)StringDirectExecutionControl. varValue(String className, String varName)StringRemoteExecutionControl. varValue(String className, String varName)StringStreamingExecutionControl. varValue(String classname, String varname)protected VirtualMachineJdiDefaultExecutionControl. vm() -
Uses of Override in jdk.jshell.spi
Methods in jdk.jshell.spi with annotations of type Override Modifier and Type Method Description voidExecutionControl. close()Shuts down this execution engine. -
Uses of Override in jdk.nashorn.api.scripting
Methods in jdk.nashorn.api.scripting with annotations of type Override Modifier and Type Method Description ObjectAbstractJSObject. call(Object thiz, Object... args)ObjectScriptObjectMirror. call(Object thiz, Object... args)voidScriptObjectMirror. clear()voidURLReader. close()CompiledScriptNashornScriptEngine. compile(Reader reader)CompiledScriptNashornScriptEngine. compile(String str)booleanScriptObjectMirror. containsKey(Object key)booleanScriptObjectMirror. containsValue(Object value)BindingsNashornScriptEngine. createBindings()Set<Map.Entry<String,Object>>ScriptObjectMirror. entrySet()booleanScriptObjectMirror. equals(Object other)ObjectAbstractJSObject. eval(String s)ObjectNashornScriptEngine. eval(Reader reader, ScriptContext ctxt)ObjectNashornScriptEngine. eval(String script, ScriptContext ctxt)ObjectScriptObjectMirror. eval(String s)ObjectScriptObjectMirror. get(Object key)StringAbstractJSObject. getClassName()StringScriptObjectMirror. getClassName()ObjectScriptObjectMirror. getDefaultValue(Class<?> hint)StringNashornScriptEngineFactory. getEngineName()StringNashornScriptEngineFactory. getEngineVersion()List<String>NashornScriptEngineFactory. getExtensions()ScriptEngineFactoryNashornScriptEngine. getFactory()<T> TNashornScriptEngine. getInterface(Class<T> clazz)<T> TNashornScriptEngine. getInterface(Object thiz, Class<T> clazz)StringNashornScriptEngineFactory. getLanguageName()StringNashornScriptEngineFactory. getLanguageVersion()ObjectAbstractJSObject. getMember(String name)ObjectScriptObjectMirror. getMember(String name)StringNashornScriptEngineFactory. getMethodCallSyntax(String obj, String method, String... args)List<String>NashornScriptEngineFactory. getMimeTypes()List<String>NashornScriptEngineFactory. getNames()StringNashornScriptEngineFactory. getOutputStatement(String toDisplay)ObjectNashornScriptEngineFactory. getParameter(String key)StringNashornScriptEngineFactory. getProgram(String... statements)ScriptEngineNashornScriptEngineFactory. getScriptEngine()ObjectAbstractJSObject. getSlot(int index)ObjectScriptObjectMirror. getSlot(int index)intScriptObjectMirror. hashCode()booleanAbstractJSObject. hasMember(String name)booleanScriptObjectMirror. hasMember(String name)booleanAbstractJSObject. hasSlot(int slot)booleanScriptObjectMirror. hasSlot(int slot)ObjectNashornScriptEngine. invokeFunction(String name, Object... args)ObjectNashornScriptEngine. invokeMethod(Object thiz, String name, Object... args)booleanAbstractJSObject. isArray()booleanScriptObjectMirror. isArray()booleanScriptObjectMirror. isEmpty()booleanAbstractJSObject. isFunction()booleanScriptObjectMirror. isFunction()booleanAbstractJSObject. isInstance(Object instance)booleanScriptObjectMirror. isInstance(Object instance)booleanAbstractJSObject. isInstanceOf(Object clazz)booleanAbstractJSObject. isStrictFunction()booleanScriptObjectMirror. isStrictFunction()Set<String>AbstractJSObject. keySet()Set<String>ScriptObjectMirror. keySet()ObjectAbstractJSObject. newObject(Object... args)ObjectScriptObjectMirror. newObject(Object... args)ObjectScriptObjectMirror. put(String key, Object value)voidScriptObjectMirror. putAll(Map<? extends String,? extends Object> map)intURLReader. read(char[] cbuf, int off, int len)ObjectScriptObjectMirror. remove(Object key)voidAbstractJSObject. removeMember(String name)voidScriptObjectMirror. removeMember(String name)voidAbstractJSObject. setMember(String name, Object value)voidScriptObjectMirror. setMember(String name, Object value)voidAbstractJSObject. setSlot(int index, Object value)voidScriptObjectMirror. setSlot(int index, Object value)intScriptObjectMirror. size()doubleAbstractJSObject. toNumber()Deprecated.useJSObject.getDefaultValue(Class)withNumberhint instead.doubleScriptObjectMirror. toNumber()Deprecated.StringScriptObjectMirror. toString()Collection<Object>AbstractJSObject. values()Collection<Object>ScriptObjectMirror. values() -
Uses of Override in jdk.nashorn.api.tree
Methods in jdk.nashorn.api.tree with annotations of type Override Modifier and Type Method Description ExpressionTreeDoWhileLoopTree. getCondition()Returns the condition expression of this do-while statement.ExpressionTreeForLoopTree. getCondition()Returns the condition expression of this 'for' statement.ExpressionTreeWhileLoopTree. getCondition()The condition expression of this 'while' statement.StringBreakTree. getLabel()Label associated with this break statement.StringContinueTree. getLabel()Label associated with this continue statement.StatementTreeDoWhileLoopTree. getStatement()The statement contained within this do-while statement.StatementTreeForInLoopTree. getStatement()The statement contained in this for..in statement.StatementTreeForLoopTree. getStatement()Returns the statement contained in this 'for' statement.StatementTreeForOfLoopTree. getStatement()The statement contained in this for..of statement.StatementTreeWhileLoopTree. getStatement()The statement contained in this 'while' statement.RSimpleTreeVisitorES5_1. visitArrayAccess(ArrayAccessTree node, P r)RSimpleTreeVisitorES5_1. visitArrayLiteral(ArrayLiteralTree node, P r)RSimpleTreeVisitorES5_1. visitAssignment(AssignmentTree node, P r)RSimpleTreeVisitorES5_1. visitBinary(BinaryTree node, P r)RSimpleTreeVisitorES5_1. visitBlock(BlockTree node, P r)RSimpleTreeVisitorES5_1. visitBreak(BreakTree node, P r)RSimpleTreeVisitorES5_1. visitCase(CaseTree node, P r)RSimpleTreeVisitorES5_1. visitCatch(CatchTree node, P r)RSimpleTreeVisitorES5_1. visitClassDeclaration(ClassDeclarationTree node, P p)Visits aClassDeclarationTreetree by callingvisitUnknown.RSimpleTreeVisitorES6. visitClassDeclaration(ClassDeclarationTree node, P p)Visit class statement tree.RSimpleTreeVisitorES5_1. visitClassExpression(ClassExpressionTree node, P p)Visits aClassExpressionTreetree by callingvisitUnknown.RSimpleTreeVisitorES6. visitClassExpression(ClassExpressionTree node, P p)Visit class expression tree.RSimpleTreeVisitorES5_1. visitCompilationUnit(CompilationUnitTree node, P r)RSimpleTreeVisitorES6. visitCompilationUnit(CompilationUnitTree node, P r)RSimpleTreeVisitorES5_1. visitCompoundAssignment(CompoundAssignmentTree node, P r)RSimpleTreeVisitorES5_1. visitConditionalExpression(ConditionalExpressionTree node, P r)RSimpleTreeVisitorES5_1. visitContinue(ContinueTree node, P r)RSimpleTreeVisitorES5_1. visitDebugger(DebuggerTree node, P r)RSimpleTreeVisitorES5_1. visitDoWhileLoop(DoWhileLoopTree node, P r)RSimpleTreeVisitorES5_1. visitEmptyStatement(EmptyStatementTree node, P r)RSimpleTreeVisitorES5_1. visitErroneous(ErroneousTree node, P r)RSimpleTreeVisitorES5_1. visitExportEntry(ExportEntryTree node, P p)Visits anExportEntryTreetree by callingvisitUnknown.RSimpleTreeVisitorES6. visitExportEntry(ExportEntryTree node, P p)Visit Module ExportEntry tree.RSimpleTreeVisitorES5_1. visitExpressionStatement(ExpressionStatementTree node, P r)RSimpleTreeVisitorES5_1. visitForInLoop(ForInLoopTree node, P r)RSimpleTreeVisitorES5_1. visitForLoop(ForLoopTree node, P r)RSimpleTreeVisitorES5_1. visitForOfLoop(ForOfLoopTree node, P p)Visits aForOfLoopTreetree by callingvisitUnknown.RSimpleTreeVisitorES6. visitForOfLoop(ForOfLoopTree node, P p)Visit for..of statement tree.RSimpleTreeVisitorES5_1. visitFunctionCall(FunctionCallTree node, P r)RSimpleTreeVisitorES5_1. visitFunctionDeclaration(FunctionDeclarationTree node, P r)RSimpleTreeVisitorES5_1. visitFunctionExpression(FunctionExpressionTree node, P r)RSimpleTreeVisitorES5_1. visitIdentifier(IdentifierTree node, P r)RSimpleTreeVisitorES5_1. visitIf(IfTree node, P r)RSimpleTreeVisitorES5_1. visitImportEntry(ImportEntryTree node, P p)Visits anImportEntryTreetree by callingvisitUnknown.RSimpleTreeVisitorES6. visitImportEntry(ImportEntryTree node, P p)Visit Module ImportEntry tree.RSimpleTreeVisitorES5_1. visitInstanceOf(InstanceOfTree node, P r)RSimpleTreeVisitorES5_1. visitLabeledStatement(LabeledStatementTree node, P r)RSimpleTreeVisitorES5_1. visitLiteral(LiteralTree node, P r)RSimpleTreeVisitorES5_1. visitMemberSelect(MemberSelectTree node, P r)RSimpleTreeVisitorES5_1. visitModule(ModuleTree node, P p)Visits aModuleTreetree by callingvisitUnknown.RSimpleTreeVisitorES6. visitModule(ModuleTree node, P p)Visit Module tree.RSimpleTreeVisitorES5_1. visitNew(NewTree node, P r)RSimpleTreeVisitorES5_1. visitObjectLiteral(ObjectLiteralTree node, P r)RSimpleTreeVisitorES5_1. visitParenthesized(ParenthesizedTree node, P r)RSimpleTreeVisitorES5_1. visitProperty(PropertyTree node, P r)RSimpleTreeVisitorES5_1. visitRegExpLiteral(RegExpLiteralTree node, P r)RSimpleTreeVisitorES5_1. visitReturn(ReturnTree node, P r)RSimpleTreeVisitorES5_1. visitSpread(SpreadTree node, P p)Visits aSpreadTreetree by callingvisitUnknown.RSimpleTreeVisitorES6. visitSpread(SpreadTree node, P p)Visit 'spread' expression tree.RSimpleTreeVisitorES5_1. visitSwitch(SwitchTree node, P r)RSimpleTreeVisitorES5_1. visitTemplateLiteral(TemplateLiteralTree node, P p)Visits aTemplateLiteralTreetree by callingvisitUnknown.RSimpleTreeVisitorES6. visitTemplateLiteral(TemplateLiteralTree node, P p)Visit template literal tree.RSimpleTreeVisitorES5_1. visitThrow(ThrowTree node, P r)RSimpleTreeVisitorES5_1. visitTry(TryTree node, P r)RSimpleTreeVisitorES5_1. visitUnary(UnaryTree node, P r)RSimpleTreeVisitorES5_1. visitUnknown(Tree node, P p)Visit unknown expression/statement tree.RSimpleTreeVisitorES5_1. visitVariable(VariableTree node, P r)RSimpleTreeVisitorES6. visitVariable(VariableTree node, P r)RSimpleTreeVisitorES5_1. visitWhileLoop(WhileLoopTree node, P r)RSimpleTreeVisitorES5_1. visitWith(WithTree node, P r)RSimpleTreeVisitorES5_1. visitYield(YieldTree node, P p)Visits aYieldTreetree by callingvisitUnknown.RSimpleTreeVisitorES6. visitYield(YieldTree node, P p)Visit 'yield' expression tree. -
Uses of Override in jdk.net
Methods in jdk.net with annotations of type Override Modifier and Type Method Description StringSocketFlow. toString()
-