Uses of Class
java.lang.Override
-
Packages that use Override 软件包 描述 com.sun.nio.sctp 用于流控制传输协议的Java API。com.sun.security.auth.login 提供Configuration
的实现。com.sun.source.util 为抽象语法树(AST)上的操作提供实用程序。java.applet 提供创建applet所需的类以及applet用于与其applet上下文通信的类。java.awt 包含用于创建用户界面和绘制图形和图像的所有类。java.awt.datatransfer 提供用于在应用程序之间和之内传输数据的接口和类。java.awt.image 提供用于创建和修改图像的类。java.beans 包含与开发 bean相关的类 - 基于JavaBeans™体系结构的组件。java.io 通过数据流,序列化和文件系统提供系统输入和输出。java.lang 提供对Java编程语言设计至关重要的类。java.lang.invoke java.lang.invoke
包提供用于与Java虚拟机交互的低级基元。java.lang.module 通过解析和服务绑定来支持模块描述符和创建模块配置的类。java.lang.ref 提供引用对象类,它支持与垃圾收集器的有限程度的交互。java.lang.reflect 提供用于获取有关类和对象的反射信息的类和接口。java.math 提供用于执行任意精度整数运算(BigInteger
)和任意精度十进制运算(BigDecimal
)的类。java.net 提供实现网络应用程序的类。java.net.http HTTP客户端和WebSocket APIjava.nio 定义缓冲区,它是数据的容器,并提供其他NIO包的概述。java.nio.channels 定义通道,表示与能够执行I / O操作的实体的连接,例如文件和套接字; 定义选择器,用于多路复用,非阻塞I / O操作。java.nio.file 定义Java虚拟机的接口和类,以访问文件,文件属性和文件系统。java.nio.file.attribute 提供对文件和文件系统属性的访问的接口和类。java.security 提供安全框架的类和接口。java.security.cert 提供用于解析和管理证书,证书吊销列表(CRL)和证书路径的类和接口。java.sql 提供使用Java™编程语言访问和处理存储在数据源(通常是关系数据库)中的数据的API。java.text 提供用于以独立于自然语言的方式处理文本,日期,数字和消息的类和接口。java.time 日期,时间,瞬间和持续时间的主要API。java.time.chrono 除默认ISO之外的日历系统的通用API。java.time.format 提供打印和解析日期和时间的类。java.time.temporal 使用字段和单位以及日期时间调整器访问日期和时间。java.time.zone 支持时区及其规则。java.util 包含集合框架,一些国际化支持类,服务加载器,属性,随机数生成,字符串解析和扫描类,base64编码和解码,位数组和几个其他实用程序类。java.util.concurrent 实用类通常在并发编程中有用。java.util.logging 提供Javaâ“2平台核心日志记录工具的类和接口。java.util.spi java.util包中的类的服务提供者类。java.util.stream 用于支持元素流上的功能样式操作的类,例如集合上的map-reduce转换。java.util.zip 提供用于读取和写入标准ZIP和GZIP文件格式的类。javax.imageio.plugins.tiff 内置TIFF插件使用的公共类。javax.lang.model.element 用于建模Java编程语言元素的接口。javax.lang.model.util 公用事业协助处理 program elements和 types 。javax.management 提供Java Management Extensions的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.monitor 提供监视器类的定义。javax.management.openmbean 提供开放数据类型和Open MBean描述符类。javax.management.remote 用于远程访问JMX MBean服务器的接口。javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。javax.net.ssl 提供安全套接字包的类。javax.security.auth 该包提供了身份验证和授权的框架。javax.security.auth.kerberos 此程序包包含与Kerberos网络身份验证协议相关的实用程序类。javax.sound.midi 为MIDI(乐器数字接口)数据的I / O,排序和合成提供接口和类。javax.sound.sampled 提供用于捕获,处理和回放采样音频数据的接口和类。javax.sql 提供用于从Java™编程语言访问和处理服务器端数据源的API。javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.border 提供用于在Swing组件周围绘制专用边框的类和接口。javax.swing.event 提供由Swing组件触发的事件。javax.swing.plaf.basic 提供根据Basic外观构建的用户界面对象。javax.swing.plaf.metal 提供根据Java外观(曾代号为 Metal )构建的用户界面对象,这是默认的外观。javax.swing.plaf.multi 提供组合两种或多种外观的用户界面对象。javax.swing.plaf.nimbus 提供根据跨平台Nimbus外观构建的用户界面对象。javax.swing.plaf.synth Synth是一种可换肤的外观和感觉,其中所有的绘画都被委派。javax.swing.table 提供用于处理javax.swing.JTable
类和接口。javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。javax.tools 为可以从程序调用的工具提供接口,例如编译器。javax.xml.catalog javax.xml.datatype 定义XML / Java类型映射。javax.xml.parsers 提供使用SAX(Simple API for XML)解析器或DOM(文档对象模型)文档构建器处理XML文档的类。javax.xml.stream 为Streaming API for XML(StAX)定义接口和类。javax.xml.transform 定义用于处理转换指令以及执行从源到结果的转换的通用API。javax.xml.transform.dom 提供DOM特定的转换类。javax.xml.transform.sax 提供SAX特定的转换类。javax.xml.transform.stax 提供特定于StAX的转换类。javax.xml.transform.stream 提供流和URI特定的转换类。javax.xml.xpath 提供 对象模型中性 API,用于评估XPath表达式和访问评估环境。jdk.dynalink 包含用于链接invokedynamic
呼叫站点的接口和类。jdk.dynalink.linker.support 包含类,通过提供某些类的基本实现以及各种实用程序,使语言运行时更方便地实现自己的语言特定对象模型和类型转换。jdk.jfr 该软件包提供了用于创建事件和控制Flight Recorder的类。jdk.jfr.consumer 此程序包包含用于使用Flight Recorder数据的类。jdk.jshell 提供用于创建工具的接口,例如读取 - 评估 - 打印循环(REPL),其交互式地评估Java编程语言代码的“片段”。jdk.jshell.execution 为构建JShell执行引擎提供实现支持。jdk.jshell.spi 为可插入的JShell执行引擎定义服务提供者接口。jdk.management.jfr 该软件包包含用于通过Java Management Extensions(JMX)控制和监视Flight Recorder的类。jdk.nashorn.api.scripting 该软件包提供了javax.script
集成,这是使用Nashorn的首选方式。jdk.nashorn.api.tree Nashorn解析器API提供接口以将ECMAScript源代码表示为抽象语法树(AST)和解析器以解析ECMAScript源脚本。 -
-
Uses of Override in com.sun.nio.sctp
Methods in com.sun.nio.sctp with annotations of type Override 变量和类型 方法 描述 abstract Association
SendFailedNotification. association()
返回此通知适用的关联。boolean
SctpStandardSocketOptions.InitMaxStreams. equals(Object obj)
如果指定的对象是另一个具有相同数量的输入和输出绑定流的另一个InitMaxStreams
实例,则返回true。HandlerResult
AbstractNotificationHandler. handleNotification(Notification notification, T attachment)
从SCTP堆栈收到实现特定通知时调用。int
SctpStandardSocketOptions.InitMaxStreams. hashCode()
返回此init max流的哈希码值。String
SctpStandardSocketOptions.InitMaxStreams. toString()
返回此init max流的字符串表示形式,包括最大输入和输出绑定流。int
SctpChannel. validOps()
返回标识此通道支持的操作的操作集。int
SctpMultiChannel. validOps()
返回标识此通道支持的操作的操作集。int
SctpServerChannel. validOps()
返回标识此通道支持的操作的操作集。 -
Uses of Override in com.sun.security.auth.login
Methods in com.sun.security.auth.login with annotations of type Override 变量和类型 方法 描述 AppConfigurationEntry[]
ConfigFile. getAppConfigurationEntry(String applicationName)
使用应用程序名称作为索引从Configuration
检索条目。void
ConfigFile. refresh()
通过重新读取所有登录配置来刷新并重新加载Configuration
。 -
Uses of Override in com.sun.source.util
Methods in com.sun.source.util with annotations of type Override 变量和类型 方法 描述 Iterator<树>
TreePath. iterator()
从叶到根迭代。R
DocTreePathScanner. scan(DocTree tree, P p)
扫描单个节点。R
TreePathScanner. scan(树 tree, P p)
扫描单个节点。R
SimpleTreeVisitor. visitAnnotatedType(AnnotatedTypeTree node, P p)
访问AnnotatedTypeTree节点。R
TreeScanner. visitAnnotatedType(AnnotatedTypeTree node, P p)
访问AnnotatedTypeTree节点。R
SimpleTreeVisitor. visitAnnotation(AnnotationTree node, P p)
访问AnnotatedTree节点。R
TreeScanner. visitAnnotation(AnnotationTree node, P p)
访问AnnotatedTree节点。R
SimpleTreeVisitor. visitArrayAccess(ArrayAccessTree node, P p)
访问ArrayAccessTree节点。R
TreeScanner. visitArrayAccess(ArrayAccessTree node, P p)
访问ArrayAccessTree节点。R
SimpleTreeVisitor. visitArrayType(ArrayTypeTree node, P p)
访问ArrayTypeTree节点。R
TreeScanner. visitArrayType(ArrayTypeTree node, P p)
访问ArrayTypeTree节点。R
SimpleTreeVisitor. visitAssert(AssertTree node, P p)
访问AssertTree节点。R
TreeScanner. visitAssert(AssertTree node, P p)
访问AssertTree节点。R
SimpleTreeVisitor. visitAssignment(AssignmentTree node, P p)
访问AssignmentTree节点。R
TreeScanner. visitAssignment(AssignmentTree node, P p)
访问AssignmentTree节点。R
DocTreeScanner. visitAttribute(AttributeTree node, P p)
访问AttributeTree节点。R
SimpleDocTreeVisitor. visitAttribute(AttributeTree node, P p)
访问AttributeTree节点。R
DocTreeScanner. visitAuthor(AuthorTree node, P p)
访问AuthorTree节点。R
SimpleDocTreeVisitor. visitAuthor(AuthorTree node, P p)
访问AuthorTree节点。R
SimpleTreeVisitor. visitBinary(BinaryTree node, P p)
访问BinaryTree节点。R
TreeScanner. visitBinary(BinaryTree node, P p)
访问BinaryTree节点。R
SimpleTreeVisitor. visitBlock(BlockTree node, P p)
访问BlockTree节点。R
TreeScanner. visitBlock(BlockTree node, P p)
访问BlockTree节点。R
SimpleTreeVisitor. visitBreak(BreakTree node, P p)
访问BreakTree节点。R
TreeScanner. visitBreak(BreakTree node, P p)
访问BreakTree节点。R
SimpleTreeVisitor. visitCase(CaseTree node, P p)
访问CaseTree节点。R
TreeScanner. visitCase(CaseTree node, P p)
访问CaseTree节点。R
SimpleTreeVisitor. visitCatch(CatchTree node, P p)
访问CatchTree节点。R
TreeScanner. visitCatch(CatchTree node, P p)
访问CatchTree节点。R
SimpleTreeVisitor. visitClass(ClassTree node, P p)
访问ClassTree节点。R
TreeScanner. visitClass(ClassTree node, P p)
访问ClassTree节点。R
DocTreeScanner. visitComment(CommentTree node, P p)
访问CommentTree节点。R
SimpleDocTreeVisitor. visitComment(CommentTree node, P p)
访问CommentTree节点。R
SimpleTreeVisitor. visitCompilationUnit(CompilationUnitTree node, P p)
访问CompilationUnitTree节点。R
TreeScanner. visitCompilationUnit(CompilationUnitTree node, P p)
访问CompilationUnitTree节点。R
SimpleTreeVisitor. visitCompoundAssignment(CompoundAssignmentTree node, P p)
访问CompoundAssignmentTree节点。R
TreeScanner. visitCompoundAssignment(CompoundAssignmentTree node, P p)
访问CompoundAssignmentTree节点。R
SimpleTreeVisitor. visitConditionalExpression(ConditionalExpressionTree node, P p)
访问ConditionalExpressionTree节点。R
TreeScanner. visitConditionalExpression(ConditionalExpressionTree node, P p)
访问ConditionalExpressionTree节点。R
SimpleTreeVisitor. visitContinue(ContinueTree node, P p)
访问ContinueTree节点。R
TreeScanner. visitContinue(ContinueTree node, P p)
访问ContinueTree节点。R
DocTreeScanner. visitDeprecated(DeprecatedTree node, P p)
访问DeprecatedTree节点。R
SimpleDocTreeVisitor. visitDeprecated(DeprecatedTree node, P p)
访问DeprecatedTree节点。R
DocTreeScanner. visitDocComment(DocCommentTree node, P p)
访问DocCommentTree节点。R
SimpleDocTreeVisitor. visitDocComment(DocCommentTree node, P p)
访问DocCommentTree节点。R
DocTreeScanner. visitDocRoot(DocRootTree node, P p)
访问DocRootTree节点。R
SimpleDocTreeVisitor. visitDocRoot(DocRootTree node, P p)
访问DocRootTree节点。R
DocTreeScanner. visitDocType(DocTypeTree node, P p)
访问DocTypeTree节点。R
SimpleDocTreeVisitor. visitDocType(DocTypeTree node, P p)
访问DocTypeTree节点。R
SimpleTreeVisitor. visitDoWhileLoop(DoWhileLoopTree node, P p)
访问DoWhileTree节点。R
TreeScanner. visitDoWhileLoop(DoWhileLoopTree node, P p)
访问DoWhileTree节点。R
SimpleTreeVisitor. visitEmptyStatement(EmptyStatementTree node, P p)
访问EmptyStatementTree节点。R
TreeScanner. visitEmptyStatement(EmptyStatementTree node, P p)
访问EmptyStatementTree节点。R
DocTreeScanner. visitEndElement(EndElementTree node, P p)
访问EndElementTree节点。R
SimpleDocTreeVisitor. visitEndElement(EndElementTree node, P p)
访问EndElementTree节点。R
SimpleTreeVisitor. visitEnhancedForLoop(EnhancedForLoopTree node, P p)
访问EnhancedForLoopTree节点。R
TreeScanner. visitEnhancedForLoop(EnhancedForLoopTree node, P p)
访问EnhancedForLoopTree节点。R
DocTreeScanner. visitEntity(EntityTree node, P p)
访问EntityTree节点。R
SimpleDocTreeVisitor. visitEntity(EntityTree node, P p)
访问EntityTree节点。R
DocTreeScanner. visitErroneous(ErroneousTree node, P p)
访问ErroneousTree节点。R
SimpleDocTreeVisitor. visitErroneous(ErroneousTree node, P p)
访问ErroneousTree节点。R
TreeScanner. visitErroneous(ErroneousTree node, P p)
访问ErroneousTree节点。R
SimpleTreeVisitor. visitExpressionStatement(ExpressionStatementTree node, P p)
访问ExpressionStatementTree节点。R
TreeScanner. visitExpressionStatement(ExpressionStatementTree node, P p)
访问ExpressionStatementTree节点。R
SimpleTreeVisitor. visitForLoop(ForLoopTree node, P p)
访问ForLoopTree节点。R
TreeScanner. visitForLoop(ForLoopTree node, P p)
访问ForLoopTree节点。R
DocTreeScanner. visitHidden(HiddenTree node, P p)
访问HiddenTree节点。R
SimpleDocTreeVisitor. visitHidden(HiddenTree node, P p)
访问HiddenTree节点。R
DocTreeScanner. visitIdentifier(IdentifierTree node, P p)
访问IdentifierTree节点。R
SimpleDocTreeVisitor. visitIdentifier(IdentifierTree node, P p)
访问IdentifierTree节点。R
SimpleTreeVisitor. visitIdentifier(IdentifierTree node, P p)
访问IdentifierTree节点。R
TreeScanner. visitIdentifier(IdentifierTree node, P p)
访问IdentifierTree节点。R
SimpleTreeVisitor. visitIf(IfTree node, P p)
访问IfTree节点。R
TreeScanner. visitIf(IfTree node, P p)
访问IfTree节点。R
SimpleTreeVisitor. visitImport(ImportTree node, P p)
访问ImportTree节点。R
TreeScanner. visitImport(ImportTree node, P p)
访问ImportTree节点。R
DocTreeScanner. visitIndex(IndexTree node, P p)
访问IndexTree节点。R
SimpleDocTreeVisitor. visitIndex(IndexTree node, P p)
访问IndexTree节点。R
DocTreeScanner. visitInheritDoc(InheritDocTree node, P p)
访问InheritDocTree节点。R
SimpleDocTreeVisitor. visitInheritDoc(InheritDocTree node, P p)
访问InheritDocTree节点。R
SimpleTreeVisitor. visitInstanceOf(InstanceOfTree node, P p)
访问InstanceOfTree节点。R
TreeScanner. visitInstanceOf(InstanceOfTree node, P p)
访问InstanceOfTree节点。R
SimpleTreeVisitor. visitIntersectionType(IntersectionTypeTree node, P p)
访问IntersectionTypeTree节点。R
TreeScanner. visitIntersectionType(IntersectionTypeTree node, P p)
访问IntersectionTypeTree节点。R
SimpleTreeVisitor. visitLabeledStatement(LabeledStatementTree node, P p)
访问LabeledStatementTree节点。R
TreeScanner. visitLabeledStatement(LabeledStatementTree node, P p)
访问LabeledStatementTree节点。R
SimpleTreeVisitor. visitLambdaExpression(LambdaExpressionTree node, P p)
访问LambdaExpressionTree节点。R
TreeScanner. visitLambdaExpression(LambdaExpressionTree node, P p)
访问LambdaExpressionTree节点。R
DocTreeScanner. visitLink(LinkTree node, P p)
访问LinkTree节点。R
SimpleDocTreeVisitor. visitLink(LinkTree node, P p)
访问LinkTree节点。R
DocTreeScanner. visitLiteral(LiteralTree node, P p)
访问LiteralTree节点。R
SimpleDocTreeVisitor. visitLiteral(LiteralTree node, P p)
访问LiteralTree节点。R
SimpleTreeVisitor. visitLiteral(LiteralTree node, P p)
访问LiteralTree节点。R
TreeScanner. visitLiteral(LiteralTree node, P p)
访问LiteralTree节点。R
SimpleTreeVisitor. visitMemberReference(MemberReferenceTree node, P p)
访问MemberReferenceTree节点。R
TreeScanner. visitMemberReference(MemberReferenceTree node, P p)
访问MemberReferenceTree节点。R
SimpleTreeVisitor. visitMemberSelect(MemberSelectTree node, P p)
访问MemberSelectTree节点。R
TreeScanner. visitMemberSelect(MemberSelectTree node, P p)
访问MemberSelectTree节点。R
SimpleTreeVisitor. visitMethod(MethodTree node, P p)
访问MethodTree节点。R
TreeScanner. visitMethod(MethodTree node, P p)
访问MethodTree节点。R
SimpleTreeVisitor. visitMethodInvocation(MethodInvocationTree node, P p)
访问MethodInvocationTree节点。R
TreeScanner. visitMethodInvocation(MethodInvocationTree node, P p)
访问MethodInvocationTree节点。R
SimpleTreeVisitor. visitModifiers(ModifiersTree node, P p)
访问ModifiersTree节点。R
TreeScanner. visitModifiers(ModifiersTree node, P p)
访问ModifiersTree节点。R
SimpleTreeVisitor. visitNewArray(NewArrayTree node, P p)
访问NewArrayTree节点。R
TreeScanner. visitNewArray(NewArrayTree node, P p)
访问NewArrayTree节点。R
SimpleTreeVisitor. visitNewClass(NewClassTree node, P p)
访问NewClassTree节点。R
TreeScanner. visitNewClass(NewClassTree node, P p)
访问NewClassTree节点。R
DocTreeScanner. visitOther(DocTree node, P p)
访问未知类型的DocTree节点。R
SimpleDocTreeVisitor. visitOther(DocTree node, P p)
访问未知类型的DocTree节点。R
SimpleTreeVisitor. visitOther(树 node, P p)
访问未知类型的Tree节点。R
TreeScanner. visitOther(树 node, P p)
访问未知类型的Tree节点。R
SimpleTreeVisitor. visitPackage(PackageTree node, P p)
访问PackageTree节点。R
TreeScanner. visitPackage(PackageTree node, P p)
访问PackageTree节点。R
DocTreeScanner. visitParam(ParamTree node, P p)
访问ParamTree节点。R
SimpleDocTreeVisitor. visitParam(ParamTree node, P p)
访问ParamTree节点。R
SimpleTreeVisitor. visitParameterizedType(ParameterizedTypeTree node, P p)
访问ParameterizedTypeTree节点。R
TreeScanner. visitParameterizedType(ParameterizedTypeTree node, P p)
访问ParameterizedTypeTree节点。R
SimpleTreeVisitor. visitParenthesized(ParenthesizedTree node, P p)
访问ParenthesizedTree节点。R
TreeScanner. visitParenthesized(ParenthesizedTree node, P p)
访问ParenthesizedTree节点。R
SimpleTreeVisitor. visitPrimitiveType(PrimitiveTypeTree node, P p)
访问PrimitiveTypeTree节点。R
TreeScanner. visitPrimitiveType(PrimitiveTypeTree node, P p)
访问PrimitiveTypeTree节点。R
DocTreeScanner. visitProvides(ProvidesTree node, P p)
访问ProvideTree节点。R
SimpleDocTreeVisitor. visitProvides(ProvidesTree node, P p)
访问ProvideTree节点。R
DocTreeScanner. visitReference(ReferenceTree node, P p)
访问ReferenceTree节点。R
SimpleDocTreeVisitor. visitReference(ReferenceTree node, P p)
访问ReferenceTree节点。R
DocTreeScanner. visitReturn(ReturnTree node, P p)
访问ReturnTree节点。R
SimpleDocTreeVisitor. visitReturn(ReturnTree node, P p)
访问ReturnTree节点。R
SimpleTreeVisitor. visitReturn(ReturnTree node, P p)
访问ReturnTree节点。R
TreeScanner. visitReturn(ReturnTree node, P p)
访问ReturnTree节点。R
DocTreeScanner. visitSee(SeeTree node, P p)
访问SeeTree节点。R
SimpleDocTreeVisitor. visitSee(SeeTree node, P p)
访问SeeTree节点。R
DocTreeScanner. visitSerial(SerialTree node, P p)
访问SerialTree节点。R
SimpleDocTreeVisitor. visitSerial(SerialTree node, P p)
访问SerialTree节点。R
DocTreeScanner. visitSerialData(SerialDataTree node, P p)
访问SerialDataTree节点。R
SimpleDocTreeVisitor. visitSerialData(SerialDataTree node, P p)
访问SerialDataTree节点。R
DocTreeScanner. visitSerialField(SerialFieldTree node, P p)
访问SerialFieldTree节点。R
SimpleDocTreeVisitor. visitSerialField(SerialFieldTree node, P p)
访问SerialFieldTree节点。R
DocTreeScanner. visitSince(SinceTree node, P p)
访问SinceTree节点。R
SimpleDocTreeVisitor. visitSince(SinceTree node, P p)
访问SinceTree节点。R
DocTreeScanner. visitStartElement(StartElementTree node, P p)
访问StartElementTree节点。R
SimpleDocTreeVisitor. visitStartElement(StartElementTree node, P p)
访问StartElementTree节点。R
DocTreeScanner. visitSummary(SummaryTree node, P p)
访问SummaryTree节点。R
SimpleDocTreeVisitor. visitSummary(SummaryTree node, P p)
访问SummaryTree节点。R
SimpleTreeVisitor. visitSwitch(SwitchTree node, P p)
访问SwitchTree节点。R
TreeScanner. visitSwitch(SwitchTree node, P p)
访问SwitchTree节点。R
SimpleTreeVisitor. visitSynchronized(SynchronizedTree node, P p)
访问SynchronizedTree节点。R
TreeScanner. visitSynchronized(SynchronizedTree node, P p)
访问SynchronizedTree节点。R
DocTreeScanner. visitText(TextTree node, P p)
访问TextTree节点。R
SimpleDocTreeVisitor. visitText(TextTree node, P p)
访问TextTree节点。R
SimpleTreeVisitor. visitThrow(ThrowTree node, P p)
访问ThrowTree节点。R
TreeScanner. visitThrow(ThrowTree node, P p)
访问ThrowTree节点。R
DocTreeScanner. visitThrows(ThrowsTree node, P p)
访问ThrowsTree节点。R
SimpleDocTreeVisitor. visitThrows(ThrowsTree node, P p)
访问ThrowsTree节点。R
SimpleTreeVisitor. visitTry(TryTree node, P p)
访问TryTree节点。R
TreeScanner. visitTry(TryTree node, P p)
访问TryTree节点。R
SimpleTreeVisitor. visitTypeCast(TypeCastTree node, P p)
访问TypeCastTree节点。R
TreeScanner. visitTypeCast(TypeCastTree node, P p)
访问TypeCastTree节点。R
SimpleTreeVisitor. visitTypeParameter(TypeParameterTree node, P p)
访问TypeParameterTree节点。R
TreeScanner. visitTypeParameter(TypeParameterTree node, P p)
访问TypeParameterTree节点。R
SimpleTreeVisitor. visitUnary(UnaryTree node, P p)
访问UnaryTree节点。R
TreeScanner. visitUnary(UnaryTree node, P p)
访问UnaryTree节点。R
SimpleTreeVisitor. visitUnionType(UnionTypeTree node, P p)
访问UnionTypeTree节点。R
TreeScanner. visitUnionType(UnionTypeTree node, P p)
访问UnionTypeTree节点。R
DocTreeScanner. visitUnknownBlockTag(UnknownBlockTagTree node, P p)
访问UnknownBlockTagTree节点。R
SimpleDocTreeVisitor. visitUnknownBlockTag(UnknownBlockTagTree node, P p)
访问UnknownBlockTagTree节点。R
DocTreeScanner. visitUnknownInlineTag(UnknownInlineTagTree node, P p)
访问UnknownInlineTagTree节点。R
SimpleDocTreeVisitor. visitUnknownInlineTag(UnknownInlineTagTree node, P p)
访问UnknownInlineTagTree节点。R
DocTreeScanner. visitUses(UsesTree node, P p)
访问UsesTree节点。R
SimpleDocTreeVisitor. visitUses(UsesTree node, P p)
访问UsesTree节点。R
DocTreeScanner. visitValue(ValueTree node, P p)
访问ValueTree节点。R
SimpleDocTreeVisitor. visitValue(ValueTree node, P p)
访问ValueTree节点。R
SimpleTreeVisitor. visitVariable(VariableTree node, P p)
访问VariableTree节点。R
TreeScanner. visitVariable(VariableTree node, P p)
访问VariableTree节点。R
DocTreeScanner. visitVersion(VersionTree node, P p)
访问VersionTreeTree节点。R
SimpleDocTreeVisitor. visitVersion(VersionTree node, P p)
访问VersionTreeTree节点。R
SimpleTreeVisitor. visitWhileLoop(WhileLoopTree node, P p)
访问WhileLoopTree节点。R
TreeScanner. visitWhileLoop(WhileLoopTree node, P p)
访问WhileLoopTree节点。R
SimpleTreeVisitor. visitWildcard(WildcardTree node, P p)
访问WildcardTypeTree节点。R
TreeScanner. visitWildcard(WildcardTree node, P p)
访问WildcardTypeTree节点。 -
Uses of Override in java.applet
Methods in java.applet with annotations of type Override 变量和类型 方法 描述 boolean
Applet. isValidateRoot()
已过时。指示此容器是否为验证根。 -
Uses of Override in java.awt
Methods in java.awt with annotations of type Override 变量和类型 方法 描述 Color
Window. getBackground()
获取此窗口的背景颜色。void
Container. invalidate()
使容器无效。boolean
Window. isOpaque()
指示窗口当前是否不透明。boolean
Window. isValidateRoot()
指示此容器是否为验证根。void
Window. paint(Graphics g)
涂抹容器。void
Window. setBackground(Color bgColor)
设置此窗口的背景颜色。void
Window. setLocation(int x, int y)
将此组件移动到新位置。void
Window. setLocation(Point p)
将此组件移动到新位置。void
FileDialog. setTitle(String title)
设置对话框的标题。String
Robot. toString()
返回此Robot的字符串表示形式。 -
Uses of Override in java.awt.datatransfer
Methods in java.awt.datatransfer with annotations of type Override 变量和类型 方法 描述 List<DataFlavor>
SystemFlavorMap. getFlavorsForNative(String nat)
返回List
的DataFlavor
s,数据传输子系统可以将指定的String
本机转换为该数据。Map<String,DataFlavor>
SystemFlavorMap. getFlavorsForNatives(String[] natives)
返回Map
指定的String
native到其最优选DataFlavor
。List<String>
SystemFlavorMap. getNativesForFlavor(DataFlavor flav)
返回List
的String
本机,数据传输子系统可以将指定的DataFlavor
转换DataFlavor
。Map<DataFlavor,String>
SystemFlavorMap. getNativesForFlavors(DataFlavor[] flavors)
返回Map
指定的DataFlavor
s到其大多数首选String
本地人。 -
Uses of Override in java.awt.image
Methods in java.awt.image with annotations of type Override 变量和类型 方法 描述 boolean
ColorModel. equals(Object obj)
此方法仅委托Object
的默认实现,这与==
测试相同,因为此类无法在多个独立子类分支之间强制执行适当的相等性测试。boolean
ComponentColorModel. equals(Object obj)
测试指定Object
是一个实例ComponentColorModel
和等于这个ComponentColorModel
。boolean
IndexColorModel. equals(Object obj)
如果指定的测试Object
是一个实例IndexColorModel
,以及它是否该IndexColorModel
boolean
PackedColorModel. equals(Object obj)
测试指定的Object
是否为Object
的实例PackedColorModel
等于此PackedColorModel
。Graphics
AbstractMultiResolutionImage. getGraphics()
根据基础Image#getGraphics()
方法的合同,此实现将始终抛出UnsupportedOperationException
因为只有屏幕外图像才能返回Graphics
对象。int
AbstractMultiResolutionImage. getHeight(ImageObserver observer)
此方法只是委托基础映像上的相同方法,它相当于:getBaseImage().getHeight(observer)
。Object
AbstractMultiResolutionImage. getProperty(String name, ImageObserver observer)
此方法只是委托基础映像上的相同方法,它相当于:getBaseImage().getProperty(name, observer)
。ImageProducer
AbstractMultiResolutionImage. getSource()
此方法只是委托基础映像上的相同方法,它相当于:getBaseImage().getSource()
。int
AbstractMultiResolutionImage. getWidth(ImageObserver observer)
此方法只是委托基础映像上的相同方法,它相当于:getBaseImage().getWidth(observer)
。int
ColorModel. hashCode()
此方法仅委托Object
的默认实现,该实现返回类的系统ID。int
ComponentColorModel. hashCode()
返回此ComponentColorModel的哈希码。int
IndexColorModel. hashCode()
返回IndexColorModel的哈希码。int
PackedColorModel. hashCode()
返回此PackedColorModel的哈希码。 -
Uses of Override in java.beans
Methods in java.beans with annotations of type Override 变量和类型 方法 描述 void
Expression. execute()
execute
方法找到一个名称与methodName
属性相同的方法,并在目标上调用该方法。BeanInfo[]
SimpleBeanInfo. getAdditionalBeanInfo()
声明没有其他相关的BeanInfo对象。BeanDescriptor
SimpleBeanInfo. getBeanDescriptor()
拒绝了解bean的类和定制器的知识。int
SimpleBeanInfo. getDefaultEventIndex()
拒绝了解默认事件。int
SimpleBeanInfo. getDefaultPropertyIndex()
拒绝了解默认属性。EventSetDescriptor[]
SimpleBeanInfo. getEventSetDescriptors()
否认事件集的知识。Image
SimpleBeanInfo. getIcon(int iconKind)
声称没有可用的图标。MethodDescriptor[]
SimpleBeanInfo. getMethodDescriptors()
否认方法知识。PropertyDescriptor[]
SimpleBeanInfo. getPropertyDescriptors()
否认属性的知识。 -
Uses of Override in java.io
Methods in java.io with annotations of type Override 变量和类型 方法 描述 void
FilterOutputStream. close()
关闭此输出流并释放与该流关联的所有系统资源。boolean
FilePermission. equals(Object obj)
检查两个FilePermission对象是否相等。void
BufferedOutputStream. flush()
刷新此缓冲的输出流。void
FilterOutputStream. flush()
刷新此输出流并强制将任何缓冲的输出字节写出到流中。String
FilePermission. getActions()
返回操作的“规范字符串表示形式”。IOException
UncheckedIOException. getCause()
返回此异常的原因。int
FilePermission. hashCode()
返回此对象的哈希码值。boolean
FilePermission. implies(Permission p)
检查此FilePermission对象是否“隐含”指定的权限。PermissionCollection
FilePermission. newPermissionCollection()
返回用于存储FilePermission对象的新PermissionCollection对象。void
BufferedOutputStream. write(byte[] b, int off, int len)
将从偏移量为off
的指定字节数组中的len
字节写入此缓冲的输出流。void
BufferedOutputStream. write(int b)
将指定的字节写入此缓冲的输出流。void
FilterOutputStream. write(byte[] b)
将b.length
字节写入此输出流。void
FilterOutputStream. write(byte[] b, int off, int len)
从指定的byte
数组(从偏移off
开始)将len
字节写入此输出流。void
FilterOutputStream. write(int b)
将指定的byte
写入此输出流。 -
Uses of Override in java.lang
Methods in java.lang with annotations of type Override 变量和类型 方法 描述 StringBuffer
StringBuffer. append(boolean b)
StringBuffer
StringBuffer. append(char c)
StringBuffer
StringBuffer. append(char[] str)
StringBuffer
StringBuffer. append(char[] str, int offset, int len)
StringBuffer
StringBuffer. append(double d)
StringBuffer
StringBuffer. append(float f)
StringBuffer
StringBuffer. append(int i)
StringBuffer
StringBuffer. append(long lng)
StringBuffer
StringBuffer. append(CharSequence s)
将指定的CharSequence
追加到此序列。StringBuffer
StringBuffer. append(CharSequence s, int start, int end)
StringBuffer
StringBuffer. append(Object obj)
StringBuffer
StringBuffer. append(String str)
StringBuilder
StringBuilder. append(boolean b)
StringBuilder
StringBuilder. append(char c)
StringBuilder
StringBuilder. append(char[] str)
StringBuilder
StringBuilder. append(char[] str, int offset, int len)
StringBuilder
StringBuilder. append(double d)
StringBuilder
StringBuilder. append(float f)
StringBuilder
StringBuilder. append(int i)
StringBuilder
StringBuilder. append(long lng)
StringBuilder
StringBuilder. append(CharSequence s)
StringBuilder
StringBuilder. append(CharSequence s, int start, int end)
StringBuilder
StringBuilder. append(Object obj)
StringBuilder
StringBuilder. append(String str)
StringBuffer
StringBuffer. appendCodePoint(int codePoint)
StringBuilder
StringBuilder. appendCodePoint(int codePoint)
int
StringBuffer. capacity()
char
StringBuffer. charAt(int index)
IntStream
String. chars()
返回int
的流,对此序列中的char
值进行零扩展。protected Object
Thread. clone()
抛出CloneNotSupportedException,因为无法有意义地克隆线程。int
StringBuffer. codePointAt(int index)
int
StringBuffer. codePointBefore(int index)
int
StringBuffer. codePointCount(int beginIndex, int endIndex)
IntStream
String. codePoints()
返回此序列中的代码点值流。int
ProcessHandle. compareTo(ProcessHandle other)
将此ProcessHandle与指定的ProcessHandle进行比较以获得订单。int
Runtime.Version. compareTo(Runtime.Version obj)
将此版本与另一版本进行比较。int
StringBuffer. compareTo(StringBuffer another)
StringBuffer
字典顺序比较两个StringBuffer
实例。int
StringBuilder. compareTo(StringBuilder another)
StringBuilder
字典顺序比较两个StringBuilder
实例。StringBuffer
StringBuffer. delete(int start, int end)
StringBuilder
StringBuilder. delete(int start, int end)
StringBuffer
StringBuffer. deleteCharAt(int index)
StringBuilder
StringBuilder. deleteCharAt(int index)
void
StringBuffer. ensureCapacity(int minimumCapacity)
boolean
ProcessHandle. equals(Object other)
如果other
对象为非null,则返回true
,具有相同的实现,并表示相同的系统进程; 否则返回false
。boolean
Runtime.Version. equals(Object obj)
确定此Version
是否等于另一个对象。<T extends Annotation>
TModule. getAnnotation(类<T> annotationClass)
返回该元素的,如果这样的注释 ,否则返回null指定类型的注释。Annotation[]
Module. getAnnotations()
返回此元素上 存在的注释。<A extends Annotation>
A[]Class. getAnnotationsByType(类<A> annotationClass)
<A extends Annotation>
A[]Package. getAnnotationsByType(类<A> annotationClass)
void
StringBuffer. getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin)
<A extends Annotation>
AClass. getDeclaredAnnotation(类<A> annotationClass)
<A extends Annotation>
APackage. getDeclaredAnnotation(类<A> annotationClass)
Annotation[]
Module. getDeclaredAnnotations()
返回 直接出现在此元素上的注释。<A extends Annotation>
A[]Class. getDeclaredAnnotationsByType(类<A> annotationClass)
<A extends Annotation>
A[]Package. getDeclaredAnnotationsByType(类<A> annotationClass)
int
Boolean. hashCode()
返回此Boolean
对象的哈希码。int
Byte. hashCode()
返回此Byte
的哈希码; 等于调用intValue()
的结果。int
Character. hashCode()
返回此Character
的哈希码; 等于调用charValue()
的结果。int
Double. hashCode()
返回此Double
对象的哈希码。int
Float. hashCode()
返回此Float
对象的哈希码。int
Integer. hashCode()
返回此Integer
的哈希码。int
Long. hashCode()
返回此Long
的哈希码。int
Package. hashCode()
返回从包名称计算的哈希码。int
ProcessHandle. hashCode()
返回此ProcessHandle的哈希码值。int
Runtime.Version. hashCode()
返回此版本的哈希码。int
Short. hashCode()
返回此Short
的哈希码; 等于调用intValue()
的结果。int
StringBuffer. indexOf(String str)
int
StringBuffer. indexOf(String str, int fromIndex)
int
StringBuilder. indexOf(String str)
int
StringBuilder. indexOf(String str, int fromIndex)
StringBuffer
StringBuffer. insert(int offset, boolean b)
StringBuffer
StringBuffer. insert(int offset, char c)
StringBuffer
StringBuffer. insert(int offset, char[] str)
StringBuffer
StringBuffer. insert(int index, char[] str, int offset, int len)
StringBuffer
StringBuffer. insert(int offset, double d)
StringBuffer
StringBuffer. insert(int offset, float f)
StringBuffer
StringBuffer. insert(int offset, int i)
StringBuffer
StringBuffer. insert(int offset, long l)
StringBuffer
StringBuffer. insert(int dstOffset, CharSequence s)
StringBuffer
StringBuffer. insert(int dstOffset, CharSequence s, int start, int end)
StringBuffer
StringBuffer. insert(int offset, Object obj)
StringBuffer
StringBuffer. insert(int offset, String str)
StringBuilder
StringBuilder. insert(int offset, boolean b)
StringBuilder
StringBuilder. insert(int offset, char c)
StringBuilder
StringBuilder. insert(int offset, char[] str)
StringBuilder
StringBuilder. insert(int index, char[] str, int offset, int len)
StringBuilder
StringBuilder. insert(int offset, double d)
StringBuilder
StringBuilder. insert(int offset, float f)
StringBuilder
StringBuilder. insert(int offset, int i)
StringBuilder
StringBuilder. insert(int offset, long l)
StringBuilder
StringBuilder. insert(int dstOffset, CharSequence s)
StringBuilder
StringBuilder. insert(int dstOffset, CharSequence s, int start, int end)
StringBuilder
StringBuilder. insert(int offset, Object obj)
StringBuilder
StringBuilder. insert(int offset, String str)
boolean
Class. isAnnotationPresent(类<? extends Annotation> annotationClass)
如果此元素上 存在指定类型的注释,则返回true,否则返回false。boolean
Package. isAnnotationPresent(类<? extends Annotation> annotationClass)
如果此元素上 存在指定类型的注释,则返回true,否则返回false。int
StringBuffer. lastIndexOf(String str)
int
StringBuffer. lastIndexOf(String str, int fromIndex)
int
StringBuilder. lastIndexOf(String str)
int
StringBuilder. lastIndexOf(String str, int fromIndex)
int
StringBuffer. offsetByCodePoints(int index, int codePointOffset)
StringBuffer
StringBuffer. replace(int start, int end, String str)
StringBuilder
StringBuilder. replace(int start, int end, String str)
StringBuffer
StringBuffer. reverse()
StringBuilder
StringBuilder. reverse()
void
Thread. run()
如果使用单独的Runnable
运行对象构造此线程,则调用该Runnable
对象的run
方法; 否则,此方法不执行任何操作并返回。void
StringBuffer. setCharAt(int index, char ch)
void
StringBuffer. setLength(int newLength)
CharSequence
StringBuffer. subSequence(int start, int end)
String
StringBuffer. substring(int start)
String
StringBuffer. substring(int start, int end)
String
Module. toString()
返回此模块的字符串表示形式。String
ModuleLayer. toString()
返回描述此模块层的字符串。String
Package. toString()
返回此Package的字符串表示形式。String
Runtime.Version. toString()
返回此版本的字符串表示形式。void
StringBuffer. trimToSize()
-
Uses of Override in java.lang.invoke
Methods in java.lang.invoke with annotations of type Override 变量和类型 方法 描述 MethodHandle
ConstantCallSite. dynamicInvoker()
返回此调用站点的永久目标。boolean
MethodType. equals(Object x)
将指定对象与此类型进行比较以获得相等性。MethodHandle
ConstantCallSite. getTarget()
返回调用点,其行为类似于目标方法final
的领域ConstantCallSite
。MethodHandle
MutableCallSite. getTarget()
返回调用站点的目标方法,其行为类似于MutableCallSite
的普通字段。MethodHandle
VolatileCallSite. getTarget()
返回调用点,其行为类似于目标方法volatile
的领域VolatileCallSite
。int
MethodType. hashCode()
返回此方法类型的哈希码值。void
ConstantCallSite. setTarget(MethodHandle ignore)
void
MutableCallSite. setTarget(MethodHandle newTarget)
更新此调用站点的目标方法,作为普通变量。void
VolatileCallSite. setTarget(MethodHandle newTarget)
将此调用站点的目标方法更新为volatile变量。String
MethodHandle. toString()
返回方法句柄的字符串表示形式,从字符串"MethodHandle"
开始,以方法句柄类型的字符串表示形式结束。String
MethodHandles.Lookup. toString()
显示要从中进行查找的类的名称。String
MethodType. toString()
返回方法类型的字符串表示形式,格式为"(PT0,PT1...)RT"
。 -
Uses of Override in java.lang.module
Methods in java.lang.module with annotations of type Override 变量和类型 方法 描述 void
ModuleReader. close()
关闭模块阅读器。int
ModuleDescriptor. compareTo(ModuleDescriptor that)
将此模块描述符与另一个进行比较。int
ModuleDescriptor.Exports. compareTo(ModuleDescriptor.Exports that)
比较此模块导出到另一个。int
ModuleDescriptor.Opens. compareTo(ModuleDescriptor.Opens that)
比较此模块打开另一个。int
ModuleDescriptor.Requires. compareTo(ModuleDescriptor.Requires that)
将此模块依赖性与另一个相比较。int
ModuleDescriptor.Version. compareTo(ModuleDescriptor.Version that)
将此模块版本与另一个模块版本进行比较。boolean
ModuleDescriptor. equals(Object ob)
测试此模块描述符与给定对象的相等性。boolean
ModuleDescriptor.Exports. equals(Object ob)
测试此模块导出与给定对象的相等性。boolean
ModuleDescriptor.Opens. equals(Object ob)
测试此模块是否与给定对象相等。boolean
ModuleDescriptor.Provides. equals(Object ob)
测试这提供了与给定对象的相等性。boolean
ModuleDescriptor.Requires. equals(Object ob)
测试此模块依赖于与给定对象的相等性。boolean
ModuleDescriptor.Version. equals(Object ob)
测试此模块版本是否与给定对象相等。boolean
ResolvedModule. equals(Object ob)
测试此已解析模块是否与给定对象相等。int
ModuleDescriptor.Exports. hashCode()
计算此模块导出的哈希码。int
ModuleDescriptor. hashCode()
计算此模块描述符的哈希码。int
ModuleDescriptor.Opens. hashCode()
计算此模块的哈希码打开。int
ModuleDescriptor.Provides. hashCode()
计算此提供的哈希码。int
ModuleDescriptor.Requires. hashCode()
计算此模块依赖性的哈希码。int
ModuleDescriptor.Version. hashCode()
计算此模块版本的哈希码。int
ResolvedModule. hashCode()
计算此已解析模块的哈希码。String
Configuration. toString()
返回描述此配置的字符串。String
ModuleDescriptor.Exports. toString()
返回描述导出包的字符串。String
ModuleDescriptor.Opens. toString()
返回描述打开包的字符串。String
ModuleDescriptor.Provides. toString()
返回描述此提供的字符串。String
ModuleDescriptor.Requires. toString()
返回描述此模块依赖关系的字符串。String
ModuleDescriptor. toString()
返回描述模块的字符串。String
ModuleDescriptor.Version. toString()
返回解析此版本的字符串。String
ResolvedModule. toString()
返回描述此已解析模块的字符串。 -
Uses of Override in java.lang.ref
Methods in java.lang.ref with annotations of type Override 变量和类型 方法 描述 protected Object
Reference. clone()
-
Uses of Override in java.lang.reflect
Methods in java.lang.reflect with annotations of type Override 变量和类型 方法 描述 AnnotatedType
AnnotatedArrayType. getAnnotatedOwnerType()
如果此类型表示嵌套类型,则返回此类型所属的潜在注释类型。AnnotatedType
AnnotatedParameterizedType. getAnnotatedOwnerType()
如果此类型表示嵌套类型,则返回此类型所属的潜在注释类型。AnnotatedType
AnnotatedTypeVariable. getAnnotatedOwnerType()
如果此类型表示嵌套类型,则返回此类型所属的潜在注释类型。AnnotatedType
AnnotatedWildcardType. getAnnotatedOwnerType()
如果此类型表示嵌套类型,则返回此类型所属的潜在注释类型。AnnotatedType
Constructor. getAnnotatedReceiverType()
返回一个AnnotatedType
对象,该对象表示使用类型来指定此Executable
对象所表示的方法/构造函数的接收器类型。AnnotatedType
Constructor. getAnnotatedReturnType()
返回一个AnnotatedType
对象,该对象表示使用类型来指定此Executable表示的方法/构造函数的返回类型。AnnotatedType
Method. getAnnotatedReturnType()
返回一个AnnotatedType
对象,该对象表示使用类型来指定此可执行文件表示的方法/构造函数的返回类型。<T extends Annotation>
T[]AccessibleObject. getAnnotationsByType(类<T> annotationClass)
<T extends Annotation>
T[]Executable. getAnnotationsByType(类<T> annotationClass)
返回与此元素 关联的注释。<T extends Annotation>
T[]Field. getAnnotationsByType(类<T> annotationClass)
返回与此元素 关联的注释。<T extends Annotation>
T[]Parameter. getAnnotationsByType(类<T> annotationClass)
返回与此元素 关联的注释。<T extends Annotation>
TAccessibleObject. getDeclaredAnnotation(类<T> annotationClass)
<T extends Annotation>
T[]AccessibleObject. getDeclaredAnnotationsByType(类<T> annotationClass)
<T extends Annotation>
T[]Parameter. getDeclaredAnnotationsByType(类<T> annotationClass)
类<T>
Constructor. getDeclaringClass()
返回类
对象,该对象表示声明此对象表示的构造方法的类。类<?>
Field. getDeclaringClass()
返回类
对象,该对象表示声明由此字段
对象表示的字段的类或接口。类<?>
Method. getDeclaringClass()
返回表示声明此对象表示的方法的类或接口的类
对象。Type[]
Constructor. getGenericExceptionTypes()
返回Type
对象的数组,Type
对象表示声明由此可执行对象引发的异常。Type[]
Method. getGenericExceptionTypes()
返回Type
对象的数组,Type
对象表示声明由此可执行对象引发的异常。Type[]
Constructor. getGenericParameterTypes()
返回Type
对象的数组,Type
对象表示此对象表示的可执行文件的声明顺序的形式参数类型。Type[]
Method. getGenericParameterTypes()
返回Type
对象的数组,Type
对象表示此对象表示的可执行文件的声明顺序的形式参数类型。String
Constructor. getName()
以字符串形式返回此构造函数的名称。String
Method. getName()
返回此方法
对象表示的方法的名称,如String
。Annotation[][]
Constructor. getParameterAnnotations()
返回Annotation
的数组数组,这些数组表示由此对象表示的Executable
声明顺序的形式参数的注释。Annotation[][]
Method. getParameterAnnotations()
返回Annotation
的数组数组,这些数组表示由此对象表示的Executable
声明顺序的形式参数的注释。TypeVariable<构造器<T>>[]
Constructor. getTypeParameters()
返回的数组TypeVariable
对象表示通过此表示的一般声明声明的类型变量GenericDeclaration
目的,在声明的顺序。TypeVariable<方法>[]
Method. getTypeParameters()
返回的数组TypeVariable
对象表示通过此表示的一般声明声明的类型变量GenericDeclaration
目的,在声明的顺序。boolean
AccessibleObject. isAnnotationPresent(类<? extends Annotation> annotationClass)
如果此元素上 存在指定类型的注释,则返回true,否则返回false。boolean
Constructor. isSynthetic()
如果此可执行文件是合成构造,则返回true
; 否则返回false
。boolean
Method. isSynthetic()
如果此可执行文件是合成构造,则返回true
; 否则返回false
。boolean
Constructor. isVarArgs()
如果声明此可执行文件采用可变数量的参数,则返回true
; 否则返回false
。boolean
Method. isVarArgs()
如果声明此可执行文件采用可变数量的参数,则返回true
; 否则返回false
。void
Constructor. setAccessible(boolean flag)
将此反射对象的accessible
标志设置为指示的布尔值。void
Field. setAccessible(boolean flag)
void
Method. setAccessible(boolean flag)
String
Constructor. toGenericString()
返回描述此构造器
的字符串,包括类型参数。String
Method. toGenericString()
返回描述此方法
的字符串,包括类型参数。 -
Uses of Override in java.math
Methods in java.math with annotations of type Override 变量和类型 方法 描述 int
BigDecimal. compareTo(BigDecimal val)
将此BigDecimal
与指定的BigDecimal
。double
BigDecimal. doubleValue()
将BigDecimal
转换为double
。boolean
BigDecimal. equals(Object x)
将此BigDecimal
与指定的Object
进行相等性比较。float
BigDecimal. floatValue()
将此BigDecimal
转换为float
。int
BigDecimal. hashCode()
返回此BigDecimal
的哈希码。int
BigDecimal. intValue()
将BigDecimal
转换为int
。long
BigDecimal. longValue()
将BigDecimal
转换为long
。String
BigDecimal. toString()
如果需要指数,则使用科学计数法返回此BigDecimal
的字符串表示形式。 -
Uses of Override in java.net
Methods in java.net with annotations of type Override 变量和类型 方法 描述 Object
HttpCookie. clone()
创建并返回此对象的副本。boolean
HttpCookie. equals(Object obj)
测试两个HTTP cookie的相等性。boolean
Inet6Address. equals(Object obj)
将此对象与指定的对象进行比较。boolean
InetSocketAddress. equals(Object obj)
将此对象与指定的对象进行比较。boolean
SocketPermission. equals(Object obj)
检查两个SocketPermission对象是否相等。String
SocketPermission. getActions()
返回操作的规范字符串表示形式。byte[]
Inet6Address. getAddress()
返回此InetAddress
对象的原始IP地址。String
Inet6Address. getHostAddress()
返回文本表示中的IP地址字符串。int
HttpCookie. hashCode()
返回此HTTP cookie的哈希码。int
Inet6Address. hashCode()
返回此IP地址的哈希码。int
InetSocketAddress. hashCode()
返回此套接字地址的哈希码。int
SocketPermission. hashCode()
返回此对象的哈希码值。boolean
SocketPermission. implies(Permission p)
检查此套接字权限对象是否“隐含”指定的权限。boolean
Inet6Address. isAnyLocalAddress()
用于检查InetAddress是否为通配符地址的实用例程。boolean
Inet6Address. isLinkLocalAddress()
用于检查InetAddress是否为链接本地地址的实用程序例程。boolean
Inet6Address. isLoopbackAddress()
用于检查InetAddress是否为环回地址的实用例程。boolean
Inet6Address. isMCGlobal()
用于检查多播地址是否具有全局范围的实用例程。boolean
Inet6Address. isMCLinkLocal()
用于检查多播地址是否具有链接范围的实用例程。boolean
Inet6Address. isMCNodeLocal()
用于检查多播地址是否具有节点范围的实用例程。boolean
Inet6Address. isMCOrgLocal()
用于检查多播地址是否具有组织范围的实用例程。boolean
Inet6Address. isMCSiteLocal()
用于检查多播地址是否具有站点范围的实用程序例程。boolean
Inet6Address. isMulticastAddress()
用于检查InetAddress是否为IP多播地址的实用程序例程。 地址开头的11111111将地址标识为多播地址。boolean
Inet6Address. isSiteLocalAddress()
用于检查InetAddress是否为站点本地地址的实用程序例程。PermissionCollection
SocketPermission. newPermissionCollection()
返回一个用于存储SocketPermission对象的新PermissionCollection对象。String
HttpCookie. toString()
构造此cookie的cookie头字符串表示形式,其格式由相应的cookie规范定义,但没有前导“Cookie:”令牌。String
InetSocketAddress. toString()
构造此InetSocketAddress的字符串表示形式。 -
Uses of Override in java.net.http
Methods in java.net.http with annotations of type Override 变量和类型 方法 描述 boolean
HttpRequest. equals(Object obj)
测试此HTTP请求实例是否与给定对象相等。String
HttpHeaders. toString()
以字符串形式返回此HTTP标头。 -
Uses of Override in java.nio
Methods in java.nio with annotations of type Override 变量和类型 方法 描述 abstract ByteBuffer
ByteBuffer. duplicate()
创建一个共享此缓冲区内容的新字节缓冲区。abstract CharBuffer
CharBuffer. duplicate()
创建一个共享此缓冲区内容的新char缓冲区。abstract DoubleBuffer
DoubleBuffer. duplicate()
创建一个共享此缓冲区内容的新双缓冲区。abstract FloatBuffer
FloatBuffer. duplicate()
创建一个共享此缓冲区内容的新浮点缓冲区。abstract IntBuffer
IntBuffer. duplicate()
创建一个共享此缓冲区内容的新int缓冲区。abstract LongBuffer
LongBuffer. duplicate()
创建一个共享此缓冲区内容的新长缓冲区。abstract ShortBuffer
ShortBuffer. duplicate()
创建一个共享此缓冲区内容的新短缓冲区。abstract ByteBuffer
ByteBuffer. slice()
创建一个新的字节缓冲区,其内容是此缓冲区内容的共享子序列。abstract CharBuffer
CharBuffer. slice()
创建一个新的char缓冲区,其内容是此缓冲区内容的共享子序列。abstract DoubleBuffer
DoubleBuffer. slice()
创建一个新的双缓冲区,其内容是此缓冲区内容的共享子序列。abstract FloatBuffer
FloatBuffer. slice()
创建一个新的浮点缓冲区,其内容是此缓冲区内容的共享子序列。abstract IntBuffer
IntBuffer. slice()
创建一个新的int缓冲区,其内容是此缓冲区内容的共享子序列。abstract LongBuffer
LongBuffer. slice()
创建一个新的长缓冲区,其内容是此缓冲区内容的共享子序列。abstract ShortBuffer
ShortBuffer. slice()
创建一个新的短缓冲区,其内容是此缓冲区内容的共享子序列。 -
Uses of Override in java.nio.channels
Methods in java.nio.channels with annotations of type Override 变量和类型 方法 描述 abstract AsynchronousSocketChannel
AsynchronousSocketChannel. bind(SocketAddress local)
abstract SocketChannel
SocketChannel. bind(SocketAddress local)
void
AsynchronousChannel. close()
关闭此频道。void
MulticastChannel. close()
关闭此频道。abstract SocketAddress
AsynchronousServerSocketChannel. getLocalAddress()
返回此通道的套接字绑定的套接字地址。abstract SocketAddress
DatagramChannel. getLocalAddress()
返回此通道的套接字绑定的套接字地址。abstract SocketAddress
ServerSocketChannel. getLocalAddress()
返回此通道的套接字绑定的套接字地址。abstract SocketAddress
SocketChannel. getLocalAddress()
返回此通道的套接字绑定的套接字地址。abstract Future<Integer>
AsynchronousSocketChannel. read(ByteBuffer dst)
<A> void
AsynchronousSocketChannel. read(ByteBuffer dst, A attachment, CompletionHandler<Integer,? super A> handler)
int
SeekableByteChannel. read(ByteBuffer dst)
从该通道读取一个字节序列到给定的缓冲区。abstract <T> AsynchronousSocketChannel
AsynchronousSocketChannel. setOption(SocketOption<T> name, T value)
abstract <T> SocketChannel
SocketChannel. setOption(SocketOption<T> name, T value)
abstract Future<Integer>
AsynchronousSocketChannel. write(ByteBuffer src)
<A> void
AsynchronousSocketChannel. write(ByteBuffer src, A attachment, CompletionHandler<Integer,? super A> handler)
int
SeekableByteChannel. write(ByteBuffer src)
从给定缓冲区向该通道写入一个字节序列。 -
Uses of Override in java.nio.file
Methods in java.nio.file with annotations of type Override 变量和类型 方法 描述 abstract void
FileSystem. close()
关闭此文件系统。void
WatchService. close()
关闭此手表服务。int
Path. compareTo(Path other)
按字典顺序比较两条抽象路径。IOException
DirectoryIteratorException. getCause()
返回此异常的原因。String
FileSystemException. getMessage()
返回详细消息字符串。Iterator<T>
DirectoryStream. iterator()
返回与此DirectoryStream
关联的迭代器。default Iterator<Path>
Path. iterator()
返回此路径的name元素的迭代器。FileVisitResult
SimpleFileVisitor. postVisitDirectory(T dir, IOException exc)
在目录中的条目及其所有后代访问后,为目录调用。FileVisitResult
SimpleFileVisitor. preVisitDirectory(T dir, BasicFileAttributes attrs)
在访问目录中的条目之前为目录调用。default WatchKey
Path. register(WatchService watcher, WatchEvent.Kind<?>... events)
使用监视服务注册此路径所在的文件。WatchKey
Path. register(WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers)
使用监视服务注册此路径所在的文件。FileVisitResult
SimpleFileVisitor. visitFile(T file, BasicFileAttributes attrs)
为目录中的文件调用。FileVisitResult
SimpleFileVisitor. visitFileFailed(T file, IOException exc)
为无法访问的文件调用。 -
Uses of Override in java.nio.file.attribute
Methods in java.nio.file.attribute with annotations of type Override 变量和类型 方法 描述 int
FileTime. compareTo(FileTime other)
比较两个FileTime
对象的值以获得订单。boolean
AclEntry. equals(Object ob)
将指定对象与此ACL条目进行比较以获得相等性。boolean
FileTime. equals(Object obj)
测试此FileTime
与给定对象的相等性。int
AclEntry. hashCode()
返回此ACL条目的哈希码值。int
FileTime. hashCode()
计算此文件时间的哈希码。String
AclFileAttributeView. name()
返回属性视图的名称。String
BasicFileAttributeView. name()
返回属性视图的名称。String
DosFileAttributeView. name()
返回属性视图的名称。String
FileOwnerAttributeView. name()
返回属性视图的名称。String
PosixFileAttributeView. name()
返回属性视图的名称。String
UserDefinedFileAttributeView. name()
返回此属性视图的名称。DosFileAttributes
DosFileAttributeView. readAttributes()
PosixFileAttributes
PosixFileAttributeView. readAttributes()
String
AclEntry. toString()
返回此ACL条目的字符串表示形式。String
FileTime. toString()
返回此FileTime
的字符串表示FileTime
。 -
Uses of Override in java.security
Methods in java.security with annotations of type Override 变量和类型 方法 描述 void
Permissions. add(Permission permission)
将权限对象添加到权限所属的类的PermissionCollection。void
Provider. clear()
清除此提供程序,使其不再包含用于查找提供程序实现的工具的属性。Object
Provider. compute(Object key, BiFunction<? super Object,? super Object,? extends Object> remappingFunction)
尝试计算指定键及其当前映射值的映射(如果没有当前映射,null
)。Object
Provider. computeIfAbsent(Object key, Function<? super Object,? extends Object> mappingFunction)
如果指定的键尚未与值关联(或映射到null
),则尝试使用给定的映射函数计算其值并将其输入此映射,除非null
。Object
Provider. computeIfPresent(Object key, BiFunction<? super Object,? super Object,? extends Object> remappingFunction)
如果指定键的值存在且为非null,则尝试在给定键及其当前映射值的情况下计算新映射。Enumeration<Permission>
Permissions. elements()
返回此Permissions对象中所有PermissionCollections中所有Permission对象的枚举。Set<Map.Entry<Object,Object>>
Provider. entrySet()
返回此Provider中包含的属性条目的不可修改的Set视图。boolean
BasicPermission. equals(Object obj)
检查两个BasicPermission对象是否相等。boolean
CodeSource. equals(Object obj)
测试指定对象与此对象之间的相等性。boolean
PKCS12Attribute. equals(Object obj)
比较此PKCS12Attribute
和指定的对象是否相等。void
Provider. forEach(BiConsumer<? super Object,? super Object> action)
String
BasicPermission. getActions()
返回操作的规范字符串表示形式,当前为空字符串“”,因为没有针对BasicPermission的操作。Set<KeyStore.Entry.Attribute>
KeyStore.PrivateKeyEntry. getAttributes()
检索与条目关联的属性。Set<KeyStore.Entry.Attribute>
KeyStore.SecretKeyEntry. getAttributes()
检索与条目关联的属性。Set<KeyStore.Entry.Attribute>
KeyStore.TrustedCertificateEntry. getAttributes()
检索与条目关联的属性。String
PKCS12Attribute. getName()
返回属性的ASN.1对象标识符,表示为以点分隔的整数列表。Object
Provider. getOrDefault(Object key, Object defaultValue)
KeyStore.ProtectionParameter
DomainLoadStoreParameter. getProtectionParameter()
获取此域的密钥库保护参数。String
PKCS12Attribute. getValue()
以字符串形式返回属性的ASN.1 DER编码值。int
BasicPermission. hashCode()
返回此对象的哈希码值。int
CodeSource. hashCode()
返回此对象的哈希码值。int
PKCS12Attribute. hashCode()
返回此PKCS12Attribute
的哈希PKCS12Attribute
。boolean
BasicPermission. implies(Permission p)
检查此对象是否“暗示”了指定的权限。boolean
Permissions. implies(Permission permission)
检查此对象的PermissionCollection是否具有指定权限类的权限,这意味着 权限对象中表示的 权限 。Set<Object>
Provider. keySet()
返回此提供程序中包含的属性键的不可修改的Set视图。void
Provider. load(InputStream inStream)
从输入流中读取属性列表(键和元素对)。Object
Provider. merge(Object key, Object value, BiFunction<? super Object,? super Object,? extends Object> remappingFunction)
如果指定的键尚未与值关联或与null关联,则将其与给定值相关联。PermissionCollection
BasicPermission. newPermissionCollection()
返回用于存储BasicPermission对象的新PermissionCollection对象。protected int
SecureRandom. next(int numBits)
生成一个包含用户指定数量的伪随机位的整数(右对齐,前导零)。void
SecureRandom. nextBytes(byte[] bytes)
生成用户指定的随机字节数。Object
Provider. put(Object key, Object value)
将key
属性设置为具有指定的value
。void
Provider. putAll(Map<?,?> t)
将指定Map中的所有映射复制到此提供程序。Object
Provider. putIfAbsent(Object key, Object value)
如果指定的键尚未与值关联(或映射到null
),null
其与给定值关联并返回null
,否则返回当前值。Object
Provider. remove(Object key)
删除key
属性(及其对应的value
)。boolean
Provider. remove(Object key, Object value)
仅当指定键当前映射到指定值时才删除该条目的条目。Object
Provider. replace(Object key, Object value)
仅当指定键当前映射到某个值时,才替换该条目的条目。boolean
Provider. replace(Object key, Object oldValue, Object newValue)
仅当前映射到指定值时,才替换指定键的条目。void
Provider. replaceAll(BiFunction<? super Object,? super Object,? extends Object> function)
将每个条目的值替换为在该条目上调用给定函数的结果,在条目集迭代器返回的顺序条目中,直到所有条目都已处理或函数抛出异常。void
SecureRandom. setSeed(long seed)
使用给定long seed
包含的八个字节重新设置此随机对象。String
CodeSource. toString()
返回描述此CodeSource的字符串,告知其URL和证书。String
DrbgParameters.Instantiation. toString()
返回此Instantiation
的人类可读字符串表示Instantiation
。String
PKCS12Attribute. toString()
返回此PKCS12Attribute
的字符串表示PKCS12Attribute
。String
ProtectionDomain. toString()
将ProtectionDomain转换为String。String
SecureRandom. toString()
返回此SecureRandom
的人类可读字符串表示SecureRandom
。String
SecureRandomSpi. toString()
返回此SecureRandom
的人类可读字符串表示SecureRandom
。Collection<Object>
Provider. values()
返回此提供程序中包含的属性值的不可修改的Collection视图。 -
Uses of Override in java.security.cert
Methods in java.security.cert with annotations of type Override 变量和类型 方法 描述 void
PKIXCertPathChecker. check(Certificate cert)
使用其内部状态对指定证书执行检查。Object
PKIXCertPathChecker. clone()
返回此对象的副本。URICertStoreParameters
URICertStoreParameters. clone()
返回此对象的副本。boolean
URICertStoreParameters. equals(Object p)
将指定对象与此参数对象进行比较以获得相等性。int
URICertStoreParameters. hashCode()
返回此参数对象的哈希码值。abstract void
PKIXCertPathChecker. init(boolean forward)
初始化此PKIXCertPathChecker
的内部状态。abstract boolean
PKIXCertPathChecker. isForwardCheckingSupported()
指示是否支持前向检查。String
URICertStoreParameters. toString()
返回描述参数的格式化字符串,包括用于构造此对象的URI。 -
Uses of Override in java.sql
Methods in java.sql with annotations of type Override 变量和类型 方法 描述 int
Timestamp. hashCode()
返回此对象的哈希码值。Instant
Date. toInstant()
此方法始终抛出UnsupportedOperationException,不应使用,因为SQLDate
值没有时间组件。Instant
Time. toInstant()
此方法始终抛出UnsupportedOperationException,不应使用,因为SQLTime
值没有日期组件。Instant
Timestamp. toInstant()
将此Timestamp
对象转换为Instant
。 -
Uses of Override in java.text
Methods in java.text with annotations of type Override 变量和类型 方法 描述 Object
BreakIterator. clone()
创建此迭代器的副本Object
Collator. clone()
覆盖CloneableObject
DecimalFormat. clone()
标准覆盖; 语义没有变化。Object
DecimalFormatSymbols. clone()
标准覆盖。Object
NumberFormat. clone()
覆盖Cloneable。Object
SimpleDateFormat. clone()
创建此SimpleDateFormat
的副本。int
Collator. compare(Object o1, Object o2)
比较它的两个参数的顺序。boolean
Collator. equals(Object that)
比较两个Collators的平等性。boolean
DecimalFormat. equals(Object obj)
覆盖等于boolean
DecimalFormatSymbols. equals(Object obj)
覆盖等于。boolean
NumberFormat. equals(Object obj)
覆盖等于。boolean
SimpleDateFormat. equals(Object obj)
比较给定对象与此SimpleDateFormat
是否相等。StringBuffer
DecimalFormat. format(double number, StringBuffer result, FieldPosition fieldPosition)
格式化double以生成字符串。StringBuffer
DecimalFormat. format(long number, StringBuffer result, FieldPosition fieldPosition)
格式化long以生成字符串。StringBuffer
DecimalFormat. format(Object number, StringBuffer toAppendTo, FieldPosition pos)
格式化数字并将结果文本附加到给定的字符串缓冲区。StringBuffer
NumberFormat. format(Object number, StringBuffer toAppendTo, FieldPosition pos)
格式化数字并将结果文本附加到给定的字符串缓冲区。StringBuffer
SimpleDateFormat. format(Date date, StringBuffer toAppendTo, FieldPosition pos)
将给定的Date
为日期/时间字符串,并将结果附加到给定的StringBuffer
。AttributedCharacterIterator
DecimalFormat. formatToCharacterIterator(Object obj)
格式化一个生成AttributedCharacterIterator
的Object。AttributedCharacterIterator
SimpleDateFormat. formatToCharacterIterator(Object obj)
格式化一个生成AttributedCharacterIterator
的对象。Currency
DecimalFormat. getCurrency()
获取格式化货币值时此十进制格式使用的货币。int
DecimalFormat. getMaximumFractionDigits()
获取数字小数部分允许的最大位数。int
DecimalFormat. getMaximumIntegerDigits()
获取数字整数部分允许的最大位数。int
DecimalFormat. getMinimumFractionDigits()
获取数字小数部分中允许的最小位数。int
DecimalFormat. getMinimumIntegerDigits()
获取数字整数部分允许的最小位数。RoundingMode
DecimalFormat. getRoundingMode()
获取此DecimalFormat中使用的RoundingMode
。abstract int
Collator. hashCode()
生成此Collator的哈希码。int
DateFormatSymbols. hashCode()
覆盖hashCode。int
DecimalFormat. hashCode()
覆盖hashCodeint
DecimalFormatSymbols. hashCode()
覆盖hashCode。int
NumberFormat. hashCode()
覆盖hashCode。int
SimpleDateFormat. hashCode()
返回此SimpleDateFormat
对象的哈希码值。Number
DecimalFormat. parse(String text, ParsePosition pos)
解析字符串中的文本以生成Number
。Date
SimpleDateFormat. parse(String text, ParsePosition pos)
解析字符串中的文本以生成Date
。Object
NumberFormat. parseObject(String source, ParsePosition pos)
解析字符串中的文本以生成Number
。protected Object
DateFormat.Field. readResolve()
将正在反序列化的实例解析为预定义的常量。protected Object
NumberFormat.Field. readResolve()
将正在反序列化的实例解析为预定义的常量。void
DecimalFormat. setCurrency(Currency currency)
设置货币值格式时设置此数字格式使用的货币。void
DecimalFormat. setMaximumFractionDigits(int newValue)
设置数字小数部分允许的最大位数。void
DecimalFormat. setMaximumIntegerDigits(int newValue)
设置数字整数部分允许的最大位数。void
DecimalFormat. setMinimumFractionDigits(int newValue)
设置数字小数部分允许的最小位数。void
DecimalFormat. setMinimumIntegerDigits(int newValue)
设置数字整数部分允许的最小位数。void
DecimalFormat. setRoundingMode(RoundingMode roundingMode)
设置此DecimalFormat中使用的RoundingMode
。 -
Uses of Override in java.time
Methods in java.time with annotations of type Override 变量和类型 方法 描述 Temporal
Duration. addTo(Temporal temporal)
将此持续时间添加到指定的时态对象。Temporal
Period. addTo(Temporal temporal)
将此句点添加到指定的时态对象。Temporal
DayOfWeek. adjustInto(Temporal temporal)
调整指定的时态对象以具有此星期几。Temporal
Instant. adjustInto(Temporal temporal)
调整指定的时态对象以获得此瞬间。Temporal
LocalDate. adjustInto(Temporal temporal)
将指定的时态对象调整为与此对象具有相同的日期。Temporal
LocalDateTime. adjustInto(Temporal temporal)
调整指定的时态对象以使其具有与此对象相同的日期和时间。Temporal
LocalTime. adjustInto(Temporal temporal)
调整指定的时态对象以使其与此对象具有相同的时间。Temporal
Month. adjustInto(Temporal temporal)
调整指定的时间对象以具有此月份。Temporal
MonthDay. adjustInto(Temporal temporal)
调整指定的时间对象以具有此月 - 日。Temporal
OffsetDateTime. adjustInto(Temporal temporal)
调整指定的时态对象,使其具有与此对象相同的偏移量,日期和时间。Temporal
OffsetTime. adjustInto(Temporal temporal)
调整指定的时态对象,使其具有与此对象相同的偏移量和时间。Temporal
Year. adjustInto(Temporal temporal)
调整指定的时间对象以获得今年。Temporal
YearMonth. adjustInto(Temporal temporal)
调整指定的时间对象以具有此年 - 月。Temporal
ZoneOffset. adjustInto(Temporal temporal)
调整指定的时态对象以使其具有与此对象相同的偏移量。LocalDateTime
LocalDate. atTime(LocalTime time)
将此日期与创建LocalDateTime
的时间相LocalDateTime
。ZonedDateTime
LocalDateTime. atZone(ZoneId zone)
将此日期时间与时区组合以创建ZonedDateTime
。int
Duration. compareTo(Duration otherDuration)
将此持续时间与指定的Duration
。int
Instant. compareTo(Instant otherInstant)
将此瞬间与指定的瞬间进行比较。int
LocalDate. compareTo(ChronoLocalDate other)
将此日期与另一个日期进行比较。int
LocalDateTime. compareTo(ChronoLocalDateTime<?> other)
将此日期时间与另一个日期时间进行比较。int
LocalTime. compareTo(LocalTime other)
比较这个时间到另一个时间。int
MonthDay. compareTo(MonthDay other)
将这个月份的日期与另一个月份的日期进行比较。int
OffsetDateTime. compareTo(OffsetDateTime other)
将此日期时间与另一个日期时间进行比较。int
OffsetTime. compareTo(OffsetTime other)
比较这个OffsetTime
到另一个时间。int
Year. compareTo(Year other)
比较今年到另一年。int
YearMonth. compareTo(YearMonth other)
比较今年和另一个月。int
ZoneOffset. compareTo(ZoneOffset other)
将此偏移量按降序与另一个偏移量进行比较。boolean
Clock. equals(Object obj)
检查此时钟是否等于另一个时钟。boolean
Duration. equals(Object otherDuration)
检查此持续时间是否等于指定的Duration
。boolean
Instant. equals(Object otherInstant)
检查此瞬间是否等于指定的瞬间。boolean
LocalDate. equals(Object obj)
检查此日期是否等于另一个日期。boolean
LocalDateTime. equals(Object obj)
检查此日期时间是否等于另一个日期时间。boolean
LocalTime. equals(Object obj)
检查此时间是否等于另一个时间。boolean
MonthDay. equals(Object obj)
检查此月 - 日是否等于另一个月 - 日。boolean
OffsetDateTime. equals(Object obj)
检查此日期时间是否等于另一个日期时间。boolean
OffsetTime. equals(Object obj)
检查此时间是否等于另一个时间。boolean
Period. equals(Object obj)
检查此期间是否等于另一期间。boolean
Year. equals(Object obj)
检查今年是否等于另一年。boolean
YearMonth. equals(Object obj)
检查此年月是否等于另一年 - 月。boolean
ZonedDateTime. equals(Object obj)
检查此日期时间是否等于另一个日期时间。boolean
ZoneId. equals(Object obj)
检查此时区ID是否等于另一个时区ID。boolean
ZoneOffset. equals(Object obj)
检查此偏移量是否等于另一个偏移量。String
LocalDate. format(DateTimeFormatter formatter)
使用指定的格式化程序格式化此日期。String
LocalDateTime. format(DateTimeFormatter formatter)
使用指定的格式化程序格式化此日期时间。String
ZonedDateTime. format(DateTimeFormatter formatter)
使用指定的格式化程序格式化此日期时间。int
DayOfWeek. get(TemporalField field)
从这个星期获取指定字段的值int
。long
Duration. get(TemporalUnit unit)
获取所请求单元的值。int
Instant. get(TemporalField field)
从此时刻获取指定字段的值int
。int
LocalDate. get(TemporalField field)
从此日期获取指定字段的值int
。int
LocalDateTime. get(TemporalField field)
从此日期时间获取指定字段的值int
。int
LocalTime. get(TemporalField field)
从此时间获取指定字段的值int
。int
Month. get(TemporalField field)
获取此年份中指定字段的值int
。int
MonthDay. get(TemporalField field)
获取此月 - 日指定字段的值int
。int
OffsetDateTime. get(TemporalField field)
从此日期时间获取指定字段的值int
。int
OffsetTime. get(TemporalField field)
从此时间获取指定字段的值int
。long
Period. get(TemporalUnit unit)
获取所请求单元的值。int
Year. get(TemporalField field)
获取此年份指定字段的值int
。int
YearMonth. get(TemporalField field)
获取此年份中指定字段的值int
。int
ZonedDateTime. get(TemporalField field)
从此日期时间获取指定字段的值int
。int
ZoneOffset. get(TemporalField field)
从此偏移量获取指定字段的值int
。IsoChronology
LocalDate. getChronology()
获取此日期的年表,即ISO日历系统。IsoChronology
Period. getChronology()
获取此期间的年表,即ISO日历系统。IsoEra
LocalDate. getEra()
获取此日期适用的时代。String
ZoneOffset. getId()
获取规范化区域偏移ID。long
DayOfWeek. getLong(TemporalField field)
获取此星期几中指定字段的值long
。long
Instant. getLong(TemporalField field)
从此时刻获取指定字段的值long
。long
LocalDate. getLong(TemporalField field)
从此日期获取指定字段的值long
。long
LocalDateTime. getLong(TemporalField field)
从此日期时间获取指定字段的值long
。long
LocalTime. getLong(TemporalField field)
从此时间获取指定字段的值long
。long
Month. getLong(TemporalField field)
获取此月份中指定字段的值long
。long
MonthDay. getLong(TemporalField field)
获取此月 - 日指定字段的值long
。long
OffsetDateTime. getLong(TemporalField field)
从此日期时间获取指定字段的值long
。long
OffsetTime. getLong(TemporalField field)
从此时间获取指定字段的值long
。long
Year. getLong(TemporalField field)
以long
获取今年指定字段的值。long
YearMonth. getLong(TemporalField field)
获取此年份中指定字段的值long
。long
ZonedDateTime. getLong(TemporalField field)
从此日期时间获取指定字段的值long
。long
ZoneOffset. getLong(TemporalField field)
从此偏移量获取指定字段的值long
。ZoneOffset
ZonedDateTime. getOffset()
获取区域偏移量,例如“+01:00”。ZoneRules
ZoneOffset. getRules()
获取关联的时区规则。List<TemporalUnit>
Duration. getUnits()
获取此持续时间支持的单位集。List<TemporalUnit>
Period. getUnits()
获取此句点支持的单位集。ZoneId
ZonedDateTime. getZone()
获取时区,例如“Europe / Paris”。int
Clock. hashCode()
此时钟的哈希码。int
Duration. hashCode()
此持续时间的哈希码。int
Instant. hashCode()
返回此瞬间的哈希码。int
LocalDate. hashCode()
此日期的哈希码。int
LocalDateTime. hashCode()
此日期时间的哈希码。int
LocalTime. hashCode()
这次的哈希码。int
MonthDay. hashCode()
这个月的哈希码。int
OffsetDateTime. hashCode()
此日期时间的哈希码。int
OffsetTime. hashCode()
这次的哈希码。int
Period. hashCode()
此期间的哈希码。int
Year. hashCode()
今年的哈希码。int
YearMonth. hashCode()
今年的哈希码。int
ZonedDateTime. hashCode()
此日期时间的哈希码。int
ZoneId. hashCode()
此时区ID的哈希码。int
ZoneOffset. hashCode()
此偏移的哈希码。boolean
LocalDate. isAfter(ChronoLocalDate other)
检查此日期是否在指定日期之后。boolean
LocalDateTime. isAfter(ChronoLocalDateTime<?> other)
检查此日期时间是否在指定的日期时间之后。boolean
LocalDate. isBefore(ChronoLocalDate other)
检查此日期是否在指定日期之前。boolean
LocalDateTime. isBefore(ChronoLocalDateTime<?> other)
检查此日期时间是否在指定的日期时间之前。boolean
LocalDate. isEqual(ChronoLocalDate other)
检查此日期是否等于指定日期。boolean
LocalDateTime. isEqual(ChronoLocalDateTime<?> other)
检查此日期时间是否等于指定的日期时间。boolean
LocalDate. isLeapYear()
根据ISO符号日历系统规则,检查年份是否为闰年。boolean
DayOfWeek. isSupported(TemporalField field)
检查是否支持指定的字段。boolean
Instant. isSupported(TemporalField field)
检查是否支持指定的字段。boolean
Instant. isSupported(TemporalUnit unit)
检查指定的单元是否受支持。boolean
LocalDate. isSupported(TemporalField field)
检查是否支持指定的字段。boolean
LocalDate. isSupported(TemporalUnit unit)
检查指定的单元是否受支持。boolean
LocalDateTime. isSupported(TemporalField field)
检查是否支持指定的字段。boolean
LocalDateTime. isSupported(TemporalUnit unit)
检查指定的单元是否受支持。boolean
LocalTime. isSupported(TemporalField field)
检查是否支持指定的字段。boolean
LocalTime. isSupported(TemporalUnit unit)
检查指定的单元是否受支持。boolean
Month. isSupported(TemporalField field)
检查是否支持指定的字段。boolean
MonthDay. isSupported(TemporalField field)
检查是否支持指定的字段。boolean
OffsetDateTime. isSupported(TemporalField field)
检查是否支持指定的字段。boolean
OffsetDateTime. isSupported(TemporalUnit unit)
检查指定的单元是否受支持。boolean
OffsetTime. isSupported(TemporalField field)
检查是否支持指定的字段。boolean
OffsetTime. isSupported(TemporalUnit unit)
检查指定的单元是否受支持。boolean
Year. isSupported(TemporalField field)
检查是否支持指定的字段。boolean
Year. isSupported(TemporalUnit unit)
检查指定的单元是否受支持。boolean
YearMonth. isSupported(TemporalField field)
检查是否支持指定的字段。boolean
YearMonth. isSupported(TemporalUnit unit)
检查指定的单元是否受支持。boolean
ZonedDateTime. isSupported(TemporalField field)
检查是否支持指定的字段。boolean
ZonedDateTime. isSupported(TemporalUnit unit)
检查指定的单元是否受支持。boolean
ZoneOffset. isSupported(TemporalField field)
检查是否支持指定的字段。int
LocalDate. lengthOfMonth()
返回此日期表示的月份长度。int
LocalDate. lengthOfYear()
返回此日期表示的年份长度。Instant
Instant. minus(long amountToSubtract, TemporalUnit unit)
返回此瞬间的副本,并减去指定的数量。Instant
Instant. minus(TemporalAmount amountToSubtract)
返回此瞬间的副本,并减去指定的数量。LocalDate
LocalDate. minus(long amountToSubtract, TemporalUnit unit)
返回此日期的副本,并减去指定的数量。LocalDate
LocalDate. minus(TemporalAmount amountToSubtract)
返回此日期的副本,并减去指定的数量。LocalDateTime
LocalDateTime. minus(long amountToSubtract, TemporalUnit unit)
返回此日期时间的副本,并减去指定的数量。LocalDateTime
LocalDateTime. minus(TemporalAmount amountToSubtract)
返回此日期时间的副本,并减去指定的数量。LocalTime
LocalTime. minus(long amountToSubtract, TemporalUnit unit)
返回此时间的副本,并减去指定的数量。LocalTime
LocalTime. minus(TemporalAmount amountToSubtract)
返回此时间的副本,并减去指定的数量。OffsetDateTime
OffsetDateTime. minus(long amountToSubtract, TemporalUnit unit)
返回此日期时间的副本,并减去指定的数量。OffsetDateTime
OffsetDateTime. minus(TemporalAmount amountToSubtract)
返回此日期时间的副本,并减去指定的数量。OffsetTime
OffsetTime. minus(long amountToSubtract, TemporalUnit unit)
返回此时间的副本,并减去指定的数量。OffsetTime
OffsetTime. minus(TemporalAmount amountToSubtract)
返回此时间的副本,并减去指定的数量。Year
Year. minus(long amountToSubtract, TemporalUnit unit)
返回今年的副本,减去指定的金额。Year
Year. minus(TemporalAmount amountToSubtract)
返回今年的副本,减去指定的金额。YearMonth
YearMonth. minus(long amountToSubtract, TemporalUnit unit)
返回此年月份的副本,并减去指定的金额。YearMonth
YearMonth. minus(TemporalAmount amountToSubtract)
返回此年月份的副本,并减去指定的金额。ZonedDateTime
ZonedDateTime. minus(long amountToSubtract, TemporalUnit unit)
返回此日期时间的副本,并减去指定的数量。ZonedDateTime
ZonedDateTime. minus(TemporalAmount amountToSubtract)
返回此日期时间的副本,并减去指定的数量。Instant
Instant. plus(long amountToAdd, TemporalUnit unit)
返回此瞬间的副本,并添加指定的数量。Instant
Instant. plus(TemporalAmount amountToAdd)
返回此瞬间的副本,并添加指定的数量。LocalDate
LocalDate. plus(long amountToAdd, TemporalUnit unit)
返回此日期的副本,并添加指定的数量。LocalDate
LocalDate. plus(TemporalAmount amountToAdd)
返回此日期的副本,并添加指定的数量。LocalDateTime
LocalDateTime. plus(long amountToAdd, TemporalUnit unit)
返回此日期时间的副本,并添加指定的数量。LocalDateTime
LocalDateTime. plus(TemporalAmount amountToAdd)
返回此日期时间的副本,并添加指定的数量。LocalTime
LocalTime. plus(long amountToAdd, TemporalUnit unit)
返回此时间的副本,并添加指定的数量。LocalTime
LocalTime. plus(TemporalAmount amountToAdd)
返回此时间的副本,并添加指定的数量。OffsetDateTime
OffsetDateTime. plus(long amountToAdd, TemporalUnit unit)
返回此日期时间的副本,并添加指定的数量。OffsetDateTime
OffsetDateTime. plus(TemporalAmount amountToAdd)
返回此日期时间的副本,并添加指定的数量。OffsetTime
OffsetTime. plus(long amountToAdd, TemporalUnit unit)
返回此时间的副本,并添加指定的数量。OffsetTime
OffsetTime. plus(TemporalAmount amountToAdd)
返回此时间的副本,并添加指定的数量。Year
Year. plus(long amountToAdd, TemporalUnit unit)
返回指定数量的今年副本。Year
Year. plus(TemporalAmount amountToAdd)
返回指定数量的今年副本。YearMonth
YearMonth. plus(long amountToAdd, TemporalUnit unit)
返回指定金额的今年的副本。YearMonth
YearMonth. plus(TemporalAmount amountToAdd)
返回指定金额的今年的副本。ZonedDateTime
ZonedDateTime. plus(long amountToAdd, TemporalUnit unit)
返回此日期时间的副本,并添加指定的数量。ZonedDateTime
ZonedDateTime. plus(TemporalAmount amountToAdd)
返回此日期时间的副本,并添加指定的数量。<R> R
DayOfWeek. query(TemporalQuery<R> query)
使用指定的查询查询此星期几。<R> R
Instant. query(TemporalQuery<R> query)
使用指定的查询查询此瞬间。<R> R
LocalDate. query(TemporalQuery<R> query)
使用指定的查询查询此日期。<R> R
LocalDateTime. query(TemporalQuery<R> query)
使用指定的查询查询此日期时间。<R> R
LocalTime. query(TemporalQuery<R> query)
这次使用指定的查询进行查询。<R> R
Month. query(TemporalQuery<R> query)
使用指定的查询查询本月份的查询。<R> R
MonthDay. query(TemporalQuery<R> query)
使用指定的查询查询本月 - 日。<R> R
OffsetDateTime. query(TemporalQuery<R> query)
使用指定的查询查询此日期时间。<R> R
OffsetTime. query(TemporalQuery<R> query)
这次使用指定的查询进行查询。<R> R
Year. query(TemporalQuery<R> query)
今年使用指定的查询查询。<R> R
YearMonth. query(TemporalQuery<R> query)
使用指定的查询查询今年 - 月。<R> R
ZonedDateTime. query(TemporalQuery<R> query)
使用指定的查询查询此日期时间。<R> R
ZoneOffset. query(TemporalQuery<R> query)
使用指定的查询查询此偏移量。ValueRange
DayOfWeek. range(TemporalField field)
获取指定字段的有效值范围。ValueRange
Instant. range(TemporalField field)
获取指定字段的有效值范围。ValueRange
LocalDate. range(TemporalField field)
获取指定字段的有效值范围。ValueRange
LocalDateTime. range(TemporalField field)
获取指定字段的有效值范围。ValueRange
LocalTime. range(TemporalField field)
获取指定字段的有效值范围。ValueRange
Month. range(TemporalField field)
获取指定字段的有效值范围。ValueRange
MonthDay. range(TemporalField field)
获取指定字段的有效值范围。ValueRange
OffsetDateTime. range(TemporalField field)
获取指定字段的有效值范围。ValueRange
OffsetTime. range(TemporalField field)
获取指定字段的有效值范围。ValueRange
Year. range(TemporalField field)
获取指定字段的有效值范围。ValueRange
YearMonth. range(TemporalField field)
获取指定字段的有效值范围。ValueRange
ZonedDateTime. range(TemporalField field)
获取指定字段的有效值范围。ValueRange
ZoneOffset. range(TemporalField field)
获取指定字段的有效值范围。Temporal
Duration. subtractFrom(Temporal temporal)
从指定的时态对象中减去此持续时间。Temporal
Period. subtractFrom(Temporal temporal)
从指定的时态对象中减去此句点。LocalDate
LocalDateTime. toLocalDate()
获取此日期时间的LocalDate
部分。LocalDate
ZonedDateTime. toLocalDate()
获取此日期时间的LocalDate
部分。LocalDateTime
ZonedDateTime. toLocalDateTime()
获取此日期时间的LocalDateTime
部分。LocalTime
LocalDateTime. toLocalTime()
获取此日期时间的LocalTime
部分。LocalTime
ZonedDateTime. toLocalTime()
获取此日期时间的LocalTime
部分。String
Duration. toString()
使用基于ISO-8601秒的表示形式的此持续时间的字符串表示形式,例如PT8H6M12.345S
。String
Instant. toString()
使用ISO-8601表示的此瞬间的字符串表示。String
LocalDate. toString()
将此日期输出为String
,例如2007-12-03
。String
LocalDateTime. toString()
将此日期时间输出为String
,例如2007-12-03T10:15:30
。String
LocalTime. toString()
此时输出为String
,例如10:15
。String
MonthDay. toString()
本月的输出为String
,例如--12-03
。String
OffsetDateTime. toString()
将此日期时间输出为String
,例如2007-12-03T10:15:30+01:00
。String
OffsetTime. toString()
此时输出为String
,例如10:15:30+01:00
。String
Period. toString()
将此期间输出为String
,例如P6Y3M1D
。String
Year. toString()
今年的产出为String
。String
YearMonth. toString()
今年的产出为String
,如2007-12
。String
ZonedDateTime. toString()
将此日期时间输出为String
,例如2007-12-03T10:15:30+01:00[Europe/Paris]
。String
ZoneId. toString()
使用ID将此区域输出为String
。String
ZoneOffset. toString()
使用标准化ID将此偏移量输出为String
。long
Instant. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算到另一个瞬间的时间量。Period
LocalDate. until(ChronoLocalDate endDateExclusive)
计算此日期与另一个日期之间的时间段为Period
。long
LocalDate. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算到另一个日期的时间量。long
LocalDateTime. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算到另一个日期时间的时间量。long
LocalTime. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算到另一个时间的时间量。long
OffsetDateTime. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算到另一个日期时间的时间量。long
OffsetTime. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算到另一个时间的时间量。long
Year. until(Temporal endExclusive, TemporalUnit unit)
按指定单位计算直到另一年的时间量。long
YearMonth. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算直到另一年 - 月的时间量。long
ZonedDateTime. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算到另一个日期时间的时间量。Instant
Instant. with(TemporalAdjuster adjuster)
返回此瞬间的调整副本。Instant
Instant. with(TemporalField field, long newValue)
返回此瞬间的副本,并将指定的字段设置为新值。LocalDate
LocalDate. with(TemporalAdjuster adjuster)
返回此日期的调整副本。LocalDate
LocalDate. with(TemporalField field, long newValue)
返回此日期的副本,并将指定的字段设置为新值。LocalDateTime
LocalDateTime. with(TemporalAdjuster adjuster)
返回此日期时间的调整副本。LocalDateTime
LocalDateTime. with(TemporalField field, long newValue)
返回此日期时间的副本,并将指定字段设置为新值。LocalTime
LocalTime. with(TemporalAdjuster adjuster)
返回此时的调整副本。LocalTime
LocalTime. with(TemporalField field, long newValue)
返回此时间的副本,并将指定字段设置为新值。OffsetDateTime
OffsetDateTime. with(TemporalAdjuster adjuster)
返回此日期时间的调整副本。OffsetDateTime
OffsetDateTime. with(TemporalField field, long newValue)
返回此日期时间的副本,并将指定字段设置为新值。OffsetTime
OffsetTime. with(TemporalAdjuster adjuster)
返回此时的调整副本。OffsetTime
OffsetTime. with(TemporalField field, long newValue)
返回此时间的副本,并将指定字段设置为新值。Year
Year. with(TemporalAdjuster adjuster)
返回今年的调整副本。Year
Year. with(TemporalField field, long newValue)
返回今年的副本,并将指定的字段设置为新值。YearMonth
YearMonth. with(TemporalAdjuster adjuster)
返回此年度的调整副本。YearMonth
YearMonth. with(TemporalField field, long newValue)
返回此年月的副本,并将指定的字段设置为新值。ZonedDateTime
ZonedDateTime. with(TemporalAdjuster adjuster)
返回此日期时间的调整副本。ZonedDateTime
ZonedDateTime. with(TemporalField field, long newValue)
返回此日期时间的副本,并将指定字段设置为新值。ZonedDateTime
ZonedDateTime. withEarlierOffsetAtOverlap()
返回此日期时间的副本,将区域偏移更改为本地时间线重叠处的两个有效偏移中较早的一个。ZonedDateTime
ZonedDateTime. withLaterOffsetAtOverlap()
返回此日期时间的副本,将区域偏移更改为本地时间线重叠处的两个有效偏移中的较晚者。ZonedDateTime
ZonedDateTime. withZoneSameInstant(ZoneId zone)
使用不同的时区返回此日期时间的副本,保留该瞬间。ZonedDateTime
ZonedDateTime. withZoneSameLocal(ZoneId zone)
使用不同的时区返回此日期时间的副本,如果可能,保留本地日期时间。 -
Uses of Override in java.time.chrono
Methods in java.time.chrono with annotations of type Override 变量和类型 方法 描述 Temporal
ChronoPeriod. addTo(Temporal temporal)
将此句点添加到指定的时态对象。default Temporal
ChronoLocalDate. adjustInto(Temporal temporal)
将指定的时态对象调整为与此对象具有相同的日期。default Temporal
ChronoLocalDateTime. adjustInto(Temporal temporal)
调整指定的时态对象以使其具有与此对象相同的日期和时间。default Temporal
Era. adjustInto(Temporal temporal)
调整指定的时态对象以使其与此对象具有相同的时代。int
AbstractChronology. compareTo(Chronology other)
将这个年代表与另一个年表进行比较。default int
ChronoLocalDate. compareTo(ChronoLocalDate other)
将此日期与另一个日期进行比较,包括年表。default int
ChronoLocalDateTime. compareTo(ChronoLocalDateTime<?> other)
将此日期时间与另一个日期时间进行比较,包括年表。int
Chronology. compareTo(Chronology other)
将这个年代表与另一个年表进行比较。default int
ChronoZonedDateTime. compareTo(ChronoZonedDateTime<?> other)
将此日期时间与另一个日期时间进行比较,包括年表。HijrahDate
HijrahChronology. date(int prolepticYear, int month, int dayOfMonth)
从预知年,月份和日期字段获得Hijrah日历系统中的本地日期。HijrahDate
HijrahChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)
从时代,年份,月份和日期字段中获取Hijrah日历系统中的本地日期。LocalDate
IsoChronology. date(int prolepticYear, int month, int dayOfMonth)
从预测年,月份和日期字段获得ISO本地日期。LocalDate
IsoChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)
从时代,年份,月份和日期字段中获取ISO本地日期。LocalDate
IsoChronology. date(TemporalAccessor temporal)
从另一个日期时间对象获取ISO本地日期。JapaneseDate
JapaneseChronology. date(int prolepticYear, int month, int dayOfMonth)
从预测年,月份和日期字段获得日语日历系统中的本地日期。JapaneseDate
JapaneseChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)
从日期,年份,月份和日期字段中获取日语日历系统中的本地日期。MinguoDate
MinguoChronology. date(int prolepticYear, int month, int dayOfMonth)
从预感年,月份和日期字段获取民国历法系统的当地日期。MinguoDate
MinguoChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)
从时代,年份,月份和日期字段中获取民国历法系统的本地日期。ThaiBuddhistDate
ThaiBuddhistChronology. date(int prolepticYear, int month, int dayOfMonth)
从预知年,月份和日期字段获得泰国佛教日历系统的当地日期。ThaiBuddhistDate
ThaiBuddhistChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)
从时代,年份,月份和日期字段中获取泰国佛教日历系统的本地日期。HijrahDate
HijrahChronology. dateEpochDay(long epochDay)
从纪元日起在Hijrah日历系统中获得当地日期。LocalDate
IsoChronology. dateEpochDay(long epochDay)
从纪元日获得ISO本地日期。JapaneseDate
JapaneseChronology. dateEpochDay(long epochDay)
从纪元日起在日历日历系统中获得本地日期。MinguoDate
MinguoChronology. dateEpochDay(long epochDay)
从纪元日起在民国历法系统中获得当地日期。ThaiBuddhistDate
ThaiBuddhistChronology. dateEpochDay(long epochDay)
从纪元日开始在泰国佛教日历系统中获得当地日期。LocalDate
IsoChronology. dateNow()
在默认时区中从系统时钟获取当前ISO本地日期。LocalDate
IsoChronology. dateNow(Clock clock)
从指定的时钟获取当前的ISO本地日期。LocalDate
IsoChronology. dateNow(ZoneId zone)
从指定时区的系统时钟获取当前ISO本地日期。HijrahDate
HijrahChronology. dateYearDay(int prolepticYear, int dayOfYear)
从预知年和日期字段获得Hijrah日历系统中的本地日期。HijrahDate
HijrahChronology. dateYearDay(Era era, int yearOfEra, int dayOfYear)
从时代,年代和日期字段中获取Hijrah日历系统中的本地日期。LocalDate
IsoChronology. dateYearDay(int prolepticYear, int dayOfYear)
从预测年和日期字段获得ISO本地日期。LocalDate
IsoChronology. dateYearDay(Era era, int yearOfEra, int dayOfYear)
从时代,年代和日期字段中获取ISO本地日期。JapaneseDate
JapaneseChronology. dateYearDay(int prolepticYear, int dayOfYear)
从预知年和日期字段获得日语日历系统中的本地日期。JapaneseDate
JapaneseChronology. dateYearDay(Era era, int yearOfEra, int dayOfYear)
从日期,年代和日期字段中获取日语日历系统中的本地日期。MinguoDate
MinguoChronology. dateYearDay(int prolepticYear, int dayOfYear)
从预感年和日年字段获得民国历法系统的当地日期。MinguoDate
MinguoChronology. dateYearDay(Era era, int yearOfEra, int dayOfYear)
从时代,年代和日年字段中获取民国历法系统的当地日期。ThaiBuddhistDate
ThaiBuddhistChronology. dateYearDay(int prolepticYear, int dayOfYear)
从预知年和日年字段获得泰国佛教日历系统的当地日期。ThaiBuddhistDate
ThaiBuddhistChronology. dateYearDay(Era era, int yearOfEra, int dayOfYear)
从时代,年代和日年字段中获得泰国佛教日历系统的当地日期。long
IsoChronology. epochSecond(int prolepticYear, int month, int dayOfMonth, int hour, int minute, int second, ZoneOffset zoneOffset)
获取1970-01-01T00:00:00Z的纪元的秒数。boolean
AbstractChronology. equals(Object obj)
检查这个年表是否等于另一个年表。boolean
ChronoLocalDate. equals(Object obj)
检查此日期是否等于另一个日期,包括年表。boolean
ChronoLocalDateTime. equals(Object obj)
检查此日期时间是否等于另一个日期时间,包括年表。boolean
Chronology. equals(Object obj)
检查这个年表是否等于另一个年表。boolean
ChronoPeriod. equals(Object obj)
检查此期间是否等于另一个期间,包括年表。boolean
ChronoZonedDateTime. equals(Object obj)
检查此日期时间是否等于另一个日期时间。boolean
HijrahDate. equals(Object obj)
将此日期与另一个日期进行比较,包括年表。boolean
JapaneseDate. equals(Object obj)
将此日期与另一个日期进行比较,包括年表。boolean
MinguoDate. equals(Object obj)
将此日期与另一个日期进行比较,包括年表。boolean
ThaiBuddhistDate. equals(Object obj)
将此日期与另一个日期进行比较,包括年表。HijrahEra
HijrahChronology. eraOf(int eraValue)
从数值创建HijrahEra对象。JapaneseEra
JapaneseChronology. eraOf(int eraValue)
从给定的数值返回日历系统时代对象。long
ChronoPeriod. get(TemporalUnit unit)
获取所请求单元的值。default int
Era. get(TemporalField field)
获取此时代指定字段的值int
。String
HijrahChronology. getCalendarType()
获取伊斯兰日历的日历类型。String
IsoChronology. getCalendarType()
获取基础日历系统的日历类型 - 'iso8601'。String
JapaneseChronology. getCalendarType()
获取基础日历系统的日历类型 - “japanese”。String
MinguoChronology. getCalendarType()
获取基础日历系统的日历类型 - 'roc'。String
ThaiBuddhistChronology. getCalendarType()
获取基础日历系统的日历类型 - 'buddhist'。HijrahChronology
HijrahDate. getChronology()
获取此日期的年表,即Hijrah日历系统。JapaneseChronology
JapaneseDate. getChronology()
获取此日期的年表,即日历系统。MinguoChronology
MinguoDate. getChronology()
获取此日期的年表,即Minguo日历系统。ThaiBuddhistChronology
ThaiBuddhistDate. getChronology()
获取此日期的年表,即泰国佛教日历系统。String
HijrahEra. getDisplayName(TextStyle style, Locale locale)
获取这个时代的文本表示。String
JapaneseEra. getDisplayName(TextStyle style, Locale locale)
获取这个时代的文本表示。String
MinguoEra. getDisplayName(TextStyle style, Locale locale)
获取这个时代的文本表示。String
ThaiBuddhistEra. getDisplayName(TextStyle style, Locale locale)
获取这个时代的文本表示。HijrahEra
HijrahDate. getEra()
获取此日期适用的时代。JapaneseEra
JapaneseDate. getEra()
获取此日期适用的时代。MinguoEra
MinguoDate. getEra()
获取此日期适用的时代。ThaiBuddhistEra
ThaiBuddhistDate. getEra()
获取此日期适用的时代。String
HijrahChronology. getId()
获取年表的ID。String
IsoChronology. getId()
获取年表的ID - 'ISO'。String
JapaneseChronology. getId()
获取年表的ID - '日语'。String
MinguoChronology. getId()
获取年表的ID - 'Minguo'。String
ThaiBuddhistChronology. getId()
获取年表的ID - 'ThaiBuddhist'。default long
Era. getLong(TemporalField field)
获取此时代指定字段的值long
。List<TemporalUnit>
ChronoPeriod. getUnits()
获取此句点支持的单位集。int
HijrahEra. getValue()
获取数字时代int
值。int
IsoEra. getValue()
获取数字时代int
值。int
JapaneseEra. getValue()
获取数字时代int
值。int
MinguoEra. getValue()
获取数字时代int
值。int
ThaiBuddhistEra. getValue()
获取数字时代int
值。int
AbstractChronology. hashCode()
此年表的哈希码。int
ChronoLocalDate. hashCode()
此日期的哈希码。int
ChronoLocalDateTime. hashCode()
此日期时间的哈希码。int
Chronology. hashCode()
此年表的哈希码。int
ChronoPeriod. hashCode()
此期间的哈希码。int
ChronoZonedDateTime. hashCode()
此日期时间的哈希码。int
HijrahDate. hashCode()
此日期的哈希码。int
JapaneseDate. hashCode()
此日期的哈希码。int
MinguoDate. hashCode()
此日期的哈希码。int
ThaiBuddhistDate. hashCode()
此日期的哈希码。boolean
HijrahDate. isLeapYear()
根据Hijrah日历系统规则,检查年份是否为闰年。boolean
IsoChronology. isLeapYear(long prolepticYear)
根据ISO符号日历系统规则,检查年份是否为闰年。boolean
JapaneseChronology. isLeapYear(long prolepticYear)
检查指定年份是否为闰年。boolean
MinguoChronology. isLeapYear(long prolepticYear)
检查指定年份是否为闰年。boolean
ThaiBuddhistChronology. isLeapYear(long prolepticYear)
检查指定年份是否为闰年。default boolean
ChronoLocalDate. isSupported(TemporalField field)
检查是否支持指定的字段。default boolean
ChronoLocalDate. isSupported(TemporalUnit unit)
检查指定的单元是否受支持。boolean
ChronoLocalDateTime. isSupported(TemporalField field)
检查是否支持指定的字段。default boolean
ChronoLocalDateTime. isSupported(TemporalUnit unit)
检查指定的单元是否受支持。boolean
ChronoZonedDateTime. isSupported(TemporalField field)
检查是否支持指定的字段。default boolean
ChronoZonedDateTime. isSupported(TemporalUnit unit)
检查指定的单元是否受支持。default boolean
Era. isSupported(TemporalField field)
检查是否支持指定的字段。boolean
JapaneseDate. isSupported(TemporalField field)
检查是否支持指定的字段。int
HijrahDate. lengthOfMonth()
返回此日期表示的月份长度。int
JapaneseDate. lengthOfMonth()
返回此日期表示的月份长度。int
MinguoDate. lengthOfMonth()
返回此日期表示的月份长度。int
ThaiBuddhistDate. lengthOfMonth()
返回此日期表示的月份长度。int
HijrahDate. lengthOfYear()
返回此日期表示的年份长度。LocalDateTime
IsoChronology. localDateTime(TemporalAccessor temporal)
从另一个日期时间对象获取ISO本地日期时间。default ChronoLocalDate
ChronoLocalDate. minus(long amountToSubtract, TemporalUnit unit)
返回与此对象相同类型的对象,并减去指定的时间段。default ChronoLocalDate
ChronoLocalDate. minus(TemporalAmount amount)
返回与此对象相同类型的对象,并减去一定量。default ChronoLocalDateTime<D>
ChronoLocalDateTime. minus(long amountToSubtract, TemporalUnit unit)
返回与此对象相同类型的对象,并减去指定的时间段。default ChronoLocalDateTime<D>
ChronoLocalDateTime. minus(TemporalAmount amount)
返回与此对象相同类型的对象,并减去一定量。default ChronoZonedDateTime<D>
ChronoZonedDateTime. minus(long amountToSubtract, TemporalUnit unit)
返回与此对象相同类型的对象,并减去指定的时间段。default ChronoZonedDateTime<D>
ChronoZonedDateTime. minus(TemporalAmount amount)
返回与此对象相同类型的对象,并减去一定量。HijrahDate
HijrahDate. minus(TemporalAmount amount)
返回与此对象相同类型的对象,并减去一定量。JapaneseDate
JapaneseDate. minus(TemporalAmount amount)
返回与此对象相同类型的对象,并减去一定量。MinguoDate
MinguoDate. minus(TemporalAmount amount)
返回与此对象相同类型的对象,并减去一定量。ThaiBuddhistDate
ThaiBuddhistDate. minus(TemporalAmount amount)
返回与此对象相同类型的对象,并减去一定量。Period
IsoChronology. period(int years, int months, int days)
根据年,月和日获得此年表的时间段。default ChronoLocalDate
ChronoLocalDate. plus(long amountToAdd, TemporalUnit unit)
返回与此对象具有相同类型的对象,并添加指定的句点。default ChronoLocalDate
ChronoLocalDate. plus(TemporalAmount amount)
返回与此对象相同类型的对象,并添加一个量。ChronoLocalDateTime<D>
ChronoLocalDateTime. plus(long amountToAdd, TemporalUnit unit)
返回与此对象具有相同类型的对象,并添加指定的句点。default ChronoLocalDateTime<D>
ChronoLocalDateTime. plus(TemporalAmount amount)
返回与此对象相同类型的对象,并添加一个量。ChronoZonedDateTime<D>
ChronoZonedDateTime. plus(long amountToAdd, TemporalUnit unit)
返回与此对象具有相同类型的对象,并添加指定的句点。default ChronoZonedDateTime<D>
ChronoZonedDateTime. plus(TemporalAmount amount)
返回与此对象相同类型的对象,并添加一个量。HijrahDate
HijrahDate. plus(TemporalAmount amount)
返回与此对象相同类型的对象,并添加一个量。JapaneseDate
JapaneseDate. plus(TemporalAmount amount)
返回与此对象相同类型的对象,并添加一个量。MinguoDate
MinguoDate. plus(TemporalAmount amount)
返回与此对象相同类型的对象,并添加一个量。ThaiBuddhistDate
ThaiBuddhistDate. plus(TemporalAmount amount)
返回与此对象相同类型的对象,并添加一个量。default <R> R
ChronoLocalDate. query(TemporalQuery<R> query)
使用指定的查询查询此日期。default <R> R
ChronoLocalDateTime. query(TemporalQuery<R> query)
使用指定的查询查询此日期时间。default <R> R
ChronoZonedDateTime. query(TemporalQuery<R> query)
使用指定的查询查询此日期时间。default <R> R
Era. query(TemporalQuery<R> query)
使用指定的查询查询此时代。default ValueRange
Era. range(TemporalField field)
获取指定字段的有效值范围。ValueRange
HijrahEra. range(TemporalField field)
获取指定字段的有效值范围。ValueRange
JapaneseEra. range(TemporalField field)
获取指定字段的有效值范围。ChronoLocalDate
AbstractChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
解析在解析期间将解析的ChronoField
值解析为日期。LocalDate
IsoChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
解析在解析期间将解析的ChronoField
值解析为日期。Temporal
ChronoPeriod. subtractFrom(Temporal temporal)
从指定的时态对象中减去此句点。String
AbstractChronology. toString()
使用年表ID将此年表输出为String
。String
ChronoLocalDate. toString()
将此日期输出为String
。String
ChronoLocalDateTime. toString()
输出此日期时间为String
。String
Chronology. toString()
输出此年表作为String
。String
ChronoPeriod. toString()
将此期间输出为String
。String
ChronoZonedDateTime. toString()
输出此日期时间为String
。long
ChronoLocalDate. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算到另一个日期的时间量。default ChronoLocalDate
ChronoLocalDate. with(TemporalAdjuster adjuster)
返回与此对象相同类型的调整对象,并进行调整。default ChronoLocalDate
ChronoLocalDate. with(TemporalField field, long newValue)
返回与此对象相同类型的对象,并更改指定的字段。default ChronoLocalDateTime<D>
ChronoLocalDateTime. with(TemporalAdjuster adjuster)
返回与此对象相同类型的调整对象,并进行调整。ChronoLocalDateTime<D>
ChronoLocalDateTime. with(TemporalField field, long newValue)
返回与此对象相同类型的对象,并更改指定的字段。default ChronoZonedDateTime<D>
ChronoZonedDateTime. with(TemporalAdjuster adjuster)
返回与此对象相同类型的调整对象,并进行调整。ChronoZonedDateTime<D>
ChronoZonedDateTime. with(TemporalField field, long newValue)
返回与此对象相同类型的对象,并更改指定的字段。HijrahDate
HijrahDate. with(TemporalAdjuster adjuster)
返回与此对象相同类型的调整对象,并进行调整。JapaneseDate
JapaneseDate. with(TemporalAdjuster adjuster)
返回与此对象相同类型的调整对象,并进行调整。MinguoDate
MinguoDate. with(TemporalAdjuster adjuster)
返回与此对象相同类型的调整对象,并进行调整。ThaiBuddhistDate
ThaiBuddhistDate. with(TemporalAdjuster adjuster)
返回与此对象相同类型的调整对象,并进行调整。ZonedDateTime
IsoChronology. zonedDateTime(Instant instant, ZoneId zone)
从Instant
获得此年表中的ISO分区日期时间。ZonedDateTime
IsoChronology. zonedDateTime(TemporalAccessor temporal)
从另一个日期时间对象获取ISO分区日期时间。 -
Uses of Override in java.time.format
Methods in java.time.format with annotations of type Override 变量和类型 方法 描述 boolean
DecimalStyle. equals(Object obj)
检查此DecimalStyle是否等于另一个DecimalStyle。int
DecimalStyle. hashCode()
此DecimalStyle的哈希码。String
DateTimeFormatter. toString()
返回底层格式化程序的描述。String
DecimalStyle. toString()
返回描述此DecimalStyle的字符串。 -
Uses of Override in java.time.temporal
Methods in java.time.temporal with annotations of type Override 变量和类型 方法 描述 boolean
ValueRange. equals(Object obj)
检查此范围是否等于另一个范围。boolean
WeekFields. equals(Object object)
检查此WeekFields
是否等于指定的对象。Duration
ChronoUnit. getDuration()
获取ISO日历系统中此单元的估计持续时间。int
ValueRange. hashCode()
此范围的哈希码。int
WeekFields. hashCode()
这个WeekFields
哈希码。boolean
ChronoField. isDateBased()
检查此字段是否表示日期的组成部分。boolean
ChronoUnit. isDateBased()
检查此单位是否为日期单位。boolean
ChronoUnit. isDurationEstimated()
检查单位的持续时间是否为估计值。boolean
ChronoField. isTimeBased()
检查此字段是否表示时间的组成部分。boolean
ChronoUnit. isTimeBased()
检查此单位是否为时间单位。ValueRange
ChronoField. range()
获取该字段的有效值范围。String
TemporalField. toString()
获取该字段的描述性名称。String
TemporalUnit. toString()
获取单元的描述性名称。String
ValueRange. toString()
输出此范围为String
。String
WeekFields. toString()
此WeekFields
实例的字符串表示形式。 -
Uses of Override in java.time.zone
Methods in java.time.zone with annotations of type Override 变量和类型 方法 描述 int
ZoneOffsetTransition. compareTo(ZoneOffsetTransition transition)
根据转换瞬间将此转换与另一转换进行比较。boolean
ZoneOffsetTransition. equals(Object other)
检查此对象是否等于另一个。boolean
ZoneOffsetTransitionRule. equals(Object otherRule)
检查此对象是否等于另一个。boolean
ZoneRules. equals(Object otherRules)
检查这组规则是否等于另一组规则。int
ZoneOffsetTransition. hashCode()
返回合适的哈希码。int
ZoneOffsetTransitionRule. hashCode()
返回合适的哈希码。int
ZoneRules. hashCode()
给定#equals
的定义,返回合适的哈希码。String
ZoneOffsetTransition. toString()
返回描述此对象的字符串。String
ZoneOffsetTransitionRule. toString()
返回描述此对象的字符串。String
ZoneRules. toString()
返回描述此对象的字符串。 -
Uses of Override in java.util
Methods in java.util with annotations of type Override 变量和类型 方法 描述 void
DoubleSummaryStatistics. accept(double value)
将另一个值记录到摘要信息中。void
IntSummaryStatistics. accept(int value)
在摘要信息中记录新值void
LongSummaryStatistics. accept(int value)
在摘要信息中记录新的int
值。void
LongSummaryStatistics. accept(long value)
在摘要信息中记录新的long
值。void
GregorianCalendar. add(int field, int amount)
根据日历的规则,将指定(签名)的时间量添加到给定的日历字段。int
Spliterators.AbstractDoubleSpliterator. characteristics()
返回此Spliterator及其元素的一组特征。int
Spliterators.AbstractIntSpliterator. characteristics()
返回此Spliterator及其元素的一组特征。int
Spliterators.AbstractLongSpliterator. characteristics()
返回此Spliterator及其元素的一组特征。int
Spliterators.AbstractSpliterator. characteristics()
返回此Spliterator及其元素的一组特征。Object
Calendar. clone()
创建并返回此对象的副本。Object
HashMap. clone()
返回此HashMap
实例的浅表副本:未克隆键和值本身。Object
Locale. clone()
覆盖Cloneable。int
Calendar. compareTo(Calendar anotherCalendar)
比较两个Calendar
对象表示的时间值( Epoch的毫秒偏移量)。V
HashMap. compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)
尝试计算指定键及其当前映射值的映射(如果没有当前映射,null
)。V
Hashtable. compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)
尝试计算指定键及其当前映射值的映射(如果没有当前映射,null
)。protected void
GregorianCalendar. computeFields()
将时间值(从 Epoch的毫秒偏移量)转换为日历字段值。V
HashMap. computeIfAbsent(K key, Function<? super K,? extends V> mappingFunction)
如果指定的键尚未与值关联(或映射到null
),则尝试使用给定的映射函数计算其值并将其输入此映射,除非null
。V
Hashtable. computeIfAbsent(K key, Function<? super K,? extends V> mappingFunction)
如果指定的键尚未与值关联(或映射到null
),则尝试使用给定的映射函数计算其值并将其输入此映射,除非null
。V
HashMap. computeIfPresent(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)
如果指定键的值存在且为非null,则尝试在给定键及其当前映射值的情况下计算新映射。V
Hashtable. computeIfPresent(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)
如果指定键的值存在且为非null,则尝试在给定键及其当前映射值的情况下计算新映射。protected void
GregorianCalendar. computeTime()
将日历字段值转换为时间值(距离 Epoch的毫秒偏移量)。boolean
Calendar. equals(Object obj)
将此Calendar
与指定的Object
。boolean
GregorianCalendar. equals(Object obj)
将此GregorianCalendar
与指定的Object
。boolean
Locale. equals(Object obj)
如果此Locale等于另一个对象,则返回true。boolean
Locale.LanguageRange. equals(Object obj)
将此对象与指定的对象进行比较。boolean
Optional. equals(Object obj)
指示某个其他对象是否“等于”此Optional
。boolean
OptionalDouble. equals(Object obj)
指示某个其他对象是否“等于”此OptionalDouble
。boolean
OptionalInt. equals(Object obj)
指示某个其他对象是否“等于”此OptionalInt
。boolean
OptionalLong. equals(Object obj)
指示某个其他对象是否“等于”此OptionalLong
。boolean
PropertyPermission. equals(Object obj)
检查两个PropertyPermission对象是否相等。long
Spliterators.AbstractDoubleSpliterator. estimateSize()
返回Spliterator.forEachRemaining(java.util.function.Consumer<? super T>)
遍历将遇到的元素数量的估计值,如果计算无限,未知或太昂贵,则返回Long.MAX_VALUE
。long
Spliterators.AbstractIntSpliterator. estimateSize()
返回Spliterator.forEachRemaining(java.util.function.Consumer<? super T>)
遍历将遇到的元素数量的估计值,如果无限,未知或计算成本太高,则返回Long.MAX_VALUE
。long
Spliterators.AbstractLongSpliterator. estimateSize()
返回Spliterator.forEachRemaining(java.util.function.Consumer<? super T>)
遍历将遇到的元素数量的估计值,如果无限,未知或计算成本太高,则返回Long.MAX_VALUE
。long
Spliterators.AbstractSpliterator. estimateSize()
返回Spliterator.forEachRemaining(java.util.function.Consumer<? super T>)
遍历将遇到的元素数量的估计值,如果计算无限,未知或太昂贵,则返回Long.MAX_VALUE
。void
ArrayList. forEach(Consumer<? super E> action)
void
Vector. forEach(Consumer<? super E> action)
default void
PrimitiveIterator.OfDouble. forEachRemaining(Consumer<? super Double> action)
对每个剩余元素执行给定操作,直到处理完所有元素或操作引发异常。default void
PrimitiveIterator.OfInt. forEachRemaining(Consumer<? super Integer> action)
对每个剩余元素执行给定操作,直到处理完所有元素或操作引发异常。default void
PrimitiveIterator.OfLong. forEachRemaining(Consumer<? super Long> action)
对每个剩余元素执行给定操作,直到处理完所有元素或操作引发异常。default void
Spliterator.OfDouble. forEachRemaining(Consumer<? super Double> action)
在当前线程中按顺序对每个剩余元素执行给定操作,直到所有元素都已处理或操作引发异常。default void
Spliterator.OfInt. forEachRemaining(Consumer<? super Integer> action)
在当前线程中按顺序对每个剩余元素执行给定操作,直到所有元素都已处理或操作引发异常。default void
Spliterator.OfLong. forEachRemaining(Consumer<? super Long> action)
在当前线程中按顺序对每个剩余元素执行给定操作,直到所有元素都已处理或操作引发异常。S
ServiceLoader.Provider. get()
返回提供程序的实例。String
PropertyPermission. getActions()
返回操作的“规范字符串表示形式”。int
GregorianCalendar. getActualMaximum(int field)
返回此日历字段可能有,考虑到给定的时间值和的当前值中的最大值getFirstDayOfWeek
,getMinimalDaysInFirstWeek
,getGregorianChange
和getTimeZone
方法。int
GregorianCalendar. getActualMinimum(int field)
返回此日历字段可能有,考虑到给定的时间值和的当前值的最小值getFirstDayOfWeek
,getMinimalDaysInFirstWeek
,getGregorianChange
和getTimeZone
方法。String
GregorianCalendar. getCalendarType()
返回"gregory"
作为日历类型。int
GregorianCalendar. getGreatestMinimum(int field)
返回此GregorianCalendar
实例的给定日历字段的最高最小值。int
GregorianCalendar. getLeastMaximum(int field)
返回此GregorianCalendar
实例的给定日历字段的最小最大值。int
GregorianCalendar. getMaximum(int field)
返回此GregorianCalendar
实例的给定日历字段的GregorianCalendar
。int
GregorianCalendar. getMinimum(int field)
返回此GregorianCalendar
实例的给定日历字段的GregorianCalendar
。int
GregorianCalendar. getWeeksInWeekYear()
返回周在数量 week year用这代表GregorianCalendar
。int
GregorianCalendar. getWeekYear()
返回 GregorianCalendar表示的GregorianCalendar
。int
Calendar. hashCode()
返回此日历的哈希码。int
GregorianCalendar. hashCode()
生成此GregorianCalendar
对象的哈希码。int
Locale. hashCode()
覆盖hashCode。int
Locale.LanguageRange. hashCode()
返回对象的哈希码值。int
Optional. hashCode()
返回值的哈希码(如果存在),否则0
(零),如果没有值。int
OptionalDouble. hashCode()
返回值的哈希码(如果存在),否则0
(零),如果不存在值。int
OptionalInt. hashCode()
返回值的哈希码(如果存在),否则0
(零)(如果不存在值)。int
OptionalLong. hashCode()
返回值的哈希码(如果存在),否则0
(零)(如果不存在值)。int
PropertyPermission. hashCode()
返回此对象的哈希码值。boolean
PropertyPermission. implies(Permission p)
检查此PropertyPermission对象是否“隐含”指定的权限。boolean
GregorianCalendar. isWeekDateSupported()
返回true
表明此GregorianCalendar
支持周日期。V
HashMap. merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)
如果指定的键尚未与值关联或与null关联,则将其与给定的非空值关联。V
Hashtable. merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)
如果指定的键尚未与值关联或与null关联,则将其与给定的非空值关联。PermissionCollection
PropertyPermission. newPermissionCollection()
返回用于存储PropertyPermission对象的新PermissionCollection对象。default Double
PrimitiveIterator.OfDouble. next()
返回迭代中的下一个元素。default Integer
PrimitiveIterator.OfInt. next()
返回迭代中的下一个元素。default Long
PrimitiveIterator.OfLong. next()
返回迭代中的下一个元素。boolean
SimpleTimeZone. observesDaylightTime()
如果此SimpleTimeZone
观察夏令时,则返回true
。boolean
ArrayList. removeIf(Predicate<? super E> filter)
boolean
Vector. removeIf(Predicate<? super E> filter)
void
Vector. replaceAll(UnaryOperator<E> operator)
void
GregorianCalendar. roll(int field, boolean up)
在给定时间字段上添加或减去(向上/向下)单个时间单位而不更改更大的字段。void
GregorianCalendar. roll(int field, int amount)
将签名金额添加到指定的日历字段,而不更改更大的字段。void
GregorianCalendar. setWeekDate(int weekYear, int weekOfYear, int dayOfWeek)
Spliterator<E>
ArrayList. spliterator()
在此列表中的元素上创建late-binding和故障快速Spliterator
。default Spliterator<E>
Collection. spliterator()
在此集合中的元素上创建Spliterator
。Spliterator<E>
LinkedHashSet. spliterator()
在此集合中的元素上创建 late-binding和 故障快速Spliterator
。Spliterator<E>
LinkedList. spliterator()
在此列表中的元素上创建late-binding和故障快速Spliterator
。default Spliterator<E>
List. spliterator()
在此列表中的元素上创建Spliterator
。default Spliterator<E>
Set. spliterator()
在此集合中的元素上创建Spliterator
。default Spliterator<E>
SortedSet. spliterator()
在此有序集中的元素上创建Spliterator
。Spliterator<E>
Vector. spliterator()
在此列表中的元素上创建late-binding和故障快速Spliterator
。String
Calendar. toString()
返回此日历的字符串表示形式。String
Currency. toString()
返回此货币的ISO 4217货币代码。String
DoubleSummaryStatistics. toString()
返回适合调试的此对象的非空字符串表示形式。String
IntSummaryStatistics. toString()
返回适合调试的此对象的非空字符串表示形式。String
Locale.LanguageRange. toString()
返回此LanguageRange
对象的信息性字符串表示形式,如果范围已加权且权重小于最大权重,LanguageRange
语言范围和权重组成。String
Locale. toString()
返回此Locale
对象的字符串表示形式,包括语言,国家,变体,脚本和扩展名,如下所示:language +“_”+ country +“_”+(variant +“_#”|“#”)+ script +“_”+扩展语言总是小写,国家总是大写,脚本总是标题大小写,扩展名总是小写。String
LongSummaryStatistics. toString()
返回适合调试的此对象的非空字符串表示形式。String
Optional. toString()
返回适合调试的Optional
的非空字符串表示形式。String
OptionalDouble. toString()
返回适合调试的OptionalDouble
的非空字符串表示形式。String
OptionalInt. toString()
返回适合调试的OptionalInt
的非空字符串表示形式。String
OptionalLong. toString()
返回适合调试的OptionalLong
的非空字符串表示形式。String
StringJoiner. toString()
返回当前值,包括prefix
,到目前为止由delimiter
分隔的delimiter
,以及suffix
,除非在这种情况下未添加任何元素,否则返回prefix + suffix
或emptyValue
字符。default boolean
Spliterator.OfDouble. tryAdvance(Consumer<? super Double> action)
如果存在剩余元素,则对其执行给定操作,返回true
; 否则返回false
。default boolean
Spliterator.OfInt. tryAdvance(Consumer<? super Integer> action)
如果存在剩余元素,则对其执行给定操作,返回true
; 否则返回false
。default boolean
Spliterator.OfLong. tryAdvance(Consumer<? super Long> action)
如果存在剩余元素,则对其执行给定操作,返回true
; 否则返回false
。Spliterator.OfDouble
Spliterators.AbstractDoubleSpliterator. trySplit()
如果可以对此spliterator进行分区,则返回Spliterator覆盖元素,这些元素在从此方法返回时将不被此Spliterator覆盖。Spliterator.OfInt
Spliterators.AbstractIntSpliterator. trySplit()
如果可以对此spliterator进行分区,则返回Spliterator覆盖元素,这些元素在从此方法返回时将不被此Spliterator覆盖。Spliterator.OfLong
Spliterators.AbstractLongSpliterator. trySplit()
如果可以对此spliterator进行分区,则返回Spliterator覆盖元素,这些元素在从此方法返回时将不被此Spliterator覆盖。Spliterator<T>
Spliterators.AbstractSpliterator. trySplit()
如果可以对此spliterator进行分区,则返回Spliterator覆盖元素,这些元素在从此方法返回时将不被此Spliterator覆盖。 -
Uses of Override in java.util.concurrent
Methods in java.util.concurrent with annotations of type Override 变量和类型 方法 描述 default V
ConcurrentMap. compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)
尝试计算指定键及其当前映射值的映射(如果没有当前映射,null
)。default V
ConcurrentMap. computeIfAbsent(K key, Function<? super K,? extends V> mappingFunction)
如果指定的键尚未与值关联(或映射到null
),则尝试使用给定的映射函数计算其值并将其输入此映射,除非null
。default V
ConcurrentMap. computeIfPresent(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)
如果指定键的值存在且为非null,则尝试在给定键及其当前映射值的情况下计算新映射。default void
ConcurrentMap. forEach(BiConsumer<? super K,? super V> action)
对此映射中的每个条目执行给定操作,直到处理完所有条目或操作引发异常。default V
ConcurrentMap. getOrDefault(Object key, V defaultValue)
返回指定键映射到的值,如果此映射不包含键的映射,则返回defaultValue
。default V
ConcurrentMap. merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)
如果指定的键尚未与值关联或与null关联,则将其与给定的非空值关联。default void
ConcurrentMap. replaceAll(BiFunction<? super K,? super V,? extends V> function)
将每个条目的值替换为在该条目上调用给定函数的结果,直到所有条目都已处理或函数抛出异常。Spliterator<E>
ConcurrentLinkedQueue. spliterator()
在此队列中的元素上返回Spliterator
。 -
Uses of Override in java.util.logging
Methods in java.util.logging with annotations of type Override 变量和类型 方法 描述 void
ConsoleHandler. close()
覆盖StreamHandler.close
以执行刷新但不关闭输出流。void
FileHandler. close()
关闭所有文件。void
MemoryHandler. close()
关闭Handler
并释放所有相关资源。void
SocketHandler. close()
关闭此输出流。void
StreamHandler. close()
关闭当前输出流。boolean
Level. equals(Object ox)
比较两个对象的值相等性。void
MemoryHandler. flush()
导致目标Handler
上的Handler
。void
StreamHandler. flush()
刷新所有缓冲的消息。String
SimpleFormatter. format(LogRecord record)
格式化给定的LogRecord。String
XMLFormatter. format(LogRecord record)
将给定消息格式化为XML。String
XMLFormatter. getHead(Handler h)
返回一组XML格式记录的标题字符串。String
XMLFormatter. getTail(Handler h)
返回一组XML格式记录的尾部字符串。int
Level. hashCode()
生成哈希码。boolean
MemoryHandler. isLoggable(LogRecord record)
检查此Handler
是否实际将给定的LogRecord
到其内部缓冲区中。boolean
StreamHandler. isLoggable(LogRecord record)
检查这个Handler
是否真的会记录给定的LogRecord
。void
ConsoleHandler. publish(LogRecord record)
发布LogRecord
。void
FileHandler. publish(LogRecord record)
格式化并发布LogRecord
。void
MemoryHandler. publish(LogRecord record)
将LogRecord
存储在内部缓冲区中。void
SocketHandler. publish(LogRecord record)
格式化并发布LogRecord
。void
StreamHandler. publish(LogRecord record)
格式化并发布LogRecord
。void
StreamHandler. setEncoding(String encoding)
设置(或更改)此Handler
使用的字符编码。String
Level. toString()
返回此级别的字符串表示形式。 -
Uses of Override in java.util.spi
Methods in java.util.spi with annotations of type Override 变量和类型 方法 描述 ResourceBundle
AbstractResourceBundleProvider. getBundle(String baseName, Locale locale)
返回ResourceBundle
对于给定的baseName
和locale
。 -
Uses of Override in java.util.stream
Methods in java.util.stream with annotations of type Override 变量和类型 方法 描述 void
DoubleStream.Builder. accept(double t)
向正在构建的流添加元素。void
IntStream.Builder. accept(int t)
向正在构建的流添加元素。void
LongStream.Builder. accept(long t)
向正在构建的流添加元素。void
Stream.Builder. accept(T t)
向正在构建的流添加元素。void
BaseStream. close()
关闭此流,导致调用此流管道的所有关闭处理程序。 -
Uses of Override in java.util.zip
Methods in java.util.zip with annotations of type Override 变量和类型 方法 描述 long
Adler32. getValue()
返回校验和值。long
CRC32. getValue()
返回CRC-32值。long
CRC32C. getValue()
返回CRC-32C值。void
Adler32. reset()
将校验和重置为初始值。void
CRC32. reset()
将CRC-32重置为初始值。void
CRC32C. reset()
将CRC-32C重置为初始值。void
Adler32. update(byte[] b, int off, int len)
使用指定的字节数组更新校验和。void
Adler32. update(int b)
使用指定的字节更新校验和(参数b的低8位)。void
Adler32. update(ByteBuffer buffer)
使用指定缓冲区中的字节更新校验和。void
CRC32. update(byte[] b, int off, int len)
使用指定的字节数组更新CRC-32校验和。void
CRC32. update(int b)
使用指定的字节(参数b的低8位)更新CRC-32校验和。void
CRC32. update(ByteBuffer buffer)
使用指定缓冲区中的字节更新CRC-32校验和。void
CRC32C. update(byte[] b, int off, int len)
使用指定的字节数组更新CRC-32C校验和。void
CRC32C. update(int b)
使用指定的字节(参数b的低8位)更新CRC-32C校验和。void
CRC32C. update(ByteBuffer buffer)
使用指定缓冲区中的字节更新CRC-32C校验和。 -
Uses of Override in javax.imageio.plugins.tiff
Methods in javax.imageio.plugins.tiff with annotations of type Override 变量和类型 方法 描述 TIFFDirectory
TIFFDirectory. clone()
克隆目录及其中包含的所有字段。TIFFField
TIFFField. clone()
克隆该字段及其中包含的所有信息。 -
Uses of Override in javax.lang.model.element
Methods in javax.lang.model.element with annotations of type Override 变量和类型 方法 描述 boolean
Element. equals(Object obj)
返回true
如果参数表示相同的元件作为this
,或false
否则。<A extends Annotation>
AElement. getAnnotation(类<A> annotationType)
返回指定类型的这种构造的注解,如果这样的注释 存在 ,否则null
。List<? extends AnnotationMirror>
Element. getAnnotationMirrors()
返回 直接出现在此构造上的注释。List<? extends Element>
ModuleElement. getEnclosedElements()
返回此模块中的包。List<? extends Element>
PackageElement. getEnclosedElements()
返回此包中的 top-level类和接口。List<? extends Element>
TypeElement. getEnclosedElements()
返回在此类或接口中直接声明的字段,方法,构造函数和成员类型。Element
ModuleElement. getEnclosingElement()
返回null
因为模块未被其他元素包围。Element
PackageElement. getEnclosingElement()
如果存在这样的模块,则返回封闭模块; 否则返回null
。Element
TypeElement. getEnclosingElement()
返回顶级类型的包,并返回 nested类型的直接词法封闭元素。Element
TypeParameterElement. getEnclosingElement()
返回此类型参数的 generic element 。Element
VariableElement. getEnclosingElement()
返回此变量的封闭元素。Name
ModuleElement. getQualifiedName()
返回此模块的完全限定名称。Name
ExecutableElement. getSimpleName()
返回构造函数,方法或初始值设定项的简单名称。Name
ModuleElement. getSimpleName()
返回此模块的简单名称。Name
PackageElement. getSimpleName()
返回此包的简单名称。Name
TypeElement. getSimpleName()
返回此类型元素的简单名称。Name
VariableElement. getSimpleName()
返回此变量元素的简单名称。int
Element. hashCode()
Obeys的总合同Object.hashCode
。 -
Uses of Override in javax.lang.model.util
Methods in javax.lang.model.util with annotations of type Override 变量和类型 方法 描述 R
ElementKindVisitor6. visitExecutable(ExecutableElement e, P p)
访问可执行元素。R
AbstractTypeVisitor6. visitIntersection(IntersectionType t, P p)
访问交叉点类型。abstract R
AbstractTypeVisitor8. visitIntersection(IntersectionType t, P p)
以子类定义的方式访问IntersectionType
。R
SimpleTypeVisitor8. visitIntersection(IntersectionType t, P p)
访问交叉点类型。R
TypeKindVisitor8. visitIntersection(IntersectionType t, P p)
访问交叉点类型。R
AbstractElementVisitor6. visitModule(ModuleElement e, P p)
访问模块元素。abstract R
AbstractElementVisitor9. visitModule(ModuleElement t, P p)
访问模块元素。R
ElementKindVisitor9. visitModule(ModuleElement e, P p)
访问模块元素。R
ElementScanner9. visitModule(ModuleElement e, P p)
访问模块元素。R
SimpleElementVisitor9. visitModule(ModuleElement e, P p)
访问模块元素。R
TypeKindVisitor6. visitNoType(NoType t, P p)
访问NoType
实例。R
TypeKindVisitor9. visitNoTypeAsModule(NoType t, P p)
访问模块
伪类型。R
ElementKindVisitor6. visitPackage(PackageElement e, P p)
访问包元素。R
TypeKindVisitor6. visitPrimitive(PrimitiveType t, P p)
访问基本类型。R
ElementKindVisitor6. visitType(TypeElement e, P p)
访问类型元素。R
ElementKindVisitor6. visitTypeParameter(TypeParameterElement e, P p)
访问类型参数元素。abstract R
AbstractTypeVisitor7. visitUnion(UnionType t, P p)
以子类定义的方式访问UnionType
。R
SimpleTypeVisitor7. visitUnion(UnionType t, P p)
访问联合类型。R
TypeKindVisitor7. visitUnion(UnionType t, P p)
访问联合类型。R
AbstractAnnotationValueVisitor6. visitUnknown(AnnotationValue av, P p)
访问未知类型的注释值。R
AbstractElementVisitor6. visitUnknown(Element e, P p)
访问一种未知的元素。R
AbstractTypeVisitor6. visitUnknown(TypeMirror t, P p)
访问未知类型。R
ElementKindVisitor6. visitVariable(VariableElement e, P p)
访问变量元素R
ElementScanner7. visitVariable(VariableElement e, P p)
访问变量元素。R
SimpleElementVisitor7. visitVariable(VariableElement e, P p)
访问变量元素。R
ElementKindVisitor7. visitVariableAsResourceVariable(VariableElement e, P p)
访问RESOURCE_VARIABLE
变量元素。 -
Uses of Override in javax.management
Methods in javax.management with annotations of type Override 变量和类型 方法 描述 void
AttributeList. add(int index, Object element)
将指定元素插入此列表中的指定位置。boolean
AttributeList. add(Object element)
将指定的元素追加到此列表的末尾。boolean
AttributeList. addAll(int index, Collection<?> c)
从指定位置开始,将指定集合中的所有元素插入此列表。boolean
AttributeList. addAll(Collection<?> c)
将指定集合中的所有元素按指定集合的Iterator返回的顺序附加到此列表的末尾。ValueExp
AttributeValueExp. apply(ObjectName name)
在MBean上应用AttributeValueExp
。ValueExp
StringValueExp. apply(ObjectName name)
在MBean上应用ValueExp。Descriptor
ImmutableDescriptor. clone()
返回与此描述符相等的描述符。Object
MBeanInfo. clone()
返回此实例的浅层克隆。Object
MBeanOperationInfo. clone()
返回此实例的浅层克隆。boolean
ImmutableDescriptor. equals(Object o)
将此描述符与给定对象进行比较。boolean
MBeanInfo. equals(Object o)
将此MBeanInfo与另一个进行比较。boolean
MBeanOperationInfo. equals(Object o)
将此MBeanOperationInfo与另一个进行比较。boolean
ObjectName. equals(Object object)
将当前对象名称与另一个对象名称进行比较。int
ImmutableDescriptor. hashCode()
返回此描述符的哈希码值。int
ObjectName. hashCode()
返回此对象名称的哈希码。Object
AttributeList. set(int index, Object element)
用指定的元素替换此列表中指定位置的元素。void
AttributeValueExp. setMBeanServer(MBeanServer s)
已过时。这种方法没有效果。String
AttributeValueExp. toString()
返回表示其值的字符串。String
Notification. toString()
返回此通知的String表示形式。String
ObjectName. toString()
返回对象名称的字符串表示形式。 -
Uses of Override in javax.management.modelmbean
Methods in javax.management.modelmbean with annotations of type Override 变量和类型 方法 描述 Object
DescriptorSupport. clone()
返回一个新描述符,它是描述符的副本。Object
ModelMBeanAttributeInfo. clone()
创建并返回一个新的ModelMBeanAttributeInfo,它是此ModelMBeanAttributeInfo的副本。Object
ModelMBeanConstructorInfo. clone()
创建并返回一个新的ModelMBeanConstructorInfo,它是此ModelMBeanConstructorInfo的副本。boolean
DescriptorSupport. equals(Object o)
将此描述符与给定对象进行比较。Descriptor
ModelMBeanConstructorInfo. getDescriptor()
返回关联描述符的副本。Descriptor
ModelMBeanInfoSupport. getDescriptor()
int
DescriptorSupport. hashCode()
返回此描述符的哈希码值。String
DescriptorSupport. toString()
返回表示描述符的可读字符串。String
ModelMBeanAttributeInfo. toString()
返回ModelMBeanAttributeInfo实例的人类可读版本。String
ModelMBeanConstructorInfo. toString()
返回一个字符串,其中包含人类可读形式的ModelMBeanConstructorInfo的全部内容。 -
Uses of Override in javax.management.monitor
Methods in javax.management.monitor with annotations of type Override 变量和类型 方法 描述 Number
CounterMonitor. getDerivedGauge(ObjectName object)
如果此对象包含在观察到的MBeans集中,则获取指定对象的派生尺度,否则null
。Number
GaugeMonitor. getDerivedGauge(ObjectName object)
如果此对象包含在观察到的MBeans集中,则获取指定对象的派生尺度,否则null
。String
StringMonitor. getDerivedGauge(ObjectName object)
如果此对象包含在观察到的MBeans集中,则获取指定对象的派生尺度,否则null
。long
CounterMonitor. getDerivedGaugeTimeStamp(ObjectName object)
如果此对象包含在观察到的MBeans集中,则获取指定对象的派生尺度时间戳,否则0
。long
GaugeMonitor. getDerivedGaugeTimeStamp(ObjectName object)
如果此对象包含在观察到的MBeans集中,则获取指定对象的派生尺度时间戳,否则0
。long
StringMonitor. getDerivedGaugeTimeStamp(ObjectName object)
如果此对象包含在观察到的MBeans集中,则获取指定对象的派生尺度时间戳,否则0
。MBeanNotificationInfo[]
CounterMonitor. getNotificationInfo()
返回NotificationInfo
对象,该对象包含通知的Java类的名称和计数器监视器发送的通知类型。MBeanNotificationInfo[]
GaugeMonitor. getNotificationInfo()
返回NotificationInfo
对象,该对象包含通知的Java类的名称和仪表监视器发送的通知类型。MBeanNotificationInfo[]
StringMonitor. getNotificationInfo()
返回NotificationInfo
对象,该对象包含通知的Java类的名称和字符串监视器发送的通知类型。 -
Uses of Override in javax.management.openmbean
Methods in javax.management.openmbean with annotations of type Override 变量和类型 方法 描述 boolean
CompositeDataSupport. equals(Object obj)
将指定的 obj参数与此CompositeDataSupport
实例进行比较以获得相等性。int
CompositeDataSupport. hashCode()
返回此CompositeDataSupport
实例的哈希码值。String
CompositeDataSupport. toString()
返回此CompositeDataSupport
实例的字符串表示形式。 -
Uses of Override in javax.management.remote
Methods in javax.management.remote with annotations of type Override 变量和类型 方法 描述 MBeanNotificationInfo[]
JMXConnectorServer. getNotificationInfo()
返回一个数组,指示此MBean发送的通知。 -
Uses of Override in javax.management.remote.rmi
Methods in javax.management.remote.rmi with annotations of type Override 变量和类型 方法 描述 String
RMIConnectionImpl. toString()
返回此对象的字符串表示形式。String
RMIConnector. toString()
返回此对象的字符串表示形式。 -
Uses of Override in javax.net.ssl
Methods in javax.net.ssl with annotations of type Override 变量和类型 方法 描述 boolean
SNIHostName. equals(Object other)
将此服务器名称与指定的对象进行比较。boolean
SNIServerName. equals(Object other)
指示某个其他对象是否“等于”此服务器名称。int
SNIHostName. hashCode()
返回此SNIHostName
的哈希码值。int
SNIServerName. hashCode()
返回此服务器名称的哈希码值。String
SNIHostName. toString()
返回对象的字符串表示形式,包括此SNIHostName
对象中的DNS主机名。String
SNIServerName. toString()
返回此服务器名称的字符串表示形式,包括此SNIServerName
对象中的服务器名称类型和编码的服务器名称值。String
SSLEngineResult. toString()
返回此对象的String表示形式。 -
Uses of Override in javax.security.auth
Methods in javax.security.auth with annotations of type Override 变量和类型 方法 描述 boolean
Subject. equals(Object o)
将指定的Object与此Subject
进行比较以获得相等性。int
Subject. hashCode()
返回此Subject
的哈希Subject
。String
Subject. toString()
返回此Subject
的String表示Subject
。 -
Uses of Override in javax.security.auth.kerberos
Methods in javax.security.auth.kerberos with annotations of type Override 变量和类型 方法 描述 void
EncryptionKey. destroy()
通过清除此密钥的密钥材料来销毁此密钥。void
KerberosCredMessage. destroy()
通过清除消息来销毁此对象。boolean
DelegationPermission. equals(Object obj)
检查两个DelegationPermission对象是否相等。boolean
EncryptionKey. equals(Object other)
将指定对象与此键进行比较以获得相等性。boolean
KerberosCredMessage. equals(Object other)
将指定对象与此KerberosCredMessage
进行比较以获得相等性。boolean
ServicePermission. equals(Object obj)
检查两个ServicePermission对象是否相等。String
ServicePermission. getActions()
返回操作的规范字符串表示形式。String
EncryptionKey. getAlgorithm()
返回此键的标准算法名称。byte[]
EncryptionKey. getEncoded()
返回此键的密钥材料。String
EncryptionKey. getFormat()
返回此键的编码格式的名称。int
DelegationPermission. hashCode()
返回此对象的哈希码值。int
EncryptionKey. hashCode()
返回此EncryptionKey
的哈希码。int
KerberosCredMessage. hashCode()
返回此KerberosCredMessage
的哈希码。int
ServicePermission. hashCode()
返回此对象的哈希码值。boolean
DelegationPermission. implies(Permission p)
检查此Kerberos委派权限对象是否“隐含”指定的权限。boolean
ServicePermission. implies(Permission p)
检查此Kerberos服务权限对象是否“隐含”指定的权限。PermissionCollection
DelegationPermission. newPermissionCollection()
返回用于存储DelegationPermission对象的PermissionCollection对象。PermissionCollection
ServicePermission. newPermissionCollection()
返回用于存储ServicePermission对象的PermissionCollection对象。String
EncryptionKey. toString()
返回此EncryptionKey
的信息性文本表示EncryptionKey
。String
KerberosCredMessage. toString()
返回此KerberosCredMessage
的信息性文本表示KerberosCredMessage
。 -
Uses of Override in javax.sound.midi
Methods in javax.sound.midi with annotations of type Override 变量和类型 方法 描述 Object
MetaMessage. clone()
创建与此对象具有相同类并具有相同内容的新对象。abstract Object
MidiMessage. clone()
创建与此对象具有相同类并具有相同内容的新对象。Object
ShortMessage. clone()
创建与此对象具有相同类并具有相同内容的新对象。Object
SysexMessage. clone()
创建与此对象具有相同类并具有相同内容的新对象。void
MidiDevice. close()
关闭设备,指示设备现在应该释放它正在使用的任何系统资源。void
Receiver. close()
表示应用程序已完成使用接收器,并且可能会释放或提供所需的有限资源。void
Transmitter. close()
表示应用程序已完成使用变送器,并且可能会释放或提供所需的有限资源。boolean
MidiDevice.Info. equals(Object obj)
指示指定的对象是否等于此info对象,如果对象相同则返回true
。boolean
Sequencer.SyncMode. equals(Object obj)
指示指定的对象是否等于此同步模式,如果对象相同则返回true
。long
Sequencer. getMicrosecondPosition()
获得序列中的当前位置,以微秒表示。int
MidiDevice.Info. hashCode()
返回此info对象的哈希码值。int
Sequencer.SyncMode. hashCode()
返回此同步模式的哈希码值。void
SysexMessage. setMessage(byte[] data, int length)
设置系统专用消息的数据。String
MidiDevice.Info. toString()
提供设备信息的字符串表示形式。String
Sequencer.SyncMode. toString()
提供此同步模式的名称作为模式的字符串表示形式。 -
Uses of Override in javax.sound.sampled
Methods in javax.sound.sampled with annotations of type Override 变量和类型 方法 描述 int
AudioInputStream. available()
返回可以从此音频输入流中无阻塞地读取(或跳过)的最大字节数。void
AudioInputStream. close()
关闭此音频输入流并释放与该流关联的所有系统资源。void
Line. close()
关闭该行,表示可以释放该行使用的所有系统资源。boolean
AudioFileFormat.Type. equals(Object obj)
指示指定的对象是否等于此文件类型,如果对象相等则返回true
。boolean
AudioFormat.Encoding. equals(Object obj)
指示指定的对象是否等于此编码,如果对象相等则返回true
。boolean
Control.Type. equals(Object obj)
指示指定的对象是否等于此控件类型,如果对象相同则返回true
。boolean
LineEvent.Type. equals(Object obj)
指示指定的对象是否等于此事件类型,如果对象相同则返回true
。boolean
Mixer.Info. equals(Object obj)
指示指定的对象是否等于此info对象,如果对象相同则返回true
。boolean
Port.Info. equals(Object obj)
指示指定的对象是否等于此info对象,如果对象相同则返回true
。boolean
ReverbType. equals(Object obj)
指示指定的对象是否等于此混响类型,如果对象相同则返回true
。int
AudioFileFormat.Type. hashCode()
返回此文件类型的哈希码值。int
AudioFormat.Encoding. hashCode()
返回此编码的哈希码值。int
Control.Type. hashCode()
返回此控件类型的哈希码值。int
LineEvent.Type. hashCode()
返回此事件类型的哈希码值。int
Mixer.Info. hashCode()
返回此info对象的哈希码值。int
Port.Info. hashCode()
返回此info对象的哈希码值。int
ReverbType. hashCode()
返回此混响类型的哈希码值。void
AudioInputStream. mark(int readlimit)
标记此音频输入流中的当前位置。boolean
AudioInputStream. markSupported()
测试此音频输入流是否支持mark
和reset
方法。boolean
DataLine.Info. matches(Line.Info info)
确定指定的info对象是否与此对象匹配。boolean
Port.Info. matches(Line.Info info)
指示此指定的info对象是否与此对象匹配。int
AudioInputStream. read()
从音频输入流中读取下一个数据字节。int
AudioInputStream. read(byte[] b)
从音频输入流中读取一些字节数并将它们存储到缓冲器阵列b
。int
AudioInputStream. read(byte[] b, int off, int len)
从音频流中读取指定的最大数据字节数,将它们放入给定的字节数组中。void
AudioInputStream. reset()
将此音频输入流重新定位到上次调用其mark
方法时的位置。long
AudioInputStream. skip(long n)
跳过并从此音频输入流中丢弃指定数量的字节。String
AudioFileFormat. toString()
提供文件格式的字符串表示形式。String
AudioFileFormat.Type. toString()
提供文件类型的名称作为文件类型的String
表示形式。String
AudioFormat.Encoding. toString()
提供编码的String
表示。String
AudioFormat. toString()
返回描述格式的字符串,例如:“PCM SIGNED 22050 Hz 16 bit mono big-endian”。String
BooleanControl. toString()
提供控件的字符串表示形式。String
CompoundControl. toString()
提供控件的字符串表示形式。String
Control. toString()
获取描述控件类型及其当前状态的字符串。String
Control.Type. toString()
提供控件类型的String
表示。String
DataLine.Info. toString()
获得数据行信息的文本描述。String
EnumControl. toString()
提供控件的字符串表示形式。String
FloatControl. toString()
提供控件的字符串表示形式。String
Line.Info. toString()
获得行信息的文本描述。String
LineEvent. toString()
获得事件的字符串表示形式。String
LineEvent.Type. toString()
返回类型名称作为字符串表示形式。String
Mixer.Info. toString()
提供混音器信息的字符串表示。String
Port.Info. toString()
提供端口的String
表示。String
ReverbType. toString()
提供String
混响类型的表示形式,包括其名称和参数设置。 -
Uses of Override in javax.sql
Methods in javax.sql with annotations of type Override 变量和类型 方法 描述 int
ConnectionPoolDataSource. getLoginTimeout()
获取此数据源在尝试连接到数据库时可以等待的最长时间(以秒为单位)。int
DataSource. getLoginTimeout()
获取此数据源在尝试连接到数据库时可以等待的最长时间(以秒为单位)。int
XADataSource. getLoginTimeout()
获取此数据源在尝试连接到数据库时可以等待的最长时间(以秒为单位)。PrintWriter
ConnectionPoolDataSource. getLogWriter()
检索此DataSource
对象的日志DataSource
。PrintWriter
DataSource. getLogWriter()
检索此DataSource
对象的日志DataSource
。PrintWriter
XADataSource. getLogWriter()
检索此DataSource
对象的日志writer。void
ConnectionPoolDataSource. setLoginTimeout(int seconds)
设置此数据源在尝试连接到数据库时将等待的最长时间(以秒为单位)。void
DataSource. setLoginTimeout(int seconds)
设置此数据源在尝试连接到数据库时将等待的最长时间(以秒为单位)。void
XADataSource. setLoginTimeout(int seconds)
设置此数据源在尝试连接到数据库时将等待的最长时间(以秒为单位)。void
ConnectionPoolDataSource. setLogWriter(PrintWriter out)
将此DataSource
对象的日志DataSource
设置为给定的java.io.PrintWriter
对象。void
DataSource. setLogWriter(PrintWriter out)
将此DataSource
对象的日志DataSource
设置为给定的java.io.PrintWriter
对象。void
XADataSource. setLogWriter(PrintWriter out)
将此DataSource
对象的日志DataSource
设置为给定的java.io.PrintWriter
对象。 -
Uses of Override in javax.swing
Methods in javax.swing with annotations of type Override 变量和类型 方法 描述 boolean
JList.AccessibleJList.AccessibleJListChild. doAccessibleAction(int i)
对对象执行指定的操作。void
DefaultListCellRenderer. firePropertyChange(String propertyName, boolean oldValue, boolean newValue)
由于性能原因而被覆盖。void
DefaultListCellRenderer. firePropertyChange(String propertyName, byte oldValue, byte newValue)
由于性能原因而被覆盖。void
DefaultListCellRenderer. firePropertyChange(String propertyName, char oldValue, char newValue)
由于性能原因而被覆盖。void
DefaultListCellRenderer. firePropertyChange(String propertyName, double oldValue, double newValue)
由于性能原因而被覆盖。void
DefaultListCellRenderer. firePropertyChange(String propertyName, float oldValue, float newValue)
由于性能原因而被覆盖。void
DefaultListCellRenderer. firePropertyChange(String propertyName, int oldValue, int newValue)
由于性能原因而被覆盖。void
DefaultListCellRenderer. firePropertyChange(String propertyName, long oldValue, long newValue)
由于性能原因而被覆盖。void
DefaultListCellRenderer. firePropertyChange(String propertyName, short oldValue, short newValue)
由于性能原因而被覆盖。protected void
DefaultListCellRenderer. firePropertyChange(String propertyName, Object oldValue, Object newValue)
由于性能原因而被覆盖。AccessibleAction
JList.AccessibleJList.AccessibleJListChild. getAccessibleAction()
获取与此对象关联的AccessibleAction
,该对象支持一个或多个操作。int
JList.AccessibleJList.AccessibleJListChild. getAccessibleActionCount()
返回此对象中可用的可访问操作数如果有多个,则第一个被视为对象的“默认”操作。String
JList.AccessibleJList.AccessibleJListChild. getAccessibleActionDescription(int i)
返回对象的指定操作的描述。void
DefaultListCellRenderer. invalidate()
由于性能原因而被覆盖。boolean
DefaultListCellRenderer. isOpaque()
由于性能原因而被覆盖。boolean
JComponent. isValidateRoot()
如果此方法返回true,revalidate
此组件的后代调用revalidate
将导致以此根开头的整个树进行验证。boolean
JRootPane. isValidateRoot()
如果此JRootPane
的后代调用revalidate
,请从此处开始验证。boolean
JScrollPane. isValidateRoot()
重写以返回true,以便在revalidate
的任何后代上对revalidate
任何调用JScrollPane
将导致以此JScrollPane
开头的整个树被验证。boolean
JSplitPane. isValidateRoot()
返回true,因此在revalidate
的任何后代上调用JSplitPane
将导致请求排队,以验证JSplitPane
及其所有后代。boolean
JTextField. isValidateRoot()
来自文本字段内的revalidate
调用将通过验证文本字段来处理,除非文本字段包含在JViewport
,在这种情况下,它返回false。void
DefaultListCellRenderer. repaint()
由于性能原因而被覆盖。void
DefaultListCellRenderer. repaint(long tm, int x, int y, int width, int height)
由于性能原因而被覆盖。void
DefaultListCellRenderer. repaint(Rectangle r)
由于性能原因而被覆盖。void
JEditorPane. replaceSelection(String content)
用当前字符串表示的新内容替换当前选定的内容。void
JTextPane. replaceSelection(String content)
用当前字符串表示的新内容替换当前选定的内容。void
JToggleButton. requestFocus(FocusEvent.Cause cause)
如果此切换按钮是ButtonGroup
的成员,其具有另一个切换按钮,该按钮被选中并且可以是焦点所有者,并且焦点原因参数表示任何方向的窗口激活或焦点遍历动作,则方法执行的结果与在组中选择的切换按钮上调用Component.requestFocus(FocusEvent.Cause)
。void
DefaultListCellRenderer. revalidate()
由于性能原因而被覆盖。void
DefaultListCellRenderer. validate()
由于性能原因而被覆盖。 -
Uses of Override in javax.swing.border
Methods in javax.swing.border with annotations of type Override 变量和类型 方法 描述 Insets
StrokeBorder. getBorderInsets(Component c, Insets insets)
使用此边框的当前插入重新初始化insets
参数。boolean
CompoundBorder. isBorderOpaque()
返回复合边框是否不透明。void
StrokeBorder. paintBorder(Component c, Graphics g, int x, int y, int width, int height)
使用指定的位置和大小绘制指定组件的边框。 -
Uses of Override in javax.swing.event
Methods in javax.swing.event with annotations of type Override 变量和类型 方法 描述 RowSorter<?>
RowSorterEvent. getSource()
以RowSorter
返回事件的RowSorter
。 -
Uses of Override in javax.swing.plaf.basic
Methods in javax.swing.plaf.basic with annotations of type Override 变量和类型 方法 描述 int
BasicComboBoxUI. getBaseline(JComponent c, int width, int height)
返回基线。Component.BaselineResizeBehavior
BasicComboBoxUI. getBaselineResizeBehavior(JComponent c)
返回一个枚举,指示组件的基线如何随大小的变化而变化。Dimension
BasicComboBoxUI. getMinimumSize(JComponent c)
最小尺寸是显示区域的大小加上插图加上按钮。Dimension
BasicRadioButtonUI. getPreferredSize(JComponent c)
单选按钮的首选大小Rectangle
BasicTextUI. modelToView(JTextComponent tc, int pos)
Rectangle
BasicTextUI. modelToView(JTextComponent tc, int pos, Position.Bias bias)
void
BasicRadioButtonUI. paint(Graphics g, JComponent c)
画出单选按钮int
BasicTextUI. viewToModel(JTextComponent tc, Point pt)
int
BasicTextUI. viewToModel(JTextComponent tc, Point pt, Position.Bias[] biasReturn)
-
Uses of Override in javax.swing.plaf.metal
Methods in javax.swing.plaf.metal with annotations of type Override 变量和类型 方法 描述 Dimension
MetalFileChooserUI. getMaximumSize(JComponent c)
返回JFileChooser
的最大大小。Dimension
MetalFileChooserUI. getMinimumSize(JComponent c)
返回JFileChooser
的最小大小。Dimension
MetalFileChooserUI. getPreferredSize(JComponent c)
返回指定的JFileChooser
的首选大小。 -
Uses of Override in javax.swing.plaf.multi
Methods in javax.swing.plaf.multi with annotations of type Override 变量和类型 方法 描述 Rectangle
MultiTextUI. modelToView(JTextComponent a, int b, Position.Bias c)
int
MultiTextUI. viewToModel(JTextComponent a, Point b)
已过时。int
MultiTextUI. viewToModel(JTextComponent a, Point b, Position.Bias[] c)
已过时。 -
Uses of Override in javax.swing.plaf.nimbus
Methods in javax.swing.plaf.nimbus with annotations of type Override 变量和类型 方法 描述 Object
NimbusStyle. get(SynthContext ctx, Object key)
Getter为区域特定的样式属性。protected Color
NimbusStyle. getColorForState(SynthContext ctx, ColorType type)
返回指定状态的颜色。String
NimbusLookAndFeel. getDescription()
返回此外观的文本描述。protected Font
NimbusStyle. getFontForState(SynthContext ctx)
返回指定状态的字体。String
NimbusLookAndFeel. getID()
返回标识此外观的字符串。Insets
NimbusStyle. getInsets(SynthContext ctx, Insets in)
返回用于计算大小调整信息的Insets。String
NimbusLookAndFeel. getName()
返回标识此外观的短字符串。SynthPainter
NimbusStyle. getPainter(SynthContext ctx)
返回将用于绘画的SynthPainter
。void
NimbusLookAndFeel. initialize()
安装此外观时由UIManager调用。void
NimbusStyle. installDefaults(SynthContext ctx)
在JComponent
从context
安装此样式的必要状态。boolean
NimbusStyle. isOpaque(SynthContext ctx)
如果区域不透明,则返回true。boolean
NimbusLookAndFeel. shouldUpdateStyleOnAncestorChanged()
返回的UI是否应该更新其SynthStyles
从SynthStyleFactory
时的祖先JComponent
变化。protected boolean
NimbusLookAndFeel. shouldUpdateStyleOnEvent(PropertyChangeEvent ev)
返回UI在特定事件发生时是否应更新其样式。void
NimbusLookAndFeel. uninitialize()
卸载此外观时由UIManager调用。 -
Uses of Override in javax.swing.plaf.synth
Methods in javax.swing.plaf.synth with annotations of type Override 变量和类型 方法 描述 View
SynthPasswordFieldUI. create(Element elem)
为元素创建视图(PasswordView)。BasicSplitPaneDivider
SynthSplitPaneUI. createDefaultDivider()
创建默认分隔符。protected JComponent
SynthSpinnerUI. createEditor()
installUI调用此方法以获取JSpinner
的编辑器组件。protected LayoutManager
SynthTabbedPaneUI. createLayoutManager()
由installUI
调用以创建布局管理器对象来管理JTabbedPane
。protected Container
SynthOptionPaneUI. createMessageArea()
从BasicOptionPaneUI.installComponents()
调用以创建包含消息正文的Container
。protected MouseListener
SynthTabbedPaneUI. createMouseListener()
创建一个鼠标监听器。UIDefaults
SynthLookAndFeel. getDefaults()
返回此SynthLookAndFeel的默认值。protected Dimension
SynthComboBoxUI. getDefaultSize()
使用当前渲染器和字体返回组合框的空显示区域的默认大小。String
SynthLookAndFeel. getDescription()
返回SynthLookAndFeel的文本描述。String
SynthLookAndFeel. getID()
返回标识此外观的字符串。String
SynthLookAndFeel. getName()
返回标识此外观的短字符串。Dimension
SynthScrollBarUI. getPreferredSize(JComponent c)
垂直滚动条的首选宽度是(非null
)增量/减量按钮的首选宽度的最大值,以及拇指的最小宽度。protected String
SynthFormattedTextFieldUI. getPropertyPrefix()
获取用作通过UIManager查找属性的键的名称。protected String
SynthPasswordFieldUI. getPropertyPrefix()
获取用作键的名称,以通过UIManager查找属性。protected String
SynthTextPaneUI. getPropertyPrefix()
获取用作通过UIManager查找属性的键的名称。protected Icon
SynthRadioButtonUI. getSizingIcon(AbstractButton b)
返回用于计算首选/最小/最大大小的Icon。void
SynthLookAndFeel. initialize()
安装此外观时由UIManager调用。protected void
SynthSpinnerUI. installDefaults()
初始化JSpinner
border
,foreground
,和background
基于从默认值表中对应的“微调。*”的属性,属性。protected void
SynthSplitPaneUI. installDefaults()
安装UI默认值。protected void
SynthTableUI. installDefaults()
初始化JTable属性,例如字体,前景和背景。protected void
SynthSplitPaneUI. installListeners()
为UI安装事件侦听器。protected void
SynthTableUI. installListeners()
将监听器连接到JTable。void
SynthComboBoxUI. installUI(JComponent c)
适当地配置指定组件的外观。void
SynthTextPaneUI. installUI(JComponent c)
安装组件的UI。boolean
SynthLookAndFeel. isNativeLookAndFeel()
返回false,SynthLookAndFeel不是本机外观。boolean
SynthLookAndFeel. isSupportedLookAndFeel()
返回true,始终支持SynthLookAndFeel。void
SynthButtonUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthColorChooserUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthComboBoxUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthDesktopIconUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthDesktopPaneUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthInternalFrameUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthLabelUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthMenuBarUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthMenuItemUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthMenuUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthOptionPaneUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthPanelUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthPopupMenuUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthProgressBarUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthRootPaneUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthScrollBarUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthScrollPaneUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthSeparatorUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthSliderUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthSpinnerUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthSplitPaneUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthTabbedPaneUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthTableHeaderUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthTableUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthToolBarUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthToolTipUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthTreeUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。void
SynthViewportUI. paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。protected void
SynthTextAreaUI. paintBackground(Graphics g)
为视图绘制背景。protected void
SynthTextFieldUI. paintBackground(Graphics g)
为视图绘制背景。void
SynthViewportUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
涂边框。void
SynthComboBoxUI. paintCurrentValue(Graphics g, Rectangle bounds, boolean hasFocus)
绘制当前选定的项目。protected void
SynthEditorPaneUI. propertyChange(PropertyChangeEvent evt)
在关联的JTextComponent上更改绑定属性时,将调用此方法。void
SynthRootPaneUI. propertyChange(PropertyChangeEvent e)
在根窗格上更改属性时调用。protected void
SynthTextAreaUI. propertyChange(PropertyChangeEvent evt)
在关联的JTextComponent上更改绑定属性时,将调用此方法。protected void
SynthTextFieldUI. propertyChange(PropertyChangeEvent evt)
在关联的JTextComponent上更改绑定属性时,将调用此方法。protected void
SynthTextPaneUI. propertyChange(PropertyChangeEvent evt)
在关联的JTextComponent上更改绑定属性时,将调用此方法。protected void
SynthSpinnerUI. replaceEditor(JComponent oldEditor, JComponent newEditor)
由被叫PropertyChangeListener
当JSpinner
编辑属性更改。protected void
SynthToolBarUI. setBorderToNonRollover(Component c)
此实现不执行任何操作,因为JToolBar
类的rollover
属性未在Synth外观中使用。protected void
SynthToolBarUI. setBorderToNormal(Component c)
此实现不执行任何操作,因为JToolBar
类的rollover
属性未在Synth外观中使用。protected void
SynthToolBarUI. setBorderToRollover(Component c)
此实现不执行任何操作,因为JToolBar
类的rollover
属性未在Synth外观中使用。String
Region. toString()
返回Region的名称。void
SynthLookAndFeel. uninitialize()
卸载此外观时由UIManager调用。protected void
SynthSpinnerUI. uninstallDefaults()
将JSpinner's
布局管理器设置为null。protected void
SynthSplitPaneUI. uninstallDefaults()
卸载UI默认值。protected void
SynthSplitPaneUI. uninstallListeners()
从UI卸载事件侦听器。void
SynthButtonUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthColorChooserUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthComboBoxUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthDesktopIconUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthDesktopPaneUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthEditorPaneUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthInternalFrameUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthLabelUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthListUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthMenuBarUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthMenuItemUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthMenuUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthOptionPaneUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthPanelUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthPopupMenuUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthProgressBarUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthRootPaneUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthScrollBarUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthScrollPaneUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthSeparatorUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthSliderUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthSpinnerUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthSplitPaneUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthTabbedPaneUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthTableHeaderUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthTableUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthTextAreaUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthTextFieldUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthToolBarUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthToolTipUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthTreeUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。void
SynthViewportUI. update(Graphics g, JComponent c)
通知此UI委托重新绘制指定的组件。 -
Uses of Override in javax.swing.table
Methods in javax.swing.table with annotations of type Override 变量和类型 方法 描述 Dimension
JTableHeader. getPreferredSize()
返回表头的首选大小。 -
Uses of Override in javax.swing.text
Methods in javax.swing.text with annotations of type Override 变量和类型 方法 描述 protected SizeRequirements
ParagraphView. calculateMinorAxisRequirements(int axis, SizeRequirements r)
计算沿短轴的段落需求。Enumeration<TreeNode>
AbstractDocument.LeafElement. children()
以Enumeration
返回接收者的子Enumeration
。protected int
PasswordView. drawSelectedText(Graphics g, int x, int y, int p0, int p1)
protected int
PasswordView. drawUnselectedText(Graphics g, int x, int y, int p0, int p1)
float
GlyphView. getMinimumSpan(int axis)
确定此视图沿轴的最小跨度。 -
Uses of Override in javax.tools
Methods in javax.tools with annotations of type Override 变量和类型 方法 描述 Boolean
JavaCompiler.CompilationTask. call()
执行此编译任务。void
JavaFileManager. close()
直接或间接释放此文件管理器打开的所有资源。void
JavaFileManager. flush()
刷新由此文件管理器直接或间接打开输出的任何资源。boolean
StandardLocation. isModuleOrientedLocation()
指示此位置是否是面向模块的位置,因此与面向包的位置(预期包含 包/类层次结构中的类)相比,期望在 模块/包/类层次结构中包含类。boolean
StandardJavaFileManager. isSameFile(FileObject a, FileObject b)
比较两个文件对象,如果它们在任何基于文件系统的容器中表示相同的规范文件,zip文件条目或条目,则返回true。 -
Uses of Override in javax.xml.catalog
Methods in javax.xml.catalog with annotations of type Override 变量和类型 方法 描述 Source
CatalogResolver. resolve(String href, String base)
实现URIResolver。InputSource
CatalogResolver. resolveEntity(String publicId, String systemId)
实现EntityResolver
。InputStream
CatalogResolver. resolveEntity(String publicId, String systemId, String baseUri, String namespace)
实现XMLResolver
。LSInput
CatalogResolver. resolveResource(String type, String namespaceUri, String publicId, String systemId, String baseUri)
-
Uses of Override in javax.xml.datatype
Methods in javax.xml.datatype with annotations of type Override 变量和类型 方法 描述 abstract Object
XMLGregorianCalendar. clone()
创建并返回此对象的副本。boolean
XMLGregorianCalendar. equals(Object obj)
将此日历与指定对象进行比较。int
XMLGregorianCalendar. hashCode()
返回与equals方法的定义一致的哈希码。String
XMLGregorianCalendar. toString()
返回String
如此表示XMLGregorianCalendar
Object
。 -
Uses of Override in javax.xml.parsers
Methods in javax.xml.parsers with annotations of type Override 变量和类型 方法 描述 Throwable
FactoryConfigurationError. getCause()
使用JDK1.4的异常链接机制 -
Uses of Override in javax.xml.stream
Methods in javax.xml.stream with annotations of type Override 变量和类型 方法 描述 Throwable
FactoryConfigurationError. getCause()
使用JDK1.4的异常链接机制boolean
XMLEventReader. hasNext()
检查是否还有更多活动。 -
Uses of Override in javax.xml.transform
Methods in javax.xml.transform with annotations of type Override 变量和类型 方法 描述 Throwable
TransformerException. getCause()
如果原因不存在或未知,则返回此throwable或null
的原因。Throwable
TransformerFactoryConfigurationError. getCause()
使用JDK1.4的异常链接机制Throwable
TransformerException. initCause(Throwable cause)
将此throwable的 原因初始化为指定值。void
TransformerException. printStackTrace()
打印出现错误的方法跟踪。void
TransformerException. printStackTrace(PrintStream s)
打印出现错误的方法跟踪。void
TransformerException. printStackTrace(PrintWriter s)
打印出现错误的方法跟踪。 -
Uses of Override in javax.xml.transform.dom
Methods in javax.xml.transform.dom with annotations of type Override 变量和类型 方法 描述 String
DOMSource. getSystemId()
获取将解析URL的基本ID(URL或系统ID)。boolean
DOMSource. isEmpty()
指示DOMSource
对象是否为空。void
DOMSource. setSystemId(String systemID)
设置要解析URL的基本ID(URL或系统ID)。 -
Uses of Override in javax.xml.transform.sax
Methods in javax.xml.transform.sax with annotations of type Override 变量和类型 方法 描述 String
SAXSource. getSystemId()
获取将解析URI的基本ID(URI或系统ID)。boolean
SAXSource. isEmpty()
指示SAXSource
对象是否为空。void
SAXSource. setSystemId(String systemId)
设置此Source的系统标识符。 -
Uses of Override in javax.xml.transform.stax
Methods in javax.xml.transform.stax with annotations of type Override 变量和类型 方法 描述 String
StAXSource. getSystemId()
获取此StAXSource
使用的系统标识符。boolean
StAXSource. isEmpty()
指示StAXSource
对象是否为空。void
StAXSource. setSystemId(String systemId)
在StAXSource
的上下文中,显式设置系统标识符是不合适的。 -
Uses of Override in javax.xml.transform.stream
Methods in javax.xml.transform.stream with annotations of type Override 变量和类型 方法 描述 String
StreamSource. getSystemId()
获取使用setSystemId设置的系统标识符。boolean
StreamSource. isEmpty()
指示StreamSource
对象是否为空。void
StreamSource. setSystemId(String systemId)
设置此Source的系统标识符。 -
Uses of Override in javax.xml.xpath
Methods in javax.xml.xpath with annotations of type Override 变量和类型 方法 描述 Iterator<Node>
XPathNodes. iterator()
返回节点的迭代器。 -
Uses of Override in jdk.dynalink
Methods in jdk.dynalink with annotations of type Override 变量和类型 方法 描述 boolean
CallSiteDescriptor. equals(Object obj)
如果此调用站点描述符等于传递的对象,则返回true。boolean
NamedOperation. equals(Object obj)
将此命名操作与另一个对象进行比较。boolean
NamespaceOperation. equals(Object obj)
如果另一个对象也是命名空间操作并且它们的基本操作和命名空间相等,则返回true。int
CallSiteDescriptor. hashCode()
返回此调用站点描述符的基于值的哈希代码,该描述符根据其操作,方法类型和查找对象的查找类和查找模式计算得出。int
NamedOperation. hashCode()
返回此命名操作的哈希码。int
NamespaceOperation. hashCode()
返回此命名空间操作的哈希码。String
CallSiteDescriptor. toString()
返回此调用站点描述符的字符串表示形式,格式为name(parameterTypes)returnType@lookup
。String
NamedOperation. toString()
返回此命名操作的字符串表示形式。String
NamespaceOperation. toString()
返回此命名空间操作的字符串表示形式。 -
Uses of Override in jdk.dynalink.linker.support
Methods in jdk.dynalink.linker.support with annotations of type Override 变量和类型 方法 描述 boolean
CompositeTypeBasedGuardingDynamicLinker. canLinkType(类<?> type)
如果至少有一个复合链接器从TypeBasedGuardingDynamicLinker.canLinkType(Class)
为该类型返回true, 则返回true。GuardedInvocation
CompositeGuardingDynamicLinker. getGuardedInvocation(LinkRequest linkRequest, LinkerServices linkerServices)
将调用委托给其组件链接器。 -
Uses of Override in jdk.jfr
Methods in jdk.jfr with annotations of type Override 变量和类型 方法 描述 void
Recording. close()
释放与此录制相关的所有数据。abstract String
SettingControl. combine(Set<String> settingValues)
当多个录制同时运行时,将所有正在运行的录制的设置值合并为一个值,abstract String
SettingControl. getValue()
返回此设置的当前使用值,而不是null
。abstract void
SettingControl. setValue(String settingValue)
设置此设置的值。 -
Uses of Override in jdk.jfr.consumer
Methods in jdk.jfr.consumer with annotations of type Override 变量和类型 方法 描述 List<ValueDescriptor>
RecordedEvent. getFields()
返回描述事件字段的描述符列表。String
RecordedObject. toString()
返回此对象的文本表示形式。 -
Uses of Override in jdk.jshell
Methods in jdk.jshell with annotations of type Override 变量和类型 方法 描述 void
JShell. close()
关闭此状态引擎。JShellException
EvalException. getCause()
如果原因不存在或未知,则返回此EvalException
或null
表示的执行客户端中throwable的包装原因。String
ExpressionSnippet. name()
变量名称,它是表达式的值。String
ImportSnippet. name()
导入的标识名称。String
PersistentSnippet. name()
代码段的名称。String
SnippetEvent. toString()
返回事件的字符串表示形式 -
Uses of Override in jdk.jshell.execution
Methods in jdk.jshell.execution with annotations of type Override 变量和类型 方法 描述 void
StreamingExecutionControl. close()
关闭执行引擎。Map<String,String>
FailOverExecutionControlProvider. defaultParameters()
创建并返回此ExecutionControlProvider
的默认参数映射。Map<String,String>
JdiExecutionControlProvider. defaultParameters()
创建并返回此ExecutionControlProvider
的默认参数映射。Map<String,String>
LocalExecutionControlProvider. defaultParameters()
创建并返回LocalExecutionControlProvider
的默认参数映射。ExecutionControl
FailOverExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)
创建并返回本地执行的ExecutionControl
实例。ExecutionControl
LocalExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)
创建并返回本地执行的ExecutionControl
实例。String
FailOverExecutionControlProvider. name()
这个ExecutionControlProvider
的独特名称。String
JdiExecutionControlProvider. name()
这个ExecutionControlProvider
的唯一名称。String
LocalExecutionControlProvider. name()
这个ExecutionControlProvider
的独特名称。void
JdiExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)
重新定义指定的类。void
RemoteExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)
重新定义远程端的处理只是注册重新定义的类void
DirectExecutionControl. stop()
中断正在运行的调用。void
JdiDefaultExecutionControl. stop()
通过操纵远程变量并通过JDI发送停止来中断正在运行的远程调用。 -
Uses of Override in jdk.jshell.spi
Methods in jdk.jshell.spi with annotations of type Override 变量和类型 方法 描述 void
ExecutionControl. close()
关闭这个执行引擎。 -
Uses of Override in jdk.management.jfr
Methods in jdk.management.jfr with annotations of type Override 变量和类型 方法 描述 String
ConfigurationInfo. toString()
返回与此ConfigurationInfo
关联的配置的描述。String
EventTypeInfo. toString()
返回此EventTypeInfo
的描述。String
RecordingInfo. toString()
返回与此RecordingInfo
关联的记录的字符串描述String
SettingDescriptorInfo. toString()
返回String
这说明SettingDescriptorInfo
。 -
Uses of Override in jdk.nashorn.api.scripting
Methods in jdk.nashorn.api.scripting with annotations of type Override 变量和类型 方法 描述 Object
AbstractJSObject. call(Object thiz, Object... args)
不推荐使用,要删除:此API元素将在以后的版本中删除。Object
AbstractJSObject. eval(String s)
不推荐使用,要删除:此API元素将在以后的版本中删除。Object
AbstractJSObject. getMember(String name)
不推荐使用,要删除:此API元素将在以后的版本中删除。Object
AbstractJSObject. getSlot(int index)
不推荐使用,要删除:此API元素将在以后的版本中删除。boolean
AbstractJSObject. hasMember(String name)
不推荐使用,要删除:此API元素将在以后的版本中删除。boolean
AbstractJSObject. hasSlot(int slot)
不推荐使用,要删除:此API元素将在以后的版本中删除。boolean
AbstractJSObject. isArray()
不推荐使用,要删除:此API元素将在以后的版本中删除。boolean
AbstractJSObject. isFunction()
不推荐使用,要删除:此API元素将在以后的版本中删除。boolean
AbstractJSObject. isInstance(Object instance)
不推荐使用,要删除:此API元素将在以后的版本中删除。boolean
AbstractJSObject. isStrictFunction()
不推荐使用,要删除:此API元素将在以后的版本中删除。Set<String>
AbstractJSObject. keySet()
不推荐使用,要删除:此API元素将在以后的版本中删除。Object
AbstractJSObject. newObject(Object... args)
不推荐使用,要删除:此API元素将在以后的版本中删除。void
AbstractJSObject. removeMember(String name)
不推荐使用,要删除:此API元素将在以后的版本中删除。void
AbstractJSObject. setMember(String name, Object value)
不推荐使用,要删除:此API元素将在以后的版本中删除。void
AbstractJSObject. setSlot(int index, Object value)
不推荐使用,要删除:此API元素将在以后的版本中删除。double
AbstractJSObject. toNumber()
已过时。Collection<Object>
AbstractJSObject. values()
不推荐使用,要删除:此API元素将在以后的版本中删除。 -
Uses of Override in jdk.nashorn.api.tree
Methods in jdk.nashorn.api.tree with annotations of type Override 变量和类型 方法 描述 ExpressionTree
DoWhileLoopTree. getCondition()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回此do-while语句的条件表达式。ExpressionTree
ForLoopTree. getCondition()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回此'for'语句的条件表达式。ExpressionTree
WhileLoopTree. getCondition()
不推荐使用,要删除:此API元素将在以后的版本中删除。这个'while'语句的条件表达式。String
BreakTree. getLabel()
不推荐使用,要删除:此API元素将在以后的版本中删除。与此break语句关联的标签。String
ContinueTree. getLabel()
不推荐使用,要删除:此API元素将在以后的版本中删除。与此continue语句关联的标签。StatementTree
DoWhileLoopTree. getStatement()
不推荐使用,要删除:此API元素将在以后的版本中删除。该do-while声明中包含的声明。StatementTree
ForInLoopTree. getStatement()
不推荐使用,要删除:此API元素将在以后的版本中删除。此for..in语句中包含的声明。StatementTree
ForLoopTree. getStatement()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回此'for'语句中包含的语句。StatementTree
ForOfLoopTree. getStatement()
不推荐使用,要删除:此API元素将在以后的版本中删除。声明中包含的声明。StatementTree
WhileLoopTree. getStatement()
不推荐使用,要删除:此API元素将在以后的版本中删除。该声明中包含的声明。R
SimpleTreeVisitorES5_1. visitClassDeclaration(ClassDeclarationTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问一个ClassDeclarationTree
通过调用树visitUnknown
。R
SimpleTreeVisitorES6. visitClassDeclaration(ClassDeclarationTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问类语句树。R
SimpleTreeVisitorES5_1. visitClassExpression(ClassExpressionTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问一个ClassExpressionTree
通过调用树visitUnknown
。R
SimpleTreeVisitorES6. visitClassExpression(ClassExpressionTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问类表达式树。R
SimpleTreeVisitorES5_1. visitExportEntry(ExportEntryTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问ExportEntryTree
树,访问visitUnknown
。R
SimpleTreeVisitorES6. visitExportEntry(ExportEntryTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问Module ExportEntry树。R
SimpleTreeVisitorES5_1. visitForOfLoop(ForOfLoopTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问ForOfLoopTree
树,访问visitUnknown
。R
SimpleTreeVisitorES6. visitForOfLoop(ForOfLoopTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问for语句树。R
SimpleTreeVisitorES5_1. visitImportEntry(ImportEntryTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问ImportEntryTree
树,请致电visitUnknown
。R
SimpleTreeVisitorES6. visitImportEntry(ImportEntryTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问Module ImportEntry树。R
SimpleTreeVisitorES5_1. visitModule(ModuleTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问一个ModuleTree
通过调用树visitUnknown
。R
SimpleTreeVisitorES6. visitModule(ModuleTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问模块树。R
SimpleTreeVisitorES5_1. visitSpread(SpreadTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问一个SpreadTree
通过调用树visitUnknown
。R
SimpleTreeVisitorES6. visitSpread(SpreadTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问'spread'表达式树。R
SimpleTreeVisitorES5_1. visitTemplateLiteral(TemplateLiteralTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。通过致电visitUnknown
访问TemplateLiteralTree
树。R
SimpleTreeVisitorES6. visitTemplateLiteral(TemplateLiteralTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问模板文字树。R
SimpleTreeVisitorES5_1. visitUnknown(树 node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问未知表达式/语句树。R
SimpleTreeVisitorES5_1. visitYield(YieldTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问一个YieldTree
通过调用树visitUnknown
。R
SimpleTreeVisitorES6. visitYield(YieldTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问'yield'表达式树。
-