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 AssociationSendFailedNotification. association()返回此通知适用的关联。booleanSctpStandardSocketOptions.InitMaxStreams. equals(Object obj)如果指定的对象是另一个具有相同数量的输入和输出绑定流的另一个InitMaxStreams实例,则返回true。HandlerResultAbstractNotificationHandler. handleNotification(Notification notification, T attachment)从SCTP堆栈收到实现特定通知时调用。intSctpStandardSocketOptions.InitMaxStreams. hashCode()返回此init max流的哈希码值。StringSctpStandardSocketOptions.InitMaxStreams. toString()返回此init max流的字符串表示形式,包括最大输入和输出绑定流。intSctpChannel. validOps()返回标识此通道支持的操作的操作集。intSctpMultiChannel. validOps()返回标识此通道支持的操作的操作集。intSctpServerChannel. 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检索条目。voidConfigFile. refresh()通过重新读取所有登录配置来刷新并重新加载Configuration。 -
Uses of Override in com.sun.source.util
Methods in com.sun.source.util with annotations of type Override 变量和类型 方法 描述 Iterator<树>TreePath. iterator()从叶到根迭代。RDocTreePathScanner. scan(DocTree tree, P p)扫描单个节点。RTreePathScanner. scan(树 tree, P p)扫描单个节点。RSimpleTreeVisitor. visitAnnotatedType(AnnotatedTypeTree node, P p)访问AnnotatedTypeTree节点。RTreeScanner. visitAnnotatedType(AnnotatedTypeTree node, P p)访问AnnotatedTypeTree节点。RSimpleTreeVisitor. visitAnnotation(AnnotationTree node, P p)访问AnnotatedTree节点。RTreeScanner. visitAnnotation(AnnotationTree node, P p)访问AnnotatedTree节点。RSimpleTreeVisitor. visitArrayAccess(ArrayAccessTree node, P p)访问ArrayAccessTree节点。RTreeScanner. visitArrayAccess(ArrayAccessTree node, P p)访问ArrayAccessTree节点。RSimpleTreeVisitor. visitArrayType(ArrayTypeTree node, P p)访问ArrayTypeTree节点。RTreeScanner. visitArrayType(ArrayTypeTree node, P p)访问ArrayTypeTree节点。RSimpleTreeVisitor. visitAssert(AssertTree node, P p)访问AssertTree节点。RTreeScanner. visitAssert(AssertTree node, P p)访问AssertTree节点。RSimpleTreeVisitor. visitAssignment(AssignmentTree node, P p)访问AssignmentTree节点。RTreeScanner. visitAssignment(AssignmentTree node, P p)访问AssignmentTree节点。RDocTreeScanner. visitAttribute(AttributeTree node, P p)访问AttributeTree节点。RSimpleDocTreeVisitor. visitAttribute(AttributeTree node, P p)访问AttributeTree节点。RDocTreeScanner. visitAuthor(AuthorTree node, P p)访问AuthorTree节点。RSimpleDocTreeVisitor. visitAuthor(AuthorTree node, P p)访问AuthorTree节点。RSimpleTreeVisitor. visitBinary(BinaryTree node, P p)访问BinaryTree节点。RTreeScanner. visitBinary(BinaryTree node, P p)访问BinaryTree节点。RSimpleTreeVisitor. visitBlock(BlockTree node, P p)访问BlockTree节点。RTreeScanner. visitBlock(BlockTree node, P p)访问BlockTree节点。RSimpleTreeVisitor. visitBreak(BreakTree node, P p)访问BreakTree节点。RTreeScanner. visitBreak(BreakTree node, P p)访问BreakTree节点。RSimpleTreeVisitor. visitCase(CaseTree node, P p)访问CaseTree节点。RTreeScanner. visitCase(CaseTree node, P p)访问CaseTree节点。RSimpleTreeVisitor. visitCatch(CatchTree node, P p)访问CatchTree节点。RTreeScanner. visitCatch(CatchTree node, P p)访问CatchTree节点。RSimpleTreeVisitor. visitClass(ClassTree node, P p)访问ClassTree节点。RTreeScanner. visitClass(ClassTree node, P p)访问ClassTree节点。RDocTreeScanner. visitComment(CommentTree node, P p)访问CommentTree节点。RSimpleDocTreeVisitor. visitComment(CommentTree node, P p)访问CommentTree节点。RSimpleTreeVisitor. visitCompilationUnit(CompilationUnitTree node, P p)访问CompilationUnitTree节点。RTreeScanner. visitCompilationUnit(CompilationUnitTree node, P p)访问CompilationUnitTree节点。RSimpleTreeVisitor. visitCompoundAssignment(CompoundAssignmentTree node, P p)访问CompoundAssignmentTree节点。RTreeScanner. visitCompoundAssignment(CompoundAssignmentTree node, P p)访问CompoundAssignmentTree节点。RSimpleTreeVisitor. visitConditionalExpression(ConditionalExpressionTree node, P p)访问ConditionalExpressionTree节点。RTreeScanner. visitConditionalExpression(ConditionalExpressionTree node, P p)访问ConditionalExpressionTree节点。RSimpleTreeVisitor. visitContinue(ContinueTree node, P p)访问ContinueTree节点。RTreeScanner. visitContinue(ContinueTree node, P p)访问ContinueTree节点。RDocTreeScanner. visitDeprecated(DeprecatedTree node, P p)访问DeprecatedTree节点。RSimpleDocTreeVisitor. visitDeprecated(DeprecatedTree node, P p)访问DeprecatedTree节点。RDocTreeScanner. visitDocComment(DocCommentTree node, P p)访问DocCommentTree节点。RSimpleDocTreeVisitor. visitDocComment(DocCommentTree node, P p)访问DocCommentTree节点。RDocTreeScanner. visitDocRoot(DocRootTree node, P p)访问DocRootTree节点。RSimpleDocTreeVisitor. visitDocRoot(DocRootTree node, P p)访问DocRootTree节点。RDocTreeScanner. visitDocType(DocTypeTree node, P p)访问DocTypeTree节点。RSimpleDocTreeVisitor. visitDocType(DocTypeTree node, P p)访问DocTypeTree节点。RSimpleTreeVisitor. visitDoWhileLoop(DoWhileLoopTree node, P p)访问DoWhileTree节点。RTreeScanner. visitDoWhileLoop(DoWhileLoopTree node, P p)访问DoWhileTree节点。RSimpleTreeVisitor. visitEmptyStatement(EmptyStatementTree node, P p)访问EmptyStatementTree节点。RTreeScanner. visitEmptyStatement(EmptyStatementTree node, P p)访问EmptyStatementTree节点。RDocTreeScanner. visitEndElement(EndElementTree node, P p)访问EndElementTree节点。RSimpleDocTreeVisitor. visitEndElement(EndElementTree node, P p)访问EndElementTree节点。RSimpleTreeVisitor. visitEnhancedForLoop(EnhancedForLoopTree node, P p)访问EnhancedForLoopTree节点。RTreeScanner. visitEnhancedForLoop(EnhancedForLoopTree node, P p)访问EnhancedForLoopTree节点。RDocTreeScanner. visitEntity(EntityTree node, P p)访问EntityTree节点。RSimpleDocTreeVisitor. visitEntity(EntityTree node, P p)访问EntityTree节点。RDocTreeScanner. visitErroneous(ErroneousTree node, P p)访问ErroneousTree节点。RSimpleDocTreeVisitor. visitErroneous(ErroneousTree node, P p)访问ErroneousTree节点。RTreeScanner. visitErroneous(ErroneousTree node, P p)访问ErroneousTree节点。RSimpleTreeVisitor. visitExpressionStatement(ExpressionStatementTree node, P p)访问ExpressionStatementTree节点。RTreeScanner. visitExpressionStatement(ExpressionStatementTree node, P p)访问ExpressionStatementTree节点。RSimpleTreeVisitor. visitForLoop(ForLoopTree node, P p)访问ForLoopTree节点。RTreeScanner. visitForLoop(ForLoopTree node, P p)访问ForLoopTree节点。RDocTreeScanner. visitHidden(HiddenTree node, P p)访问HiddenTree节点。RSimpleDocTreeVisitor. visitHidden(HiddenTree node, P p)访问HiddenTree节点。RDocTreeScanner. visitIdentifier(IdentifierTree node, P p)访问IdentifierTree节点。RSimpleDocTreeVisitor. visitIdentifier(IdentifierTree node, P p)访问IdentifierTree节点。RSimpleTreeVisitor. visitIdentifier(IdentifierTree node, P p)访问IdentifierTree节点。RTreeScanner. visitIdentifier(IdentifierTree node, P p)访问IdentifierTree节点。RSimpleTreeVisitor. visitIf(IfTree node, P p)访问IfTree节点。RTreeScanner. visitIf(IfTree node, P p)访问IfTree节点。RSimpleTreeVisitor. visitImport(ImportTree node, P p)访问ImportTree节点。RTreeScanner. visitImport(ImportTree node, P p)访问ImportTree节点。RDocTreeScanner. visitIndex(IndexTree node, P p)访问IndexTree节点。RSimpleDocTreeVisitor. visitIndex(IndexTree node, P p)访问IndexTree节点。RDocTreeScanner. visitInheritDoc(InheritDocTree node, P p)访问InheritDocTree节点。RSimpleDocTreeVisitor. visitInheritDoc(InheritDocTree node, P p)访问InheritDocTree节点。RSimpleTreeVisitor. visitInstanceOf(InstanceOfTree node, P p)访问InstanceOfTree节点。RTreeScanner. visitInstanceOf(InstanceOfTree node, P p)访问InstanceOfTree节点。RSimpleTreeVisitor. visitIntersectionType(IntersectionTypeTree node, P p)访问IntersectionTypeTree节点。RTreeScanner. visitIntersectionType(IntersectionTypeTree node, P p)访问IntersectionTypeTree节点。RSimpleTreeVisitor. visitLabeledStatement(LabeledStatementTree node, P p)访问LabeledStatementTree节点。RTreeScanner. visitLabeledStatement(LabeledStatementTree node, P p)访问LabeledStatementTree节点。RSimpleTreeVisitor. visitLambdaExpression(LambdaExpressionTree node, P p)访问LambdaExpressionTree节点。RTreeScanner. visitLambdaExpression(LambdaExpressionTree node, P p)访问LambdaExpressionTree节点。RDocTreeScanner. visitLink(LinkTree node, P p)访问LinkTree节点。RSimpleDocTreeVisitor. visitLink(LinkTree node, P p)访问LinkTree节点。RDocTreeScanner. visitLiteral(LiteralTree node, P p)访问LiteralTree节点。RSimpleDocTreeVisitor. visitLiteral(LiteralTree node, P p)访问LiteralTree节点。RSimpleTreeVisitor. visitLiteral(LiteralTree node, P p)访问LiteralTree节点。RTreeScanner. visitLiteral(LiteralTree node, P p)访问LiteralTree节点。RSimpleTreeVisitor. visitMemberReference(MemberReferenceTree node, P p)访问MemberReferenceTree节点。RTreeScanner. visitMemberReference(MemberReferenceTree node, P p)访问MemberReferenceTree节点。RSimpleTreeVisitor. visitMemberSelect(MemberSelectTree node, P p)访问MemberSelectTree节点。RTreeScanner. visitMemberSelect(MemberSelectTree node, P p)访问MemberSelectTree节点。RSimpleTreeVisitor. visitMethod(MethodTree node, P p)访问MethodTree节点。RTreeScanner. visitMethod(MethodTree node, P p)访问MethodTree节点。RSimpleTreeVisitor. visitMethodInvocation(MethodInvocationTree node, P p)访问MethodInvocationTree节点。RTreeScanner. visitMethodInvocation(MethodInvocationTree node, P p)访问MethodInvocationTree节点。RSimpleTreeVisitor. visitModifiers(ModifiersTree node, P p)访问ModifiersTree节点。RTreeScanner. visitModifiers(ModifiersTree node, P p)访问ModifiersTree节点。RSimpleTreeVisitor. visitNewArray(NewArrayTree node, P p)访问NewArrayTree节点。RTreeScanner. visitNewArray(NewArrayTree node, P p)访问NewArrayTree节点。RSimpleTreeVisitor. visitNewClass(NewClassTree node, P p)访问NewClassTree节点。RTreeScanner. visitNewClass(NewClassTree node, P p)访问NewClassTree节点。RDocTreeScanner. visitOther(DocTree node, P p)访问未知类型的DocTree节点。RSimpleDocTreeVisitor. visitOther(DocTree node, P p)访问未知类型的DocTree节点。RSimpleTreeVisitor. visitOther(树 node, P p)访问未知类型的Tree节点。RTreeScanner. visitOther(树 node, P p)访问未知类型的Tree节点。RSimpleTreeVisitor. visitPackage(PackageTree node, P p)访问PackageTree节点。RTreeScanner. visitPackage(PackageTree node, P p)访问PackageTree节点。RDocTreeScanner. visitParam(ParamTree node, P p)访问ParamTree节点。RSimpleDocTreeVisitor. visitParam(ParamTree node, P p)访问ParamTree节点。RSimpleTreeVisitor. visitParameterizedType(ParameterizedTypeTree node, P p)访问ParameterizedTypeTree节点。RTreeScanner. visitParameterizedType(ParameterizedTypeTree node, P p)访问ParameterizedTypeTree节点。RSimpleTreeVisitor. visitParenthesized(ParenthesizedTree node, P p)访问ParenthesizedTree节点。RTreeScanner. visitParenthesized(ParenthesizedTree node, P p)访问ParenthesizedTree节点。RSimpleTreeVisitor. visitPrimitiveType(PrimitiveTypeTree node, P p)访问PrimitiveTypeTree节点。RTreeScanner. visitPrimitiveType(PrimitiveTypeTree node, P p)访问PrimitiveTypeTree节点。RDocTreeScanner. visitProvides(ProvidesTree node, P p)访问ProvideTree节点。RSimpleDocTreeVisitor. visitProvides(ProvidesTree node, P p)访问ProvideTree节点。RDocTreeScanner. visitReference(ReferenceTree node, P p)访问ReferenceTree节点。RSimpleDocTreeVisitor. visitReference(ReferenceTree node, P p)访问ReferenceTree节点。RDocTreeScanner. visitReturn(ReturnTree node, P p)访问ReturnTree节点。RSimpleDocTreeVisitor. visitReturn(ReturnTree node, P p)访问ReturnTree节点。RSimpleTreeVisitor. visitReturn(ReturnTree node, P p)访问ReturnTree节点。RTreeScanner. visitReturn(ReturnTree node, P p)访问ReturnTree节点。RDocTreeScanner. visitSee(SeeTree node, P p)访问SeeTree节点。RSimpleDocTreeVisitor. visitSee(SeeTree node, P p)访问SeeTree节点。RDocTreeScanner. visitSerial(SerialTree node, P p)访问SerialTree节点。RSimpleDocTreeVisitor. visitSerial(SerialTree node, P p)访问SerialTree节点。RDocTreeScanner. visitSerialData(SerialDataTree node, P p)访问SerialDataTree节点。RSimpleDocTreeVisitor. visitSerialData(SerialDataTree node, P p)访问SerialDataTree节点。RDocTreeScanner. visitSerialField(SerialFieldTree node, P p)访问SerialFieldTree节点。RSimpleDocTreeVisitor. visitSerialField(SerialFieldTree node, P p)访问SerialFieldTree节点。RDocTreeScanner. visitSince(SinceTree node, P p)访问SinceTree节点。RSimpleDocTreeVisitor. visitSince(SinceTree node, P p)访问SinceTree节点。RDocTreeScanner. visitStartElement(StartElementTree node, P p)访问StartElementTree节点。RSimpleDocTreeVisitor. visitStartElement(StartElementTree node, P p)访问StartElementTree节点。RDocTreeScanner. visitSummary(SummaryTree node, P p)访问SummaryTree节点。RSimpleDocTreeVisitor. visitSummary(SummaryTree node, P p)访问SummaryTree节点。RSimpleTreeVisitor. visitSwitch(SwitchTree node, P p)访问SwitchTree节点。RTreeScanner. visitSwitch(SwitchTree node, P p)访问SwitchTree节点。RSimpleTreeVisitor. visitSynchronized(SynchronizedTree node, P p)访问SynchronizedTree节点。RTreeScanner. visitSynchronized(SynchronizedTree node, P p)访问SynchronizedTree节点。RDocTreeScanner. visitText(TextTree node, P p)访问TextTree节点。RSimpleDocTreeVisitor. visitText(TextTree node, P p)访问TextTree节点。RSimpleTreeVisitor. visitThrow(ThrowTree node, P p)访问ThrowTree节点。RTreeScanner. visitThrow(ThrowTree node, P p)访问ThrowTree节点。RDocTreeScanner. visitThrows(ThrowsTree node, P p)访问ThrowsTree节点。RSimpleDocTreeVisitor. visitThrows(ThrowsTree node, P p)访问ThrowsTree节点。RSimpleTreeVisitor. visitTry(TryTree node, P p)访问TryTree节点。RTreeScanner. visitTry(TryTree node, P p)访问TryTree节点。RSimpleTreeVisitor. visitTypeCast(TypeCastTree node, P p)访问TypeCastTree节点。RTreeScanner. visitTypeCast(TypeCastTree node, P p)访问TypeCastTree节点。RSimpleTreeVisitor. visitTypeParameter(TypeParameterTree node, P p)访问TypeParameterTree节点。RTreeScanner. visitTypeParameter(TypeParameterTree node, P p)访问TypeParameterTree节点。RSimpleTreeVisitor. visitUnary(UnaryTree node, P p)访问UnaryTree节点。RTreeScanner. visitUnary(UnaryTree node, P p)访问UnaryTree节点。RSimpleTreeVisitor. visitUnionType(UnionTypeTree node, P p)访问UnionTypeTree节点。RTreeScanner. visitUnionType(UnionTypeTree node, P p)访问UnionTypeTree节点。RDocTreeScanner. visitUnknownBlockTag(UnknownBlockTagTree node, P p)访问UnknownBlockTagTree节点。RSimpleDocTreeVisitor. visitUnknownBlockTag(UnknownBlockTagTree node, P p)访问UnknownBlockTagTree节点。RDocTreeScanner. visitUnknownInlineTag(UnknownInlineTagTree node, P p)访问UnknownInlineTagTree节点。RSimpleDocTreeVisitor. visitUnknownInlineTag(UnknownInlineTagTree node, P p)访问UnknownInlineTagTree节点。RDocTreeScanner. visitUses(UsesTree node, P p)访问UsesTree节点。RSimpleDocTreeVisitor. visitUses(UsesTree node, P p)访问UsesTree节点。RDocTreeScanner. visitValue(ValueTree node, P p)访问ValueTree节点。RSimpleDocTreeVisitor. visitValue(ValueTree node, P p)访问ValueTree节点。RSimpleTreeVisitor. visitVariable(VariableTree node, P p)访问VariableTree节点。RTreeScanner. visitVariable(VariableTree node, P p)访问VariableTree节点。RDocTreeScanner. visitVersion(VersionTree node, P p)访问VersionTreeTree节点。RSimpleDocTreeVisitor. visitVersion(VersionTree node, P p)访问VersionTreeTree节点。RSimpleTreeVisitor. visitWhileLoop(WhileLoopTree node, P p)访问WhileLoopTree节点。RTreeScanner. visitWhileLoop(WhileLoopTree node, P p)访问WhileLoopTree节点。RSimpleTreeVisitor. visitWildcard(WildcardTree node, P p)访问WildcardTypeTree节点。RTreeScanner. visitWildcard(WildcardTree node, P p)访问WildcardTypeTree节点。 -
Uses of Override in java.applet
Methods in java.applet with annotations of type Override 变量和类型 方法 描述 booleanApplet. isValidateRoot()已过时。指示此容器是否为验证根。 -
Uses of Override in java.awt
Methods in java.awt with annotations of type Override 变量和类型 方法 描述 ColorWindow. getBackground()获取此窗口的背景颜色。voidContainer. invalidate()使容器无效。booleanWindow. isOpaque()指示窗口当前是否不透明。booleanWindow. isValidateRoot()指示此容器是否为验证根。voidWindow. paint(Graphics g)涂抹容器。voidWindow. setBackground(Color bgColor)设置此窗口的背景颜色。voidWindow. setLocation(int x, int y)将此组件移动到新位置。voidWindow. setLocation(Point p)将此组件移动到新位置。voidFileDialog. setTitle(String title)设置对话框的标题。StringRobot. 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的DataFlavors,数据传输子系统可以将指定的String本机转换为该数据。Map<String,DataFlavor>SystemFlavorMap. getFlavorsForNatives(String[] natives)返回Map指定的Stringnative到其最优选DataFlavor。List<String>SystemFlavorMap. getNativesForFlavor(DataFlavor flav)返回List的String本机,数据传输子系统可以将指定的DataFlavor转换DataFlavor。Map<DataFlavor,String>SystemFlavorMap. getNativesForFlavors(DataFlavor[] flavors)返回Map指定的DataFlavors到其大多数首选String本地人。 -
Uses of Override in java.awt.image
Methods in java.awt.image with annotations of type Override 变量和类型 方法 描述 booleanColorModel. equals(Object obj)此方法仅委托Object的默认实现,这与==测试相同,因为此类无法在多个独立子类分支之间强制执行适当的相等性测试。booleanComponentColorModel. equals(Object obj)测试指定Object是一个实例ComponentColorModel和等于这个ComponentColorModel。booleanIndexColorModel. equals(Object obj)如果指定的测试Object是一个实例IndexColorModel,以及它是否该IndexColorModelbooleanPackedColorModel. equals(Object obj)测试指定的Object是否为Object的实例PackedColorModel等于此PackedColorModel。GraphicsAbstractMultiResolutionImage. getGraphics()根据基础Image#getGraphics()方法的合同,此实现将始终抛出UnsupportedOperationException因为只有屏幕外图像才能返回Graphics对象。intAbstractMultiResolutionImage. getHeight(ImageObserver observer)此方法只是委托基础映像上的相同方法,它相当于:getBaseImage().getHeight(observer)。ObjectAbstractMultiResolutionImage. getProperty(String name, ImageObserver observer)此方法只是委托基础映像上的相同方法,它相当于:getBaseImage().getProperty(name, observer)。ImageProducerAbstractMultiResolutionImage. getSource()此方法只是委托基础映像上的相同方法,它相当于:getBaseImage().getSource()。intAbstractMultiResolutionImage. getWidth(ImageObserver observer)此方法只是委托基础映像上的相同方法,它相当于:getBaseImage().getWidth(observer)。intColorModel. hashCode()此方法仅委托Object的默认实现,该实现返回类的系统ID。intComponentColorModel. hashCode()返回此ComponentColorModel的哈希码。intIndexColorModel. hashCode()返回IndexColorModel的哈希码。intPackedColorModel. hashCode()返回此PackedColorModel的哈希码。 -
Uses of Override in java.beans
Methods in java.beans with annotations of type Override 变量和类型 方法 描述 voidExpression. execute()execute方法找到一个名称与methodName属性相同的方法,并在目标上调用该方法。BeanInfo[]SimpleBeanInfo. getAdditionalBeanInfo()声明没有其他相关的BeanInfo对象。BeanDescriptorSimpleBeanInfo. getBeanDescriptor()拒绝了解bean的类和定制器的知识。intSimpleBeanInfo. getDefaultEventIndex()拒绝了解默认事件。intSimpleBeanInfo. getDefaultPropertyIndex()拒绝了解默认属性。EventSetDescriptor[]SimpleBeanInfo. getEventSetDescriptors()否认事件集的知识。ImageSimpleBeanInfo. getIcon(int iconKind)声称没有可用的图标。MethodDescriptor[]SimpleBeanInfo. getMethodDescriptors()否认方法知识。PropertyDescriptor[]SimpleBeanInfo. getPropertyDescriptors()否认属性的知识。 -
Uses of Override in java.io
Methods in java.io with annotations of type Override 变量和类型 方法 描述 voidFilterOutputStream. close()关闭此输出流并释放与该流关联的所有系统资源。booleanFilePermission. equals(Object obj)检查两个FilePermission对象是否相等。voidBufferedOutputStream. flush()刷新此缓冲的输出流。voidFilterOutputStream. flush()刷新此输出流并强制将任何缓冲的输出字节写出到流中。StringFilePermission. getActions()返回操作的“规范字符串表示形式”。IOExceptionUncheckedIOException. getCause()返回此异常的原因。intFilePermission. hashCode()返回此对象的哈希码值。booleanFilePermission. implies(Permission p)检查此FilePermission对象是否“隐含”指定的权限。PermissionCollectionFilePermission. newPermissionCollection()返回用于存储FilePermission对象的新PermissionCollection对象。voidBufferedOutputStream. write(byte[] b, int off, int len)将从偏移量为off的指定字节数组中的len字节写入此缓冲的输出流。voidBufferedOutputStream. write(int b)将指定的字节写入此缓冲的输出流。voidFilterOutputStream. write(byte[] b)将b.length字节写入此输出流。voidFilterOutputStream. write(byte[] b, int off, int len)从指定的byte数组(从偏移off开始)将len字节写入此输出流。voidFilterOutputStream. write(int b)将指定的byte写入此输出流。 -
Uses of Override in java.lang
Methods in java.lang with annotations of type Override 变量和类型 方法 描述 StringBufferStringBuffer. append(boolean b)StringBufferStringBuffer. append(char c)StringBufferStringBuffer. append(char[] str)StringBufferStringBuffer. append(char[] str, int offset, int len)StringBufferStringBuffer. append(double d)StringBufferStringBuffer. append(float f)StringBufferStringBuffer. append(int i)StringBufferStringBuffer. append(long lng)StringBufferStringBuffer. append(CharSequence s)将指定的CharSequence追加到此序列。StringBufferStringBuffer. append(CharSequence s, int start, int end)StringBufferStringBuffer. append(Object obj)StringBufferStringBuffer. append(String str)StringBuilderStringBuilder. append(boolean b)StringBuilderStringBuilder. append(char c)StringBuilderStringBuilder. append(char[] str)StringBuilderStringBuilder. append(char[] str, int offset, int len)StringBuilderStringBuilder. append(double d)StringBuilderStringBuilder. append(float f)StringBuilderStringBuilder. append(int i)StringBuilderStringBuilder. append(long lng)StringBuilderStringBuilder. append(CharSequence s)StringBuilderStringBuilder. append(CharSequence s, int start, int end)StringBuilderStringBuilder. append(Object obj)StringBuilderStringBuilder. append(String str)StringBufferStringBuffer. appendCodePoint(int codePoint)StringBuilderStringBuilder. appendCodePoint(int codePoint)intStringBuffer. capacity()charStringBuffer. charAt(int index)IntStreamString. chars()返回int的流,对此序列中的char值进行零扩展。protected ObjectThread. clone()抛出CloneNotSupportedException,因为无法有意义地克隆线程。intStringBuffer. codePointAt(int index)intStringBuffer. codePointBefore(int index)intStringBuffer. codePointCount(int beginIndex, int endIndex)IntStreamString. codePoints()返回此序列中的代码点值流。intProcessHandle. compareTo(ProcessHandle other)将此ProcessHandle与指定的ProcessHandle进行比较以获得订单。intRuntime.Version. compareTo(Runtime.Version obj)将此版本与另一版本进行比较。intStringBuffer. compareTo(StringBuffer another)StringBuffer字典顺序比较两个StringBuffer实例。intStringBuilder. compareTo(StringBuilder another)StringBuilder字典顺序比较两个StringBuilder实例。StringBufferStringBuffer. delete(int start, int end)StringBuilderStringBuilder. delete(int start, int end)StringBufferStringBuffer. deleteCharAt(int index)StringBuilderStringBuilder. deleteCharAt(int index)voidStringBuffer. ensureCapacity(int minimumCapacity)booleanProcessHandle. equals(Object other)如果other对象为非null,则返回true,具有相同的实现,并表示相同的系统进程; 否则返回false。booleanRuntime.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)voidStringBuffer. 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)intBoolean. hashCode()返回此Boolean对象的哈希码。intByte. hashCode()返回此Byte的哈希码; 等于调用intValue()的结果。intCharacter. hashCode()返回此Character的哈希码; 等于调用charValue()的结果。intDouble. hashCode()返回此Double对象的哈希码。intFloat. hashCode()返回此Float对象的哈希码。intInteger. hashCode()返回此Integer的哈希码。intLong. hashCode()返回此Long的哈希码。intPackage. hashCode()返回从包名称计算的哈希码。intProcessHandle. hashCode()返回此ProcessHandle的哈希码值。intRuntime.Version. hashCode()返回此版本的哈希码。intShort. hashCode()返回此Short的哈希码; 等于调用intValue()的结果。intStringBuffer. indexOf(String str)intStringBuffer. indexOf(String str, int fromIndex)intStringBuilder. indexOf(String str)intStringBuilder. indexOf(String str, int fromIndex)StringBufferStringBuffer. insert(int offset, boolean b)StringBufferStringBuffer. insert(int offset, char c)StringBufferStringBuffer. insert(int offset, char[] str)StringBufferStringBuffer. insert(int index, char[] str, int offset, int len)StringBufferStringBuffer. insert(int offset, double d)StringBufferStringBuffer. insert(int offset, float f)StringBufferStringBuffer. insert(int offset, int i)StringBufferStringBuffer. insert(int offset, long l)StringBufferStringBuffer. insert(int dstOffset, CharSequence s)StringBufferStringBuffer. insert(int dstOffset, CharSequence s, int start, int end)StringBufferStringBuffer. insert(int offset, Object obj)StringBufferStringBuffer. insert(int offset, String str)StringBuilderStringBuilder. insert(int offset, boolean b)StringBuilderStringBuilder. insert(int offset, char c)StringBuilderStringBuilder. insert(int offset, char[] str)StringBuilderStringBuilder. insert(int index, char[] str, int offset, int len)StringBuilderStringBuilder. insert(int offset, double d)StringBuilderStringBuilder. insert(int offset, float f)StringBuilderStringBuilder. insert(int offset, int i)StringBuilderStringBuilder. insert(int offset, long l)StringBuilderStringBuilder. insert(int dstOffset, CharSequence s)StringBuilderStringBuilder. insert(int dstOffset, CharSequence s, int start, int end)StringBuilderStringBuilder. insert(int offset, Object obj)StringBuilderStringBuilder. insert(int offset, String str)booleanClass. isAnnotationPresent(类<? extends Annotation> annotationClass)如果此元素上 存在指定类型的注释,则返回true,否则返回false。booleanPackage. isAnnotationPresent(类<? extends Annotation> annotationClass)如果此元素上 存在指定类型的注释,则返回true,否则返回false。intStringBuffer. lastIndexOf(String str)intStringBuffer. lastIndexOf(String str, int fromIndex)intStringBuilder. lastIndexOf(String str)intStringBuilder. lastIndexOf(String str, int fromIndex)intStringBuffer. offsetByCodePoints(int index, int codePointOffset)StringBufferStringBuffer. replace(int start, int end, String str)StringBuilderStringBuilder. replace(int start, int end, String str)StringBufferStringBuffer. reverse()StringBuilderStringBuilder. reverse()voidThread. run()如果使用单独的Runnable运行对象构造此线程,则调用该Runnable对象的run方法; 否则,此方法不执行任何操作并返回。voidStringBuffer. setCharAt(int index, char ch)voidStringBuffer. setLength(int newLength)CharSequenceStringBuffer. subSequence(int start, int end)StringStringBuffer. substring(int start)StringStringBuffer. substring(int start, int end)StringModule. toString()返回此模块的字符串表示形式。StringModuleLayer. toString()返回描述此模块层的字符串。StringPackage. toString()返回此Package的字符串表示形式。StringRuntime.Version. toString()返回此版本的字符串表示形式。voidStringBuffer. trimToSize() -
Uses of Override in java.lang.invoke
Methods in java.lang.invoke with annotations of type Override 变量和类型 方法 描述 MethodHandleConstantCallSite. dynamicInvoker()返回此调用站点的永久目标。booleanMethodType. equals(Object x)将指定对象与此类型进行比较以获得相等性。MethodHandleConstantCallSite. getTarget()返回调用点,其行为类似于目标方法final的领域ConstantCallSite。MethodHandleMutableCallSite. getTarget()返回调用站点的目标方法,其行为类似于MutableCallSite的普通字段。MethodHandleVolatileCallSite. getTarget()返回调用点,其行为类似于目标方法volatile的领域VolatileCallSite。intMethodType. hashCode()返回此方法类型的哈希码值。voidConstantCallSite. setTarget(MethodHandle ignore)voidMutableCallSite. setTarget(MethodHandle newTarget)更新此调用站点的目标方法,作为普通变量。voidVolatileCallSite. setTarget(MethodHandle newTarget)将此调用站点的目标方法更新为volatile变量。StringMethodHandle. toString()返回方法句柄的字符串表示形式,从字符串"MethodHandle"开始,以方法句柄类型的字符串表示形式结束。StringMethodHandles.Lookup. toString()显示要从中进行查找的类的名称。StringMethodType. toString()返回方法类型的字符串表示形式,格式为"(PT0,PT1...)RT"。 -
Uses of Override in java.lang.module
Methods in java.lang.module with annotations of type Override 变量和类型 方法 描述 voidModuleReader. close()关闭模块阅读器。intModuleDescriptor. compareTo(ModuleDescriptor that)将此模块描述符与另一个进行比较。intModuleDescriptor.Exports. compareTo(ModuleDescriptor.Exports that)比较此模块导出到另一个。intModuleDescriptor.Opens. compareTo(ModuleDescriptor.Opens that)比较此模块打开另一个。intModuleDescriptor.Requires. compareTo(ModuleDescriptor.Requires that)将此模块依赖性与另一个相比较。intModuleDescriptor.Version. compareTo(ModuleDescriptor.Version that)将此模块版本与另一个模块版本进行比较。booleanModuleDescriptor. equals(Object ob)测试此模块描述符与给定对象的相等性。booleanModuleDescriptor.Exports. equals(Object ob)测试此模块导出与给定对象的相等性。booleanModuleDescriptor.Opens. equals(Object ob)测试此模块是否与给定对象相等。booleanModuleDescriptor.Provides. equals(Object ob)测试这提供了与给定对象的相等性。booleanModuleDescriptor.Requires. equals(Object ob)测试此模块依赖于与给定对象的相等性。booleanModuleDescriptor.Version. equals(Object ob)测试此模块版本是否与给定对象相等。booleanResolvedModule. equals(Object ob)测试此已解析模块是否与给定对象相等。intModuleDescriptor.Exports. hashCode()计算此模块导出的哈希码。intModuleDescriptor. hashCode()计算此模块描述符的哈希码。intModuleDescriptor.Opens. hashCode()计算此模块的哈希码打开。intModuleDescriptor.Provides. hashCode()计算此提供的哈希码。intModuleDescriptor.Requires. hashCode()计算此模块依赖性的哈希码。intModuleDescriptor.Version. hashCode()计算此模块版本的哈希码。intResolvedModule. hashCode()计算此已解析模块的哈希码。StringConfiguration. toString()返回描述此配置的字符串。StringModuleDescriptor.Exports. toString()返回描述导出包的字符串。StringModuleDescriptor.Opens. toString()返回描述打开包的字符串。StringModuleDescriptor.Provides. toString()返回描述此提供的字符串。StringModuleDescriptor.Requires. toString()返回描述此模块依赖关系的字符串。StringModuleDescriptor. toString()返回描述模块的字符串。StringModuleDescriptor.Version. toString()返回解析此版本的字符串。StringResolvedModule. toString()返回描述此已解析模块的字符串。 -
Uses of Override in java.lang.ref
Methods in java.lang.ref with annotations of type Override 变量和类型 方法 描述 protected ObjectReference. clone() -
Uses of Override in java.lang.reflect
Methods in java.lang.reflect with annotations of type Override 变量和类型 方法 描述 AnnotatedTypeAnnotatedArrayType. getAnnotatedOwnerType()如果此类型表示嵌套类型,则返回此类型所属的潜在注释类型。AnnotatedTypeAnnotatedParameterizedType. getAnnotatedOwnerType()如果此类型表示嵌套类型,则返回此类型所属的潜在注释类型。AnnotatedTypeAnnotatedTypeVariable. getAnnotatedOwnerType()如果此类型表示嵌套类型,则返回此类型所属的潜在注释类型。AnnotatedTypeAnnotatedWildcardType. getAnnotatedOwnerType()如果此类型表示嵌套类型,则返回此类型所属的潜在注释类型。AnnotatedTypeConstructor. getAnnotatedReceiverType()返回一个AnnotatedType对象,该对象表示使用类型来指定此Executable对象所表示的方法/构造函数的接收器类型。AnnotatedTypeConstructor. getAnnotatedReturnType()返回一个AnnotatedType对象,该对象表示使用类型来指定此Executable表示的方法/构造函数的返回类型。AnnotatedTypeMethod. 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对象表示此对象表示的可执行文件的声明顺序的形式参数类型。StringConstructor. getName()以字符串形式返回此构造函数的名称。StringMethod. getName()返回此方法对象表示的方法的名称,如String。Annotation[][]Constructor. getParameterAnnotations()返回Annotation的数组数组,这些数组表示由此对象表示的Executable声明顺序的形式参数的注释。Annotation[][]Method. getParameterAnnotations()返回Annotation的数组数组,这些数组表示由此对象表示的Executable声明顺序的形式参数的注释。TypeVariable<构造器<T>>[]Constructor. getTypeParameters()返回的数组TypeVariable对象表示通过此表示的一般声明声明的类型变量GenericDeclaration目的,在声明的顺序。TypeVariable<方法>[]Method. getTypeParameters()返回的数组TypeVariable对象表示通过此表示的一般声明声明的类型变量GenericDeclaration目的,在声明的顺序。booleanAccessibleObject. isAnnotationPresent(类<? extends Annotation> annotationClass)如果此元素上 存在指定类型的注释,则返回true,否则返回false。booleanConstructor. isSynthetic()如果此可执行文件是合成构造,则返回true; 否则返回false。booleanMethod. isSynthetic()如果此可执行文件是合成构造,则返回true; 否则返回false。booleanConstructor. isVarArgs()如果声明此可执行文件采用可变数量的参数,则返回true; 否则返回false。booleanMethod. isVarArgs()如果声明此可执行文件采用可变数量的参数,则返回true; 否则返回false。voidConstructor. setAccessible(boolean flag)将此反射对象的accessible标志设置为指示的布尔值。voidField. setAccessible(boolean flag)voidMethod. setAccessible(boolean flag)StringConstructor. toGenericString()返回描述此构造器的字符串,包括类型参数。StringMethod. toGenericString()返回描述此方法的字符串,包括类型参数。 -
Uses of Override in java.math
Methods in java.math with annotations of type Override 变量和类型 方法 描述 intBigDecimal. compareTo(BigDecimal val)将此BigDecimal与指定的BigDecimal。doubleBigDecimal. doubleValue()将BigDecimal转换为double。booleanBigDecimal. equals(Object x)将此BigDecimal与指定的Object进行相等性比较。floatBigDecimal. floatValue()将此BigDecimal转换为float。intBigDecimal. hashCode()返回此BigDecimal的哈希码。intBigDecimal. intValue()将BigDecimal转换为int。longBigDecimal. longValue()将BigDecimal转换为long。StringBigDecimal. toString()如果需要指数,则使用科学计数法返回此BigDecimal的字符串表示形式。 -
Uses of Override in java.net
Methods in java.net with annotations of type Override 变量和类型 方法 描述 ObjectHttpCookie. clone()创建并返回此对象的副本。booleanHttpCookie. equals(Object obj)测试两个HTTP cookie的相等性。booleanInet6Address. equals(Object obj)将此对象与指定的对象进行比较。booleanInetSocketAddress. equals(Object obj)将此对象与指定的对象进行比较。booleanSocketPermission. equals(Object obj)检查两个SocketPermission对象是否相等。StringSocketPermission. getActions()返回操作的规范字符串表示形式。byte[]Inet6Address. getAddress()返回此InetAddress对象的原始IP地址。StringInet6Address. getHostAddress()返回文本表示中的IP地址字符串。intHttpCookie. hashCode()返回此HTTP cookie的哈希码。intInet6Address. hashCode()返回此IP地址的哈希码。intInetSocketAddress. hashCode()返回此套接字地址的哈希码。intSocketPermission. hashCode()返回此对象的哈希码值。booleanSocketPermission. implies(Permission p)检查此套接字权限对象是否“隐含”指定的权限。booleanInet6Address. isAnyLocalAddress()用于检查InetAddress是否为通配符地址的实用例程。booleanInet6Address. isLinkLocalAddress()用于检查InetAddress是否为链接本地地址的实用程序例程。booleanInet6Address. isLoopbackAddress()用于检查InetAddress是否为环回地址的实用例程。booleanInet6Address. isMCGlobal()用于检查多播地址是否具有全局范围的实用例程。booleanInet6Address. isMCLinkLocal()用于检查多播地址是否具有链接范围的实用例程。booleanInet6Address. isMCNodeLocal()用于检查多播地址是否具有节点范围的实用例程。booleanInet6Address. isMCOrgLocal()用于检查多播地址是否具有组织范围的实用例程。booleanInet6Address. isMCSiteLocal()用于检查多播地址是否具有站点范围的实用程序例程。booleanInet6Address. isMulticastAddress()用于检查InetAddress是否为IP多播地址的实用程序例程。 地址开头的11111111将地址标识为多播地址。booleanInet6Address. isSiteLocalAddress()用于检查InetAddress是否为站点本地地址的实用程序例程。PermissionCollectionSocketPermission. newPermissionCollection()返回一个用于存储SocketPermission对象的新PermissionCollection对象。StringHttpCookie. toString()构造此cookie的cookie头字符串表示形式,其格式由相应的cookie规范定义,但没有前导“Cookie:”令牌。StringInetSocketAddress. toString()构造此InetSocketAddress的字符串表示形式。 -
Uses of Override in java.net.http
Methods in java.net.http with annotations of type Override 变量和类型 方法 描述 booleanHttpRequest. equals(Object obj)测试此HTTP请求实例是否与给定对象相等。StringHttpHeaders. toString()以字符串形式返回此HTTP标头。 -
Uses of Override in java.nio
Methods in java.nio with annotations of type Override 变量和类型 方法 描述 abstract ByteBufferByteBuffer. duplicate()创建一个共享此缓冲区内容的新字节缓冲区。abstract CharBufferCharBuffer. duplicate()创建一个共享此缓冲区内容的新char缓冲区。abstract DoubleBufferDoubleBuffer. duplicate()创建一个共享此缓冲区内容的新双缓冲区。abstract FloatBufferFloatBuffer. duplicate()创建一个共享此缓冲区内容的新浮点缓冲区。abstract IntBufferIntBuffer. duplicate()创建一个共享此缓冲区内容的新int缓冲区。abstract LongBufferLongBuffer. duplicate()创建一个共享此缓冲区内容的新长缓冲区。abstract ShortBufferShortBuffer. duplicate()创建一个共享此缓冲区内容的新短缓冲区。abstract ByteBufferByteBuffer. slice()创建一个新的字节缓冲区,其内容是此缓冲区内容的共享子序列。abstract CharBufferCharBuffer. slice()创建一个新的char缓冲区,其内容是此缓冲区内容的共享子序列。abstract DoubleBufferDoubleBuffer. slice()创建一个新的双缓冲区,其内容是此缓冲区内容的共享子序列。abstract FloatBufferFloatBuffer. slice()创建一个新的浮点缓冲区,其内容是此缓冲区内容的共享子序列。abstract IntBufferIntBuffer. slice()创建一个新的int缓冲区,其内容是此缓冲区内容的共享子序列。abstract LongBufferLongBuffer. slice()创建一个新的长缓冲区,其内容是此缓冲区内容的共享子序列。abstract ShortBufferShortBuffer. slice()创建一个新的短缓冲区,其内容是此缓冲区内容的共享子序列。 -
Uses of Override in java.nio.channels
Methods in java.nio.channels with annotations of type Override 变量和类型 方法 描述 abstract AsynchronousSocketChannelAsynchronousSocketChannel. bind(SocketAddress local)abstract SocketChannelSocketChannel. bind(SocketAddress local)voidAsynchronousChannel. close()关闭此频道。voidMulticastChannel. close()关闭此频道。abstract SocketAddressAsynchronousServerSocketChannel. getLocalAddress()返回此通道的套接字绑定的套接字地址。abstract SocketAddressDatagramChannel. getLocalAddress()返回此通道的套接字绑定的套接字地址。abstract SocketAddressServerSocketChannel. getLocalAddress()返回此通道的套接字绑定的套接字地址。abstract SocketAddressSocketChannel. getLocalAddress()返回此通道的套接字绑定的套接字地址。abstract Future<Integer>AsynchronousSocketChannel. read(ByteBuffer dst)<A> voidAsynchronousSocketChannel. read(ByteBuffer dst, A attachment, CompletionHandler<Integer,? super A> handler)intSeekableByteChannel. read(ByteBuffer dst)从该通道读取一个字节序列到给定的缓冲区。abstract <T> AsynchronousSocketChannelAsynchronousSocketChannel. setOption(SocketOption<T> name, T value)abstract <T> SocketChannelSocketChannel. setOption(SocketOption<T> name, T value)abstract Future<Integer>AsynchronousSocketChannel. write(ByteBuffer src)<A> voidAsynchronousSocketChannel. write(ByteBuffer src, A attachment, CompletionHandler<Integer,? super A> handler)intSeekableByteChannel. write(ByteBuffer src)从给定缓冲区向该通道写入一个字节序列。 -
Uses of Override in java.nio.file
Methods in java.nio.file with annotations of type Override 变量和类型 方法 描述 abstract voidFileSystem. close()关闭此文件系统。voidWatchService. close()关闭此手表服务。intPath. compareTo(Path other)按字典顺序比较两条抽象路径。IOExceptionDirectoryIteratorException. getCause()返回此异常的原因。StringFileSystemException. getMessage()返回详细消息字符串。Iterator<T>DirectoryStream. iterator()返回与此DirectoryStream关联的迭代器。default Iterator<Path>Path. iterator()返回此路径的name元素的迭代器。FileVisitResultSimpleFileVisitor. postVisitDirectory(T dir, IOException exc)在目录中的条目及其所有后代访问后,为目录调用。FileVisitResultSimpleFileVisitor. preVisitDirectory(T dir, BasicFileAttributes attrs)在访问目录中的条目之前为目录调用。default WatchKeyPath. register(WatchService watcher, WatchEvent.Kind<?>... events)使用监视服务注册此路径所在的文件。WatchKeyPath. register(WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers)使用监视服务注册此路径所在的文件。FileVisitResultSimpleFileVisitor. visitFile(T file, BasicFileAttributes attrs)为目录中的文件调用。FileVisitResultSimpleFileVisitor. visitFileFailed(T file, IOException exc)为无法访问的文件调用。 -
Uses of Override in java.nio.file.attribute
Methods in java.nio.file.attribute with annotations of type Override 变量和类型 方法 描述 intFileTime. compareTo(FileTime other)比较两个FileTime对象的值以获得订单。booleanAclEntry. equals(Object ob)将指定对象与此ACL条目进行比较以获得相等性。booleanFileTime. equals(Object obj)测试此FileTime与给定对象的相等性。intAclEntry. hashCode()返回此ACL条目的哈希码值。intFileTime. hashCode()计算此文件时间的哈希码。StringAclFileAttributeView. name()返回属性视图的名称。StringBasicFileAttributeView. name()返回属性视图的名称。StringDosFileAttributeView. name()返回属性视图的名称。StringFileOwnerAttributeView. name()返回属性视图的名称。StringPosixFileAttributeView. name()返回属性视图的名称。StringUserDefinedFileAttributeView. name()返回此属性视图的名称。DosFileAttributesDosFileAttributeView. readAttributes()PosixFileAttributesPosixFileAttributeView. readAttributes()StringAclEntry. toString()返回此ACL条目的字符串表示形式。StringFileTime. toString()返回此FileTime的字符串表示FileTime。 -
Uses of Override in java.security
Methods in java.security with annotations of type Override 变量和类型 方法 描述 voidPermissions. add(Permission permission)将权限对象添加到权限所属的类的PermissionCollection。voidProvider. clear()清除此提供程序,使其不再包含用于查找提供程序实现的工具的属性。ObjectProvider. compute(Object key, BiFunction<? super Object,? super Object,? extends Object> remappingFunction)尝试计算指定键及其当前映射值的映射(如果没有当前映射,null)。ObjectProvider. computeIfAbsent(Object key, Function<? super Object,? extends Object> mappingFunction)如果指定的键尚未与值关联(或映射到null),则尝试使用给定的映射函数计算其值并将其输入此映射,除非null。ObjectProvider. 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视图。booleanBasicPermission. equals(Object obj)检查两个BasicPermission对象是否相等。booleanCodeSource. equals(Object obj)测试指定对象与此对象之间的相等性。booleanPKCS12Attribute. equals(Object obj)比较此PKCS12Attribute和指定的对象是否相等。voidProvider. forEach(BiConsumer<? super Object,? super Object> action)StringBasicPermission. getActions()返回操作的规范字符串表示形式,当前为空字符串“”,因为没有针对BasicPermission的操作。Set<KeyStore.Entry.Attribute>KeyStore.PrivateKeyEntry. getAttributes()检索与条目关联的属性。Set<KeyStore.Entry.Attribute>KeyStore.SecretKeyEntry. getAttributes()检索与条目关联的属性。Set<KeyStore.Entry.Attribute>KeyStore.TrustedCertificateEntry. getAttributes()检索与条目关联的属性。StringPKCS12Attribute. getName()返回属性的ASN.1对象标识符,表示为以点分隔的整数列表。ObjectProvider. getOrDefault(Object key, Object defaultValue)KeyStore.ProtectionParameterDomainLoadStoreParameter. getProtectionParameter()获取此域的密钥库保护参数。StringPKCS12Attribute. getValue()以字符串形式返回属性的ASN.1 DER编码值。intBasicPermission. hashCode()返回此对象的哈希码值。intCodeSource. hashCode()返回此对象的哈希码值。intPKCS12Attribute. hashCode()返回此PKCS12Attribute的哈希PKCS12Attribute。booleanBasicPermission. implies(Permission p)检查此对象是否“暗示”了指定的权限。booleanPermissions. implies(Permission permission)检查此对象的PermissionCollection是否具有指定权限类的权限,这意味着 权限对象中表示的 权限 。Set<Object>Provider. keySet()返回此提供程序中包含的属性键的不可修改的Set视图。voidProvider. load(InputStream inStream)从输入流中读取属性列表(键和元素对)。ObjectProvider. merge(Object key, Object value, BiFunction<? super Object,? super Object,? extends Object> remappingFunction)如果指定的键尚未与值关联或与null关联,则将其与给定值相关联。PermissionCollectionBasicPermission. newPermissionCollection()返回用于存储BasicPermission对象的新PermissionCollection对象。protected intSecureRandom. next(int numBits)生成一个包含用户指定数量的伪随机位的整数(右对齐,前导零)。voidSecureRandom. nextBytes(byte[] bytes)生成用户指定的随机字节数。ObjectProvider. put(Object key, Object value)将key属性设置为具有指定的value。voidProvider. putAll(Map<?,?> t)将指定Map中的所有映射复制到此提供程序。ObjectProvider. putIfAbsent(Object key, Object value)如果指定的键尚未与值关联(或映射到null),null其与给定值关联并返回null,否则返回当前值。ObjectProvider. remove(Object key)删除key属性(及其对应的value)。booleanProvider. remove(Object key, Object value)仅当指定键当前映射到指定值时才删除该条目的条目。ObjectProvider. replace(Object key, Object value)仅当指定键当前映射到某个值时,才替换该条目的条目。booleanProvider. replace(Object key, Object oldValue, Object newValue)仅当前映射到指定值时,才替换指定键的条目。voidProvider. replaceAll(BiFunction<? super Object,? super Object,? extends Object> function)将每个条目的值替换为在该条目上调用给定函数的结果,在条目集迭代器返回的顺序条目中,直到所有条目都已处理或函数抛出异常。voidSecureRandom. setSeed(long seed)使用给定long seed包含的八个字节重新设置此随机对象。StringCodeSource. toString()返回描述此CodeSource的字符串,告知其URL和证书。StringDrbgParameters.Instantiation. toString()返回此Instantiation的人类可读字符串表示Instantiation。StringPKCS12Attribute. toString()返回此PKCS12Attribute的字符串表示PKCS12Attribute。StringProtectionDomain. toString()将ProtectionDomain转换为String。StringSecureRandom. toString()返回此SecureRandom的人类可读字符串表示SecureRandom。StringSecureRandomSpi. 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 变量和类型 方法 描述 voidPKIXCertPathChecker. check(Certificate cert)使用其内部状态对指定证书执行检查。ObjectPKIXCertPathChecker. clone()返回此对象的副本。URICertStoreParametersURICertStoreParameters. clone()返回此对象的副本。booleanURICertStoreParameters. equals(Object p)将指定对象与此参数对象进行比较以获得相等性。intURICertStoreParameters. hashCode()返回此参数对象的哈希码值。abstract voidPKIXCertPathChecker. init(boolean forward)初始化此PKIXCertPathChecker的内部状态。abstract booleanPKIXCertPathChecker. isForwardCheckingSupported()指示是否支持前向检查。StringURICertStoreParameters. toString()返回描述参数的格式化字符串,包括用于构造此对象的URI。 -
Uses of Override in java.sql
Methods in java.sql with annotations of type Override 变量和类型 方法 描述 intTimestamp. hashCode()返回此对象的哈希码值。InstantDate. toInstant()此方法始终抛出UnsupportedOperationException,不应使用,因为SQLDate值没有时间组件。InstantTime. toInstant()此方法始终抛出UnsupportedOperationException,不应使用,因为SQLTime值没有日期组件。InstantTimestamp. toInstant()将此Timestamp对象转换为Instant。 -
Uses of Override in java.text
Methods in java.text with annotations of type Override 变量和类型 方法 描述 ObjectBreakIterator. clone()创建此迭代器的副本ObjectCollator. clone()覆盖CloneableObjectDecimalFormat. clone()标准覆盖; 语义没有变化。ObjectDecimalFormatSymbols. clone()标准覆盖。ObjectNumberFormat. clone()覆盖Cloneable。ObjectSimpleDateFormat. clone()创建此SimpleDateFormat的副本。intCollator. compare(Object o1, Object o2)比较它的两个参数的顺序。booleanCollator. equals(Object that)比较两个Collators的平等性。booleanDecimalFormat. equals(Object obj)覆盖等于booleanDecimalFormatSymbols. equals(Object obj)覆盖等于。booleanNumberFormat. equals(Object obj)覆盖等于。booleanSimpleDateFormat. equals(Object obj)比较给定对象与此SimpleDateFormat是否相等。StringBufferDecimalFormat. format(double number, StringBuffer result, FieldPosition fieldPosition)格式化double以生成字符串。StringBufferDecimalFormat. format(long number, StringBuffer result, FieldPosition fieldPosition)格式化long以生成字符串。StringBufferDecimalFormat. format(Object number, StringBuffer toAppendTo, FieldPosition pos)格式化数字并将结果文本附加到给定的字符串缓冲区。StringBufferNumberFormat. format(Object number, StringBuffer toAppendTo, FieldPosition pos)格式化数字并将结果文本附加到给定的字符串缓冲区。StringBufferSimpleDateFormat. format(Date date, StringBuffer toAppendTo, FieldPosition pos)将给定的Date为日期/时间字符串,并将结果附加到给定的StringBuffer。AttributedCharacterIteratorDecimalFormat. formatToCharacterIterator(Object obj)格式化一个生成AttributedCharacterIterator的Object。AttributedCharacterIteratorSimpleDateFormat. formatToCharacterIterator(Object obj)格式化一个生成AttributedCharacterIterator的对象。CurrencyDecimalFormat. getCurrency()获取格式化货币值时此十进制格式使用的货币。intDecimalFormat. getMaximumFractionDigits()获取数字小数部分允许的最大位数。intDecimalFormat. getMaximumIntegerDigits()获取数字整数部分允许的最大位数。intDecimalFormat. getMinimumFractionDigits()获取数字小数部分中允许的最小位数。intDecimalFormat. getMinimumIntegerDigits()获取数字整数部分允许的最小位数。RoundingModeDecimalFormat. getRoundingMode()获取此DecimalFormat中使用的RoundingMode。abstract intCollator. hashCode()生成此Collator的哈希码。intDateFormatSymbols. hashCode()覆盖hashCode。intDecimalFormat. hashCode()覆盖hashCodeintDecimalFormatSymbols. hashCode()覆盖hashCode。intNumberFormat. hashCode()覆盖hashCode。intSimpleDateFormat. hashCode()返回此SimpleDateFormat对象的哈希码值。NumberDecimalFormat. parse(String text, ParsePosition pos)解析字符串中的文本以生成Number。DateSimpleDateFormat. parse(String text, ParsePosition pos)解析字符串中的文本以生成Date。ObjectNumberFormat. parseObject(String source, ParsePosition pos)解析字符串中的文本以生成Number。protected ObjectDateFormat.Field. readResolve()将正在反序列化的实例解析为预定义的常量。protected ObjectNumberFormat.Field. readResolve()将正在反序列化的实例解析为预定义的常量。voidDecimalFormat. setCurrency(Currency currency)设置货币值格式时设置此数字格式使用的货币。voidDecimalFormat. setMaximumFractionDigits(int newValue)设置数字小数部分允许的最大位数。voidDecimalFormat. setMaximumIntegerDigits(int newValue)设置数字整数部分允许的最大位数。voidDecimalFormat. setMinimumFractionDigits(int newValue)设置数字小数部分允许的最小位数。voidDecimalFormat. setMinimumIntegerDigits(int newValue)设置数字整数部分允许的最小位数。voidDecimalFormat. setRoundingMode(RoundingMode roundingMode)设置此DecimalFormat中使用的RoundingMode。 -
Uses of Override in java.time
Methods in java.time with annotations of type Override 变量和类型 方法 描述 TemporalDuration. addTo(Temporal temporal)将此持续时间添加到指定的时态对象。TemporalPeriod. addTo(Temporal temporal)将此句点添加到指定的时态对象。TemporalDayOfWeek. adjustInto(Temporal temporal)调整指定的时态对象以具有此星期几。TemporalInstant. adjustInto(Temporal temporal)调整指定的时态对象以获得此瞬间。TemporalLocalDate. adjustInto(Temporal temporal)将指定的时态对象调整为与此对象具有相同的日期。TemporalLocalDateTime. adjustInto(Temporal temporal)调整指定的时态对象以使其具有与此对象相同的日期和时间。TemporalLocalTime. adjustInto(Temporal temporal)调整指定的时态对象以使其与此对象具有相同的时间。TemporalMonth. adjustInto(Temporal temporal)调整指定的时间对象以具有此月份。TemporalMonthDay. adjustInto(Temporal temporal)调整指定的时间对象以具有此月 - 日。TemporalOffsetDateTime. adjustInto(Temporal temporal)调整指定的时态对象,使其具有与此对象相同的偏移量,日期和时间。TemporalOffsetTime. adjustInto(Temporal temporal)调整指定的时态对象,使其具有与此对象相同的偏移量和时间。TemporalYear. adjustInto(Temporal temporal)调整指定的时间对象以获得今年。TemporalYearMonth. adjustInto(Temporal temporal)调整指定的时间对象以具有此年 - 月。TemporalZoneOffset. adjustInto(Temporal temporal)调整指定的时态对象以使其具有与此对象相同的偏移量。LocalDateTimeLocalDate. atTime(LocalTime time)将此日期与创建LocalDateTime的时间相LocalDateTime。ZonedDateTimeLocalDateTime. atZone(ZoneId zone)将此日期时间与时区组合以创建ZonedDateTime。intDuration. compareTo(Duration otherDuration)将此持续时间与指定的Duration。intInstant. compareTo(Instant otherInstant)将此瞬间与指定的瞬间进行比较。intLocalDate. compareTo(ChronoLocalDate other)将此日期与另一个日期进行比较。intLocalDateTime. compareTo(ChronoLocalDateTime<?> other)将此日期时间与另一个日期时间进行比较。intLocalTime. compareTo(LocalTime other)比较这个时间到另一个时间。intMonthDay. compareTo(MonthDay other)将这个月份的日期与另一个月份的日期进行比较。intOffsetDateTime. compareTo(OffsetDateTime other)将此日期时间与另一个日期时间进行比较。intOffsetTime. compareTo(OffsetTime other)比较这个OffsetTime到另一个时间。intYear. compareTo(Year other)比较今年到另一年。intYearMonth. compareTo(YearMonth other)比较今年和另一个月。intZoneOffset. compareTo(ZoneOffset other)将此偏移量按降序与另一个偏移量进行比较。booleanClock. equals(Object obj)检查此时钟是否等于另一个时钟。booleanDuration. equals(Object otherDuration)检查此持续时间是否等于指定的Duration。booleanInstant. equals(Object otherInstant)检查此瞬间是否等于指定的瞬间。booleanLocalDate. equals(Object obj)检查此日期是否等于另一个日期。booleanLocalDateTime. equals(Object obj)检查此日期时间是否等于另一个日期时间。booleanLocalTime. equals(Object obj)检查此时间是否等于另一个时间。booleanMonthDay. equals(Object obj)检查此月 - 日是否等于另一个月 - 日。booleanOffsetDateTime. equals(Object obj)检查此日期时间是否等于另一个日期时间。booleanOffsetTime. equals(Object obj)检查此时间是否等于另一个时间。booleanPeriod. equals(Object obj)检查此期间是否等于另一期间。booleanYear. equals(Object obj)检查今年是否等于另一年。booleanYearMonth. equals(Object obj)检查此年月是否等于另一年 - 月。booleanZonedDateTime. equals(Object obj)检查此日期时间是否等于另一个日期时间。booleanZoneId. equals(Object obj)检查此时区ID是否等于另一个时区ID。booleanZoneOffset. equals(Object obj)检查此偏移量是否等于另一个偏移量。StringLocalDate. format(DateTimeFormatter formatter)使用指定的格式化程序格式化此日期。StringLocalDateTime. format(DateTimeFormatter formatter)使用指定的格式化程序格式化此日期时间。StringZonedDateTime. format(DateTimeFormatter formatter)使用指定的格式化程序格式化此日期时间。intDayOfWeek. get(TemporalField field)从这个星期获取指定字段的值int。longDuration. get(TemporalUnit unit)获取所请求单元的值。intInstant. get(TemporalField field)从此时刻获取指定字段的值int。intLocalDate. get(TemporalField field)从此日期获取指定字段的值int。intLocalDateTime. get(TemporalField field)从此日期时间获取指定字段的值int。intLocalTime. get(TemporalField field)从此时间获取指定字段的值int。intMonth. get(TemporalField field)获取此年份中指定字段的值int。intMonthDay. get(TemporalField field)获取此月 - 日指定字段的值int。intOffsetDateTime. get(TemporalField field)从此日期时间获取指定字段的值int。intOffsetTime. get(TemporalField field)从此时间获取指定字段的值int。longPeriod. get(TemporalUnit unit)获取所请求单元的值。intYear. get(TemporalField field)获取此年份指定字段的值int。intYearMonth. get(TemporalField field)获取此年份中指定字段的值int。intZonedDateTime. get(TemporalField field)从此日期时间获取指定字段的值int。intZoneOffset. get(TemporalField field)从此偏移量获取指定字段的值int。IsoChronologyLocalDate. getChronology()获取此日期的年表,即ISO日历系统。IsoChronologyPeriod. getChronology()获取此期间的年表,即ISO日历系统。IsoEraLocalDate. getEra()获取此日期适用的时代。StringZoneOffset. getId()获取规范化区域偏移ID。longDayOfWeek. getLong(TemporalField field)获取此星期几中指定字段的值long。longInstant. getLong(TemporalField field)从此时刻获取指定字段的值long。longLocalDate. getLong(TemporalField field)从此日期获取指定字段的值long。longLocalDateTime. getLong(TemporalField field)从此日期时间获取指定字段的值long。longLocalTime. getLong(TemporalField field)从此时间获取指定字段的值long。longMonth. getLong(TemporalField field)获取此月份中指定字段的值long。longMonthDay. getLong(TemporalField field)获取此月 - 日指定字段的值long。longOffsetDateTime. getLong(TemporalField field)从此日期时间获取指定字段的值long。longOffsetTime. getLong(TemporalField field)从此时间获取指定字段的值long。longYear. getLong(TemporalField field)以long获取今年指定字段的值。longYearMonth. getLong(TemporalField field)获取此年份中指定字段的值long。longZonedDateTime. getLong(TemporalField field)从此日期时间获取指定字段的值long。longZoneOffset. getLong(TemporalField field)从此偏移量获取指定字段的值long。ZoneOffsetZonedDateTime. getOffset()获取区域偏移量,例如“+01:00”。ZoneRulesZoneOffset. getRules()获取关联的时区规则。List<TemporalUnit>Duration. getUnits()获取此持续时间支持的单位集。List<TemporalUnit>Period. getUnits()获取此句点支持的单位集。ZoneIdZonedDateTime. getZone()获取时区,例如“Europe / Paris”。intClock. hashCode()此时钟的哈希码。intDuration. hashCode()此持续时间的哈希码。intInstant. hashCode()返回此瞬间的哈希码。intLocalDate. hashCode()此日期的哈希码。intLocalDateTime. hashCode()此日期时间的哈希码。intLocalTime. hashCode()这次的哈希码。intMonthDay. hashCode()这个月的哈希码。intOffsetDateTime. hashCode()此日期时间的哈希码。intOffsetTime. hashCode()这次的哈希码。intPeriod. hashCode()此期间的哈希码。intYear. hashCode()今年的哈希码。intYearMonth. hashCode()今年的哈希码。intZonedDateTime. hashCode()此日期时间的哈希码。intZoneId. hashCode()此时区ID的哈希码。intZoneOffset. hashCode()此偏移的哈希码。booleanLocalDate. isAfter(ChronoLocalDate other)检查此日期是否在指定日期之后。booleanLocalDateTime. isAfter(ChronoLocalDateTime<?> other)检查此日期时间是否在指定的日期时间之后。booleanLocalDate. isBefore(ChronoLocalDate other)检查此日期是否在指定日期之前。booleanLocalDateTime. isBefore(ChronoLocalDateTime<?> other)检查此日期时间是否在指定的日期时间之前。booleanLocalDate. isEqual(ChronoLocalDate other)检查此日期是否等于指定日期。booleanLocalDateTime. isEqual(ChronoLocalDateTime<?> other)检查此日期时间是否等于指定的日期时间。booleanLocalDate. isLeapYear()根据ISO符号日历系统规则,检查年份是否为闰年。booleanDayOfWeek. isSupported(TemporalField field)检查是否支持指定的字段。booleanInstant. isSupported(TemporalField field)检查是否支持指定的字段。booleanInstant. isSupported(TemporalUnit unit)检查指定的单元是否受支持。booleanLocalDate. isSupported(TemporalField field)检查是否支持指定的字段。booleanLocalDate. isSupported(TemporalUnit unit)检查指定的单元是否受支持。booleanLocalDateTime. isSupported(TemporalField field)检查是否支持指定的字段。booleanLocalDateTime. isSupported(TemporalUnit unit)检查指定的单元是否受支持。booleanLocalTime. isSupported(TemporalField field)检查是否支持指定的字段。booleanLocalTime. isSupported(TemporalUnit unit)检查指定的单元是否受支持。booleanMonth. isSupported(TemporalField field)检查是否支持指定的字段。booleanMonthDay. isSupported(TemporalField field)检查是否支持指定的字段。booleanOffsetDateTime. isSupported(TemporalField field)检查是否支持指定的字段。booleanOffsetDateTime. isSupported(TemporalUnit unit)检查指定的单元是否受支持。booleanOffsetTime. isSupported(TemporalField field)检查是否支持指定的字段。booleanOffsetTime. isSupported(TemporalUnit unit)检查指定的单元是否受支持。booleanYear. isSupported(TemporalField field)检查是否支持指定的字段。booleanYear. isSupported(TemporalUnit unit)检查指定的单元是否受支持。booleanYearMonth. isSupported(TemporalField field)检查是否支持指定的字段。booleanYearMonth. isSupported(TemporalUnit unit)检查指定的单元是否受支持。booleanZonedDateTime. isSupported(TemporalField field)检查是否支持指定的字段。booleanZonedDateTime. isSupported(TemporalUnit unit)检查指定的单元是否受支持。booleanZoneOffset. isSupported(TemporalField field)检查是否支持指定的字段。intLocalDate. lengthOfMonth()返回此日期表示的月份长度。intLocalDate. lengthOfYear()返回此日期表示的年份长度。InstantInstant. minus(long amountToSubtract, TemporalUnit unit)返回此瞬间的副本,并减去指定的数量。InstantInstant. minus(TemporalAmount amountToSubtract)返回此瞬间的副本,并减去指定的数量。LocalDateLocalDate. minus(long amountToSubtract, TemporalUnit unit)返回此日期的副本,并减去指定的数量。LocalDateLocalDate. minus(TemporalAmount amountToSubtract)返回此日期的副本,并减去指定的数量。LocalDateTimeLocalDateTime. minus(long amountToSubtract, TemporalUnit unit)返回此日期时间的副本,并减去指定的数量。LocalDateTimeLocalDateTime. minus(TemporalAmount amountToSubtract)返回此日期时间的副本,并减去指定的数量。LocalTimeLocalTime. minus(long amountToSubtract, TemporalUnit unit)返回此时间的副本,并减去指定的数量。LocalTimeLocalTime. minus(TemporalAmount amountToSubtract)返回此时间的副本,并减去指定的数量。OffsetDateTimeOffsetDateTime. minus(long amountToSubtract, TemporalUnit unit)返回此日期时间的副本,并减去指定的数量。OffsetDateTimeOffsetDateTime. minus(TemporalAmount amountToSubtract)返回此日期时间的副本,并减去指定的数量。OffsetTimeOffsetTime. minus(long amountToSubtract, TemporalUnit unit)返回此时间的副本,并减去指定的数量。OffsetTimeOffsetTime. minus(TemporalAmount amountToSubtract)返回此时间的副本,并减去指定的数量。YearYear. minus(long amountToSubtract, TemporalUnit unit)返回今年的副本,减去指定的金额。YearYear. minus(TemporalAmount amountToSubtract)返回今年的副本,减去指定的金额。YearMonthYearMonth. minus(long amountToSubtract, TemporalUnit unit)返回此年月份的副本,并减去指定的金额。YearMonthYearMonth. minus(TemporalAmount amountToSubtract)返回此年月份的副本,并减去指定的金额。ZonedDateTimeZonedDateTime. minus(long amountToSubtract, TemporalUnit unit)返回此日期时间的副本,并减去指定的数量。ZonedDateTimeZonedDateTime. minus(TemporalAmount amountToSubtract)返回此日期时间的副本,并减去指定的数量。InstantInstant. plus(long amountToAdd, TemporalUnit unit)返回此瞬间的副本,并添加指定的数量。InstantInstant. plus(TemporalAmount amountToAdd)返回此瞬间的副本,并添加指定的数量。LocalDateLocalDate. plus(long amountToAdd, TemporalUnit unit)返回此日期的副本,并添加指定的数量。LocalDateLocalDate. plus(TemporalAmount amountToAdd)返回此日期的副本,并添加指定的数量。LocalDateTimeLocalDateTime. plus(long amountToAdd, TemporalUnit unit)返回此日期时间的副本,并添加指定的数量。LocalDateTimeLocalDateTime. plus(TemporalAmount amountToAdd)返回此日期时间的副本,并添加指定的数量。LocalTimeLocalTime. plus(long amountToAdd, TemporalUnit unit)返回此时间的副本,并添加指定的数量。LocalTimeLocalTime. plus(TemporalAmount amountToAdd)返回此时间的副本,并添加指定的数量。OffsetDateTimeOffsetDateTime. plus(long amountToAdd, TemporalUnit unit)返回此日期时间的副本,并添加指定的数量。OffsetDateTimeOffsetDateTime. plus(TemporalAmount amountToAdd)返回此日期时间的副本,并添加指定的数量。OffsetTimeOffsetTime. plus(long amountToAdd, TemporalUnit unit)返回此时间的副本,并添加指定的数量。OffsetTimeOffsetTime. plus(TemporalAmount amountToAdd)返回此时间的副本,并添加指定的数量。YearYear. plus(long amountToAdd, TemporalUnit unit)返回指定数量的今年副本。YearYear. plus(TemporalAmount amountToAdd)返回指定数量的今年副本。YearMonthYearMonth. plus(long amountToAdd, TemporalUnit unit)返回指定金额的今年的副本。YearMonthYearMonth. plus(TemporalAmount amountToAdd)返回指定金额的今年的副本。ZonedDateTimeZonedDateTime. plus(long amountToAdd, TemporalUnit unit)返回此日期时间的副本,并添加指定的数量。ZonedDateTimeZonedDateTime. plus(TemporalAmount amountToAdd)返回此日期时间的副本,并添加指定的数量。<R> RDayOfWeek. query(TemporalQuery<R> query)使用指定的查询查询此星期几。<R> RInstant. query(TemporalQuery<R> query)使用指定的查询查询此瞬间。<R> RLocalDate. query(TemporalQuery<R> query)使用指定的查询查询此日期。<R> RLocalDateTime. query(TemporalQuery<R> query)使用指定的查询查询此日期时间。<R> RLocalTime. query(TemporalQuery<R> query)这次使用指定的查询进行查询。<R> RMonth. query(TemporalQuery<R> query)使用指定的查询查询本月份的查询。<R> RMonthDay. query(TemporalQuery<R> query)使用指定的查询查询本月 - 日。<R> ROffsetDateTime. query(TemporalQuery<R> query)使用指定的查询查询此日期时间。<R> ROffsetTime. query(TemporalQuery<R> query)这次使用指定的查询进行查询。<R> RYear. query(TemporalQuery<R> query)今年使用指定的查询查询。<R> RYearMonth. query(TemporalQuery<R> query)使用指定的查询查询今年 - 月。<R> RZonedDateTime. query(TemporalQuery<R> query)使用指定的查询查询此日期时间。<R> RZoneOffset. query(TemporalQuery<R> query)使用指定的查询查询此偏移量。ValueRangeDayOfWeek. range(TemporalField field)获取指定字段的有效值范围。ValueRangeInstant. range(TemporalField field)获取指定字段的有效值范围。ValueRangeLocalDate. range(TemporalField field)获取指定字段的有效值范围。ValueRangeLocalDateTime. range(TemporalField field)获取指定字段的有效值范围。ValueRangeLocalTime. range(TemporalField field)获取指定字段的有效值范围。ValueRangeMonth. range(TemporalField field)获取指定字段的有效值范围。ValueRangeMonthDay. range(TemporalField field)获取指定字段的有效值范围。ValueRangeOffsetDateTime. range(TemporalField field)获取指定字段的有效值范围。ValueRangeOffsetTime. range(TemporalField field)获取指定字段的有效值范围。ValueRangeYear. range(TemporalField field)获取指定字段的有效值范围。ValueRangeYearMonth. range(TemporalField field)获取指定字段的有效值范围。ValueRangeZonedDateTime. range(TemporalField field)获取指定字段的有效值范围。ValueRangeZoneOffset. range(TemporalField field)获取指定字段的有效值范围。TemporalDuration. subtractFrom(Temporal temporal)从指定的时态对象中减去此持续时间。TemporalPeriod. subtractFrom(Temporal temporal)从指定的时态对象中减去此句点。LocalDateLocalDateTime. toLocalDate()获取此日期时间的LocalDate部分。LocalDateZonedDateTime. toLocalDate()获取此日期时间的LocalDate部分。LocalDateTimeZonedDateTime. toLocalDateTime()获取此日期时间的LocalDateTime部分。LocalTimeLocalDateTime. toLocalTime()获取此日期时间的LocalTime部分。LocalTimeZonedDateTime. toLocalTime()获取此日期时间的LocalTime部分。StringDuration. toString()使用基于ISO-8601秒的表示形式的此持续时间的字符串表示形式,例如PT8H6M12.345S。StringInstant. toString()使用ISO-8601表示的此瞬间的字符串表示。StringLocalDate. toString()将此日期输出为String,例如2007-12-03。StringLocalDateTime. toString()将此日期时间输出为String,例如2007-12-03T10:15:30。StringLocalTime. toString()此时输出为String,例如10:15。StringMonthDay. toString()本月的输出为String,例如--12-03。StringOffsetDateTime. toString()将此日期时间输出为String,例如2007-12-03T10:15:30+01:00。StringOffsetTime. toString()此时输出为String,例如10:15:30+01:00。StringPeriod. toString()将此期间输出为String,例如P6Y3M1D。StringYear. toString()今年的产出为String。StringYearMonth. toString()今年的产出为String,如2007-12。StringZonedDateTime. toString()将此日期时间输出为String,例如2007-12-03T10:15:30+01:00[Europe/Paris]。StringZoneId. toString()使用ID将此区域输出为String。StringZoneOffset. toString()使用标准化ID将此偏移量输出为String。longInstant. until(Temporal endExclusive, TemporalUnit unit)根据指定的单位计算到另一个瞬间的时间量。PeriodLocalDate. until(ChronoLocalDate endDateExclusive)计算此日期与另一个日期之间的时间段为Period。longLocalDate. until(Temporal endExclusive, TemporalUnit unit)根据指定的单位计算到另一个日期的时间量。longLocalDateTime. until(Temporal endExclusive, TemporalUnit unit)根据指定的单位计算到另一个日期时间的时间量。longLocalTime. until(Temporal endExclusive, TemporalUnit unit)根据指定的单位计算到另一个时间的时间量。longOffsetDateTime. until(Temporal endExclusive, TemporalUnit unit)根据指定的单位计算到另一个日期时间的时间量。longOffsetTime. until(Temporal endExclusive, TemporalUnit unit)根据指定的单位计算到另一个时间的时间量。longYear. until(Temporal endExclusive, TemporalUnit unit)按指定单位计算直到另一年的时间量。longYearMonth. until(Temporal endExclusive, TemporalUnit unit)根据指定的单位计算直到另一年 - 月的时间量。longZonedDateTime. until(Temporal endExclusive, TemporalUnit unit)根据指定的单位计算到另一个日期时间的时间量。InstantInstant. with(TemporalAdjuster adjuster)返回此瞬间的调整副本。InstantInstant. with(TemporalField field, long newValue)返回此瞬间的副本,并将指定的字段设置为新值。LocalDateLocalDate. with(TemporalAdjuster adjuster)返回此日期的调整副本。LocalDateLocalDate. with(TemporalField field, long newValue)返回此日期的副本,并将指定的字段设置为新值。LocalDateTimeLocalDateTime. with(TemporalAdjuster adjuster)返回此日期时间的调整副本。LocalDateTimeLocalDateTime. with(TemporalField field, long newValue)返回此日期时间的副本,并将指定字段设置为新值。LocalTimeLocalTime. with(TemporalAdjuster adjuster)返回此时的调整副本。LocalTimeLocalTime. with(TemporalField field, long newValue)返回此时间的副本,并将指定字段设置为新值。OffsetDateTimeOffsetDateTime. with(TemporalAdjuster adjuster)返回此日期时间的调整副本。OffsetDateTimeOffsetDateTime. with(TemporalField field, long newValue)返回此日期时间的副本,并将指定字段设置为新值。OffsetTimeOffsetTime. with(TemporalAdjuster adjuster)返回此时的调整副本。OffsetTimeOffsetTime. with(TemporalField field, long newValue)返回此时间的副本,并将指定字段设置为新值。YearYear. with(TemporalAdjuster adjuster)返回今年的调整副本。YearYear. with(TemporalField field, long newValue)返回今年的副本,并将指定的字段设置为新值。YearMonthYearMonth. with(TemporalAdjuster adjuster)返回此年度的调整副本。YearMonthYearMonth. with(TemporalField field, long newValue)返回此年月的副本,并将指定的字段设置为新值。ZonedDateTimeZonedDateTime. with(TemporalAdjuster adjuster)返回此日期时间的调整副本。ZonedDateTimeZonedDateTime. with(TemporalField field, long newValue)返回此日期时间的副本,并将指定字段设置为新值。ZonedDateTimeZonedDateTime. withEarlierOffsetAtOverlap()返回此日期时间的副本,将区域偏移更改为本地时间线重叠处的两个有效偏移中较早的一个。ZonedDateTimeZonedDateTime. withLaterOffsetAtOverlap()返回此日期时间的副本,将区域偏移更改为本地时间线重叠处的两个有效偏移中的较晚者。ZonedDateTimeZonedDateTime. withZoneSameInstant(ZoneId zone)使用不同的时区返回此日期时间的副本,保留该瞬间。ZonedDateTimeZonedDateTime. withZoneSameLocal(ZoneId zone)使用不同的时区返回此日期时间的副本,如果可能,保留本地日期时间。 -
Uses of Override in java.time.chrono
Methods in java.time.chrono with annotations of type Override 变量和类型 方法 描述 TemporalChronoPeriod. addTo(Temporal temporal)将此句点添加到指定的时态对象。default TemporalChronoLocalDate. adjustInto(Temporal temporal)将指定的时态对象调整为与此对象具有相同的日期。default TemporalChronoLocalDateTime. adjustInto(Temporal temporal)调整指定的时态对象以使其具有与此对象相同的日期和时间。default TemporalEra. adjustInto(Temporal temporal)调整指定的时态对象以使其与此对象具有相同的时代。intAbstractChronology. compareTo(Chronology other)将这个年代表与另一个年表进行比较。default intChronoLocalDate. compareTo(ChronoLocalDate other)将此日期与另一个日期进行比较,包括年表。default intChronoLocalDateTime. compareTo(ChronoLocalDateTime<?> other)将此日期时间与另一个日期时间进行比较,包括年表。intChronology. compareTo(Chronology other)将这个年代表与另一个年表进行比较。default intChronoZonedDateTime. compareTo(ChronoZonedDateTime<?> other)将此日期时间与另一个日期时间进行比较,包括年表。HijrahDateHijrahChronology. date(int prolepticYear, int month, int dayOfMonth)从预知年,月份和日期字段获得Hijrah日历系统中的本地日期。HijrahDateHijrahChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)从时代,年份,月份和日期字段中获取Hijrah日历系统中的本地日期。LocalDateIsoChronology. date(int prolepticYear, int month, int dayOfMonth)从预测年,月份和日期字段获得ISO本地日期。LocalDateIsoChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)从时代,年份,月份和日期字段中获取ISO本地日期。LocalDateIsoChronology. date(TemporalAccessor temporal)从另一个日期时间对象获取ISO本地日期。JapaneseDateJapaneseChronology. date(int prolepticYear, int month, int dayOfMonth)从预测年,月份和日期字段获得日语日历系统中的本地日期。JapaneseDateJapaneseChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)从日期,年份,月份和日期字段中获取日语日历系统中的本地日期。MinguoDateMinguoChronology. date(int prolepticYear, int month, int dayOfMonth)从预感年,月份和日期字段获取民国历法系统的当地日期。MinguoDateMinguoChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)从时代,年份,月份和日期字段中获取民国历法系统的本地日期。ThaiBuddhistDateThaiBuddhistChronology. date(int prolepticYear, int month, int dayOfMonth)从预知年,月份和日期字段获得泰国佛教日历系统的当地日期。ThaiBuddhistDateThaiBuddhistChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)从时代,年份,月份和日期字段中获取泰国佛教日历系统的本地日期。HijrahDateHijrahChronology. dateEpochDay(long epochDay)从纪元日起在Hijrah日历系统中获得当地日期。LocalDateIsoChronology. dateEpochDay(long epochDay)从纪元日获得ISO本地日期。JapaneseDateJapaneseChronology. dateEpochDay(long epochDay)从纪元日起在日历日历系统中获得本地日期。MinguoDateMinguoChronology. dateEpochDay(long epochDay)从纪元日起在民国历法系统中获得当地日期。ThaiBuddhistDateThaiBuddhistChronology. dateEpochDay(long epochDay)从纪元日开始在泰国佛教日历系统中获得当地日期。LocalDateIsoChronology. dateNow()在默认时区中从系统时钟获取当前ISO本地日期。LocalDateIsoChronology. dateNow(Clock clock)从指定的时钟获取当前的ISO本地日期。LocalDateIsoChronology. dateNow(ZoneId zone)从指定时区的系统时钟获取当前ISO本地日期。HijrahDateHijrahChronology. dateYearDay(int prolepticYear, int dayOfYear)从预知年和日期字段获得Hijrah日历系统中的本地日期。HijrahDateHijrahChronology. dateYearDay(Era era, int yearOfEra, int dayOfYear)从时代,年代和日期字段中获取Hijrah日历系统中的本地日期。LocalDateIsoChronology. dateYearDay(int prolepticYear, int dayOfYear)从预测年和日期字段获得ISO本地日期。LocalDateIsoChronology. dateYearDay(Era era, int yearOfEra, int dayOfYear)从时代,年代和日期字段中获取ISO本地日期。JapaneseDateJapaneseChronology. dateYearDay(int prolepticYear, int dayOfYear)从预知年和日期字段获得日语日历系统中的本地日期。JapaneseDateJapaneseChronology. dateYearDay(Era era, int yearOfEra, int dayOfYear)从日期,年代和日期字段中获取日语日历系统中的本地日期。MinguoDateMinguoChronology. dateYearDay(int prolepticYear, int dayOfYear)从预感年和日年字段获得民国历法系统的当地日期。MinguoDateMinguoChronology. dateYearDay(Era era, int yearOfEra, int dayOfYear)从时代,年代和日年字段中获取民国历法系统的当地日期。ThaiBuddhistDateThaiBuddhistChronology. dateYearDay(int prolepticYear, int dayOfYear)从预知年和日年字段获得泰国佛教日历系统的当地日期。ThaiBuddhistDateThaiBuddhistChronology. dateYearDay(Era era, int yearOfEra, int dayOfYear)从时代,年代和日年字段中获得泰国佛教日历系统的当地日期。longIsoChronology. epochSecond(int prolepticYear, int month, int dayOfMonth, int hour, int minute, int second, ZoneOffset zoneOffset)获取1970-01-01T00:00:00Z的纪元的秒数。booleanAbstractChronology. equals(Object obj)检查这个年表是否等于另一个年表。booleanChronoLocalDate. equals(Object obj)检查此日期是否等于另一个日期,包括年表。booleanChronoLocalDateTime. equals(Object obj)检查此日期时间是否等于另一个日期时间,包括年表。booleanChronology. equals(Object obj)检查这个年表是否等于另一个年表。booleanChronoPeriod. equals(Object obj)检查此期间是否等于另一个期间,包括年表。booleanChronoZonedDateTime. equals(Object obj)检查此日期时间是否等于另一个日期时间。booleanHijrahDate. equals(Object obj)将此日期与另一个日期进行比较,包括年表。booleanJapaneseDate. equals(Object obj)将此日期与另一个日期进行比较,包括年表。booleanMinguoDate. equals(Object obj)将此日期与另一个日期进行比较,包括年表。booleanThaiBuddhistDate. equals(Object obj)将此日期与另一个日期进行比较,包括年表。HijrahEraHijrahChronology. eraOf(int eraValue)从数值创建HijrahEra对象。JapaneseEraJapaneseChronology. eraOf(int eraValue)从给定的数值返回日历系统时代对象。longChronoPeriod. get(TemporalUnit unit)获取所请求单元的值。default intEra. get(TemporalField field)获取此时代指定字段的值int。StringHijrahChronology. getCalendarType()获取伊斯兰日历的日历类型。StringIsoChronology. getCalendarType()获取基础日历系统的日历类型 - 'iso8601'。StringJapaneseChronology. getCalendarType()获取基础日历系统的日历类型 - “japanese”。StringMinguoChronology. getCalendarType()获取基础日历系统的日历类型 - 'roc'。StringThaiBuddhistChronology. getCalendarType()获取基础日历系统的日历类型 - 'buddhist'。HijrahChronologyHijrahDate. getChronology()获取此日期的年表,即Hijrah日历系统。JapaneseChronologyJapaneseDate. getChronology()获取此日期的年表,即日历系统。MinguoChronologyMinguoDate. getChronology()获取此日期的年表,即Minguo日历系统。ThaiBuddhistChronologyThaiBuddhistDate. getChronology()获取此日期的年表,即泰国佛教日历系统。StringHijrahEra. getDisplayName(TextStyle style, Locale locale)获取这个时代的文本表示。StringJapaneseEra. getDisplayName(TextStyle style, Locale locale)获取这个时代的文本表示。StringMinguoEra. getDisplayName(TextStyle style, Locale locale)获取这个时代的文本表示。StringThaiBuddhistEra. getDisplayName(TextStyle style, Locale locale)获取这个时代的文本表示。HijrahEraHijrahDate. getEra()获取此日期适用的时代。JapaneseEraJapaneseDate. getEra()获取此日期适用的时代。MinguoEraMinguoDate. getEra()获取此日期适用的时代。ThaiBuddhistEraThaiBuddhistDate. getEra()获取此日期适用的时代。StringHijrahChronology. getId()获取年表的ID。StringIsoChronology. getId()获取年表的ID - 'ISO'。StringJapaneseChronology. getId()获取年表的ID - '日语'。StringMinguoChronology. getId()获取年表的ID - 'Minguo'。StringThaiBuddhistChronology. getId()获取年表的ID - 'ThaiBuddhist'。default longEra. getLong(TemporalField field)获取此时代指定字段的值long。List<TemporalUnit>ChronoPeriod. getUnits()获取此句点支持的单位集。intHijrahEra. getValue()获取数字时代int值。intIsoEra. getValue()获取数字时代int值。intJapaneseEra. getValue()获取数字时代int值。intMinguoEra. getValue()获取数字时代int值。intThaiBuddhistEra. getValue()获取数字时代int值。intAbstractChronology. hashCode()此年表的哈希码。intChronoLocalDate. hashCode()此日期的哈希码。intChronoLocalDateTime. hashCode()此日期时间的哈希码。intChronology. hashCode()此年表的哈希码。intChronoPeriod. hashCode()此期间的哈希码。intChronoZonedDateTime. hashCode()此日期时间的哈希码。intHijrahDate. hashCode()此日期的哈希码。intJapaneseDate. hashCode()此日期的哈希码。intMinguoDate. hashCode()此日期的哈希码。intThaiBuddhistDate. hashCode()此日期的哈希码。booleanHijrahDate. isLeapYear()根据Hijrah日历系统规则,检查年份是否为闰年。booleanIsoChronology. isLeapYear(long prolepticYear)根据ISO符号日历系统规则,检查年份是否为闰年。booleanJapaneseChronology. isLeapYear(long prolepticYear)检查指定年份是否为闰年。booleanMinguoChronology. isLeapYear(long prolepticYear)检查指定年份是否为闰年。booleanThaiBuddhistChronology. isLeapYear(long prolepticYear)检查指定年份是否为闰年。default booleanChronoLocalDate. isSupported(TemporalField field)检查是否支持指定的字段。default booleanChronoLocalDate. isSupported(TemporalUnit unit)检查指定的单元是否受支持。booleanChronoLocalDateTime. isSupported(TemporalField field)检查是否支持指定的字段。default booleanChronoLocalDateTime. isSupported(TemporalUnit unit)检查指定的单元是否受支持。booleanChronoZonedDateTime. isSupported(TemporalField field)检查是否支持指定的字段。default booleanChronoZonedDateTime. isSupported(TemporalUnit unit)检查指定的单元是否受支持。default booleanEra. isSupported(TemporalField field)检查是否支持指定的字段。booleanJapaneseDate. isSupported(TemporalField field)检查是否支持指定的字段。intHijrahDate. lengthOfMonth()返回此日期表示的月份长度。intJapaneseDate. lengthOfMonth()返回此日期表示的月份长度。intMinguoDate. lengthOfMonth()返回此日期表示的月份长度。intThaiBuddhistDate. lengthOfMonth()返回此日期表示的月份长度。intHijrahDate. lengthOfYear()返回此日期表示的年份长度。LocalDateTimeIsoChronology. localDateTime(TemporalAccessor temporal)从另一个日期时间对象获取ISO本地日期时间。default ChronoLocalDateChronoLocalDate. minus(long amountToSubtract, TemporalUnit unit)返回与此对象相同类型的对象,并减去指定的时间段。default ChronoLocalDateChronoLocalDate. 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)返回与此对象相同类型的对象,并减去一定量。HijrahDateHijrahDate. minus(TemporalAmount amount)返回与此对象相同类型的对象,并减去一定量。JapaneseDateJapaneseDate. minus(TemporalAmount amount)返回与此对象相同类型的对象,并减去一定量。MinguoDateMinguoDate. minus(TemporalAmount amount)返回与此对象相同类型的对象,并减去一定量。ThaiBuddhistDateThaiBuddhistDate. minus(TemporalAmount amount)返回与此对象相同类型的对象,并减去一定量。PeriodIsoChronology. period(int years, int months, int days)根据年,月和日获得此年表的时间段。default ChronoLocalDateChronoLocalDate. plus(long amountToAdd, TemporalUnit unit)返回与此对象具有相同类型的对象,并添加指定的句点。default ChronoLocalDateChronoLocalDate. 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)返回与此对象相同类型的对象,并添加一个量。HijrahDateHijrahDate. plus(TemporalAmount amount)返回与此对象相同类型的对象,并添加一个量。JapaneseDateJapaneseDate. plus(TemporalAmount amount)返回与此对象相同类型的对象,并添加一个量。MinguoDateMinguoDate. plus(TemporalAmount amount)返回与此对象相同类型的对象,并添加一个量。ThaiBuddhistDateThaiBuddhistDate. plus(TemporalAmount amount)返回与此对象相同类型的对象,并添加一个量。default <R> RChronoLocalDate. query(TemporalQuery<R> query)使用指定的查询查询此日期。default <R> RChronoLocalDateTime. query(TemporalQuery<R> query)使用指定的查询查询此日期时间。default <R> RChronoZonedDateTime. query(TemporalQuery<R> query)使用指定的查询查询此日期时间。default <R> REra. query(TemporalQuery<R> query)使用指定的查询查询此时代。default ValueRangeEra. range(TemporalField field)获取指定字段的有效值范围。ValueRangeHijrahEra. range(TemporalField field)获取指定字段的有效值范围。ValueRangeJapaneseEra. range(TemporalField field)获取指定字段的有效值范围。ChronoLocalDateAbstractChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)解析在解析期间将解析的ChronoField值解析为日期。LocalDateIsoChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)解析在解析期间将解析的ChronoField值解析为日期。TemporalChronoPeriod. subtractFrom(Temporal temporal)从指定的时态对象中减去此句点。StringAbstractChronology. toString()使用年表ID将此年表输出为String。StringChronoLocalDate. toString()将此日期输出为String。StringChronoLocalDateTime. toString()输出此日期时间为String。StringChronology. toString()输出此年表作为String。StringChronoPeriod. toString()将此期间输出为String。StringChronoZonedDateTime. toString()输出此日期时间为String。longChronoLocalDate. until(Temporal endExclusive, TemporalUnit unit)根据指定的单位计算到另一个日期的时间量。default ChronoLocalDateChronoLocalDate. with(TemporalAdjuster adjuster)返回与此对象相同类型的调整对象,并进行调整。default ChronoLocalDateChronoLocalDate. 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)返回与此对象相同类型的对象,并更改指定的字段。HijrahDateHijrahDate. with(TemporalAdjuster adjuster)返回与此对象相同类型的调整对象,并进行调整。JapaneseDateJapaneseDate. with(TemporalAdjuster adjuster)返回与此对象相同类型的调整对象,并进行调整。MinguoDateMinguoDate. with(TemporalAdjuster adjuster)返回与此对象相同类型的调整对象,并进行调整。ThaiBuddhistDateThaiBuddhistDate. with(TemporalAdjuster adjuster)返回与此对象相同类型的调整对象,并进行调整。ZonedDateTimeIsoChronology. zonedDateTime(Instant instant, ZoneId zone)从Instant获得此年表中的ISO分区日期时间。ZonedDateTimeIsoChronology. zonedDateTime(TemporalAccessor temporal)从另一个日期时间对象获取ISO分区日期时间。 -
Uses of Override in java.time.format
Methods in java.time.format with annotations of type Override 变量和类型 方法 描述 booleanDecimalStyle. equals(Object obj)检查此DecimalStyle是否等于另一个DecimalStyle。intDecimalStyle. hashCode()此DecimalStyle的哈希码。StringDateTimeFormatter. toString()返回底层格式化程序的描述。StringDecimalStyle. toString()返回描述此DecimalStyle的字符串。 -
Uses of Override in java.time.temporal
Methods in java.time.temporal with annotations of type Override 变量和类型 方法 描述 booleanValueRange. equals(Object obj)检查此范围是否等于另一个范围。booleanWeekFields. equals(Object object)检查此WeekFields是否等于指定的对象。DurationChronoUnit. getDuration()获取ISO日历系统中此单元的估计持续时间。intValueRange. hashCode()此范围的哈希码。intWeekFields. hashCode()这个WeekFields哈希码。booleanChronoField. isDateBased()检查此字段是否表示日期的组成部分。booleanChronoUnit. isDateBased()检查此单位是否为日期单位。booleanChronoUnit. isDurationEstimated()检查单位的持续时间是否为估计值。booleanChronoField. isTimeBased()检查此字段是否表示时间的组成部分。booleanChronoUnit. isTimeBased()检查此单位是否为时间单位。ValueRangeChronoField. range()获取该字段的有效值范围。StringTemporalField. toString()获取该字段的描述性名称。StringTemporalUnit. toString()获取单元的描述性名称。StringValueRange. toString()输出此范围为String。StringWeekFields. toString()此WeekFields实例的字符串表示形式。 -
Uses of Override in java.time.zone
Methods in java.time.zone with annotations of type Override 变量和类型 方法 描述 intZoneOffsetTransition. compareTo(ZoneOffsetTransition transition)根据转换瞬间将此转换与另一转换进行比较。booleanZoneOffsetTransition. equals(Object other)检查此对象是否等于另一个。booleanZoneOffsetTransitionRule. equals(Object otherRule)检查此对象是否等于另一个。booleanZoneRules. equals(Object otherRules)检查这组规则是否等于另一组规则。intZoneOffsetTransition. hashCode()返回合适的哈希码。intZoneOffsetTransitionRule. hashCode()返回合适的哈希码。intZoneRules. hashCode()给定#equals的定义,返回合适的哈希码。StringZoneOffsetTransition. toString()返回描述此对象的字符串。StringZoneOffsetTransitionRule. toString()返回描述此对象的字符串。StringZoneRules. toString()返回描述此对象的字符串。 -
Uses of Override in java.util
Methods in java.util with annotations of type Override 变量和类型 方法 描述 voidDoubleSummaryStatistics. accept(double value)将另一个值记录到摘要信息中。voidIntSummaryStatistics. accept(int value)在摘要信息中记录新值voidLongSummaryStatistics. accept(int value)在摘要信息中记录新的int值。voidLongSummaryStatistics. accept(long value)在摘要信息中记录新的long值。voidGregorianCalendar. add(int field, int amount)根据日历的规则,将指定(签名)的时间量添加到给定的日历字段。intSpliterators.AbstractDoubleSpliterator. characteristics()返回此Spliterator及其元素的一组特征。intSpliterators.AbstractIntSpliterator. characteristics()返回此Spliterator及其元素的一组特征。intSpliterators.AbstractLongSpliterator. characteristics()返回此Spliterator及其元素的一组特征。intSpliterators.AbstractSpliterator. characteristics()返回此Spliterator及其元素的一组特征。ObjectCalendar. clone()创建并返回此对象的副本。ObjectHashMap. clone()返回此HashMap实例的浅表副本:未克隆键和值本身。ObjectLocale. clone()覆盖Cloneable。intCalendar. compareTo(Calendar anotherCalendar)比较两个Calendar对象表示的时间值( Epoch的毫秒偏移量)。VHashMap. compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)尝试计算指定键及其当前映射值的映射(如果没有当前映射,null)。VHashtable. compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)尝试计算指定键及其当前映射值的映射(如果没有当前映射,null)。protected voidGregorianCalendar. computeFields()将时间值(从 Epoch的毫秒偏移量)转换为日历字段值。VHashMap. computeIfAbsent(K key, Function<? super K,? extends V> mappingFunction)如果指定的键尚未与值关联(或映射到null),则尝试使用给定的映射函数计算其值并将其输入此映射,除非null。VHashtable. computeIfAbsent(K key, Function<? super K,? extends V> mappingFunction)如果指定的键尚未与值关联(或映射到null),则尝试使用给定的映射函数计算其值并将其输入此映射,除非null。VHashMap. computeIfPresent(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)如果指定键的值存在且为非null,则尝试在给定键及其当前映射值的情况下计算新映射。VHashtable. computeIfPresent(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)如果指定键的值存在且为非null,则尝试在给定键及其当前映射值的情况下计算新映射。protected voidGregorianCalendar. computeTime()将日历字段值转换为时间值(距离 Epoch的毫秒偏移量)。booleanCalendar. equals(Object obj)将此Calendar与指定的Object。booleanGregorianCalendar. equals(Object obj)将此GregorianCalendar与指定的Object。booleanLocale. equals(Object obj)如果此Locale等于另一个对象,则返回true。booleanLocale.LanguageRange. equals(Object obj)将此对象与指定的对象进行比较。booleanOptional. equals(Object obj)指示某个其他对象是否“等于”此Optional。booleanOptionalDouble. equals(Object obj)指示某个其他对象是否“等于”此OptionalDouble。booleanOptionalInt. equals(Object obj)指示某个其他对象是否“等于”此OptionalInt。booleanOptionalLong. equals(Object obj)指示某个其他对象是否“等于”此OptionalLong。booleanPropertyPermission. equals(Object obj)检查两个PropertyPermission对象是否相等。longSpliterators.AbstractDoubleSpliterator. estimateSize()返回Spliterator.forEachRemaining(java.util.function.Consumer<? super T>)遍历将遇到的元素数量的估计值,如果计算无限,未知或太昂贵,则返回Long.MAX_VALUE。longSpliterators.AbstractIntSpliterator. estimateSize()返回Spliterator.forEachRemaining(java.util.function.Consumer<? super T>)遍历将遇到的元素数量的估计值,如果无限,未知或计算成本太高,则返回Long.MAX_VALUE。longSpliterators.AbstractLongSpliterator. estimateSize()返回Spliterator.forEachRemaining(java.util.function.Consumer<? super T>)遍历将遇到的元素数量的估计值,如果无限,未知或计算成本太高,则返回Long.MAX_VALUE。longSpliterators.AbstractSpliterator. estimateSize()返回Spliterator.forEachRemaining(java.util.function.Consumer<? super T>)遍历将遇到的元素数量的估计值,如果计算无限,未知或太昂贵,则返回Long.MAX_VALUE。voidArrayList. forEach(Consumer<? super E> action)voidVector. forEach(Consumer<? super E> action)default voidPrimitiveIterator.OfDouble. forEachRemaining(Consumer<? super Double> action)对每个剩余元素执行给定操作,直到处理完所有元素或操作引发异常。default voidPrimitiveIterator.OfInt. forEachRemaining(Consumer<? super Integer> action)对每个剩余元素执行给定操作,直到处理完所有元素或操作引发异常。default voidPrimitiveIterator.OfLong. forEachRemaining(Consumer<? super Long> action)对每个剩余元素执行给定操作,直到处理完所有元素或操作引发异常。default voidSpliterator.OfDouble. forEachRemaining(Consumer<? super Double> action)在当前线程中按顺序对每个剩余元素执行给定操作,直到所有元素都已处理或操作引发异常。default voidSpliterator.OfInt. forEachRemaining(Consumer<? super Integer> action)在当前线程中按顺序对每个剩余元素执行给定操作,直到所有元素都已处理或操作引发异常。default voidSpliterator.OfLong. forEachRemaining(Consumer<? super Long> action)在当前线程中按顺序对每个剩余元素执行给定操作,直到所有元素都已处理或操作引发异常。SServiceLoader.Provider. get()返回提供程序的实例。StringPropertyPermission. getActions()返回操作的“规范字符串表示形式”。intGregorianCalendar. getActualMaximum(int field)返回此日历字段可能有,考虑到给定的时间值和的当前值中的最大值getFirstDayOfWeek,getMinimalDaysInFirstWeek,getGregorianChange和getTimeZone方法。intGregorianCalendar. getActualMinimum(int field)返回此日历字段可能有,考虑到给定的时间值和的当前值的最小值getFirstDayOfWeek,getMinimalDaysInFirstWeek,getGregorianChange和getTimeZone方法。StringGregorianCalendar. getCalendarType()返回"gregory"作为日历类型。intGregorianCalendar. getGreatestMinimum(int field)返回此GregorianCalendar实例的给定日历字段的最高最小值。intGregorianCalendar. getLeastMaximum(int field)返回此GregorianCalendar实例的给定日历字段的最小最大值。intGregorianCalendar. getMaximum(int field)返回此GregorianCalendar实例的给定日历字段的GregorianCalendar。intGregorianCalendar. getMinimum(int field)返回此GregorianCalendar实例的给定日历字段的GregorianCalendar。intGregorianCalendar. getWeeksInWeekYear()返回周在数量 week year用这代表GregorianCalendar。intGregorianCalendar. getWeekYear()返回 GregorianCalendar表示的GregorianCalendar。intCalendar. hashCode()返回此日历的哈希码。intGregorianCalendar. hashCode()生成此GregorianCalendar对象的哈希码。intLocale. hashCode()覆盖hashCode。intLocale.LanguageRange. hashCode()返回对象的哈希码值。intOptional. hashCode()返回值的哈希码(如果存在),否则0(零),如果没有值。intOptionalDouble. hashCode()返回值的哈希码(如果存在),否则0(零),如果不存在值。intOptionalInt. hashCode()返回值的哈希码(如果存在),否则0(零)(如果不存在值)。intOptionalLong. hashCode()返回值的哈希码(如果存在),否则0(零)(如果不存在值)。intPropertyPermission. hashCode()返回此对象的哈希码值。booleanPropertyPermission. implies(Permission p)检查此PropertyPermission对象是否“隐含”指定的权限。booleanGregorianCalendar. isWeekDateSupported()返回true表明此GregorianCalendar支持周日期。VHashMap. merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)如果指定的键尚未与值关联或与null关联,则将其与给定的非空值关联。VHashtable. merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)如果指定的键尚未与值关联或与null关联,则将其与给定的非空值关联。PermissionCollectionPropertyPermission. newPermissionCollection()返回用于存储PropertyPermission对象的新PermissionCollection对象。default DoublePrimitiveIterator.OfDouble. next()返回迭代中的下一个元素。default IntegerPrimitiveIterator.OfInt. next()返回迭代中的下一个元素。default LongPrimitiveIterator.OfLong. next()返回迭代中的下一个元素。booleanSimpleTimeZone. observesDaylightTime()如果此SimpleTimeZone观察夏令时,则返回true。booleanArrayList. removeIf(Predicate<? super E> filter)booleanVector. removeIf(Predicate<? super E> filter)voidVector. replaceAll(UnaryOperator<E> operator)voidGregorianCalendar. roll(int field, boolean up)在给定时间字段上添加或减去(向上/向下)单个时间单位而不更改更大的字段。voidGregorianCalendar. roll(int field, int amount)将签名金额添加到指定的日历字段,而不更改更大的字段。voidGregorianCalendar. 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。StringCalendar. toString()返回此日历的字符串表示形式。StringCurrency. toString()返回此货币的ISO 4217货币代码。StringDoubleSummaryStatistics. toString()返回适合调试的此对象的非空字符串表示形式。StringIntSummaryStatistics. toString()返回适合调试的此对象的非空字符串表示形式。StringLocale.LanguageRange. toString()返回此LanguageRange对象的信息性字符串表示形式,如果范围已加权且权重小于最大权重,LanguageRange语言范围和权重组成。StringLocale. toString()返回此Locale对象的字符串表示形式,包括语言,国家,变体,脚本和扩展名,如下所示:language +“_”+ country +“_”+(variant +“_#”|“#”)+ script +“_”+扩展语言总是小写,国家总是大写,脚本总是标题大小写,扩展名总是小写。StringLongSummaryStatistics. toString()返回适合调试的此对象的非空字符串表示形式。StringOptional. toString()返回适合调试的Optional的非空字符串表示形式。StringOptionalDouble. toString()返回适合调试的OptionalDouble的非空字符串表示形式。StringOptionalInt. toString()返回适合调试的OptionalInt的非空字符串表示形式。StringOptionalLong. toString()返回适合调试的OptionalLong的非空字符串表示形式。StringStringJoiner. toString()返回当前值,包括prefix,到目前为止由delimiter分隔的delimiter,以及suffix,除非在这种情况下未添加任何元素,否则返回prefix + suffix或emptyValue字符。default booleanSpliterator.OfDouble. tryAdvance(Consumer<? super Double> action)如果存在剩余元素,则对其执行给定操作,返回true; 否则返回false。default booleanSpliterator.OfInt. tryAdvance(Consumer<? super Integer> action)如果存在剩余元素,则对其执行给定操作,返回true; 否则返回false。default booleanSpliterator.OfLong. tryAdvance(Consumer<? super Long> action)如果存在剩余元素,则对其执行给定操作,返回true; 否则返回false。Spliterator.OfDoubleSpliterators.AbstractDoubleSpliterator. trySplit()如果可以对此spliterator进行分区,则返回Spliterator覆盖元素,这些元素在从此方法返回时将不被此Spliterator覆盖。Spliterator.OfIntSpliterators.AbstractIntSpliterator. trySplit()如果可以对此spliterator进行分区,则返回Spliterator覆盖元素,这些元素在从此方法返回时将不被此Spliterator覆盖。Spliterator.OfLongSpliterators.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 VConcurrentMap. compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)尝试计算指定键及其当前映射值的映射(如果没有当前映射,null)。default VConcurrentMap. computeIfAbsent(K key, Function<? super K,? extends V> mappingFunction)如果指定的键尚未与值关联(或映射到null),则尝试使用给定的映射函数计算其值并将其输入此映射,除非null。default VConcurrentMap. computeIfPresent(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)如果指定键的值存在且为非null,则尝试在给定键及其当前映射值的情况下计算新映射。default voidConcurrentMap. forEach(BiConsumer<? super K,? super V> action)对此映射中的每个条目执行给定操作,直到处理完所有条目或操作引发异常。default VConcurrentMap. getOrDefault(Object key, V defaultValue)返回指定键映射到的值,如果此映射不包含键的映射,则返回defaultValue。default VConcurrentMap. merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)如果指定的键尚未与值关联或与null关联,则将其与给定的非空值关联。default voidConcurrentMap. 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 变量和类型 方法 描述 voidConsoleHandler. close()覆盖StreamHandler.close以执行刷新但不关闭输出流。voidFileHandler. close()关闭所有文件。voidMemoryHandler. close()关闭Handler并释放所有相关资源。voidSocketHandler. close()关闭此输出流。voidStreamHandler. close()关闭当前输出流。booleanLevel. equals(Object ox)比较两个对象的值相等性。voidMemoryHandler. flush()导致目标Handler上的Handler。voidStreamHandler. flush()刷新所有缓冲的消息。StringSimpleFormatter. format(LogRecord record)格式化给定的LogRecord。StringXMLFormatter. format(LogRecord record)将给定消息格式化为XML。StringXMLFormatter. getHead(Handler h)返回一组XML格式记录的标题字符串。StringXMLFormatter. getTail(Handler h)返回一组XML格式记录的尾部字符串。intLevel. hashCode()生成哈希码。booleanMemoryHandler. isLoggable(LogRecord record)检查此Handler是否实际将给定的LogRecord到其内部缓冲区中。booleanStreamHandler. isLoggable(LogRecord record)检查这个Handler是否真的会记录给定的LogRecord。voidConsoleHandler. publish(LogRecord record)发布LogRecord。voidFileHandler. publish(LogRecord record)格式化并发布LogRecord。voidMemoryHandler. publish(LogRecord record)将LogRecord存储在内部缓冲区中。voidSocketHandler. publish(LogRecord record)格式化并发布LogRecord。voidStreamHandler. publish(LogRecord record)格式化并发布LogRecord。voidStreamHandler. setEncoding(String encoding)设置(或更改)此Handler使用的字符编码。StringLevel. toString()返回此级别的字符串表示形式。 -
Uses of Override in java.util.spi
Methods in java.util.spi with annotations of type Override 变量和类型 方法 描述 ResourceBundleAbstractResourceBundleProvider. 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 变量和类型 方法 描述 voidDoubleStream.Builder. accept(double t)向正在构建的流添加元素。voidIntStream.Builder. accept(int t)向正在构建的流添加元素。voidLongStream.Builder. accept(long t)向正在构建的流添加元素。voidStream.Builder. accept(T t)向正在构建的流添加元素。voidBaseStream. close()关闭此流,导致调用此流管道的所有关闭处理程序。 -
Uses of Override in java.util.zip
Methods in java.util.zip with annotations of type Override 变量和类型 方法 描述 longAdler32. getValue()返回校验和值。longCRC32. getValue()返回CRC-32值。longCRC32C. getValue()返回CRC-32C值。voidAdler32. reset()将校验和重置为初始值。voidCRC32. reset()将CRC-32重置为初始值。voidCRC32C. reset()将CRC-32C重置为初始值。voidAdler32. update(byte[] b, int off, int len)使用指定的字节数组更新校验和。voidAdler32. update(int b)使用指定的字节更新校验和(参数b的低8位)。voidAdler32. update(ByteBuffer buffer)使用指定缓冲区中的字节更新校验和。voidCRC32. update(byte[] b, int off, int len)使用指定的字节数组更新CRC-32校验和。voidCRC32. update(int b)使用指定的字节(参数b的低8位)更新CRC-32校验和。voidCRC32. update(ByteBuffer buffer)使用指定缓冲区中的字节更新CRC-32校验和。voidCRC32C. update(byte[] b, int off, int len)使用指定的字节数组更新CRC-32C校验和。voidCRC32C. update(int b)使用指定的字节(参数b的低8位)更新CRC-32C校验和。voidCRC32C. update(ByteBuffer buffer)使用指定缓冲区中的字节更新CRC-32C校验和。 -
Uses of Override in javax.imageio.plugins.tiff
Methods in javax.imageio.plugins.tiff with annotations of type Override 变量和类型 方法 描述 TIFFDirectoryTIFFDirectory. clone()克隆目录及其中包含的所有字段。TIFFFieldTIFFField. clone()克隆该字段及其中包含的所有信息。 -
Uses of Override in javax.lang.model.element
Methods in javax.lang.model.element with annotations of type Override 变量和类型 方法 描述 booleanElement. 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()返回在此类或接口中直接声明的字段,方法,构造函数和成员类型。ElementModuleElement. getEnclosingElement()返回null因为模块未被其他元素包围。ElementPackageElement. getEnclosingElement()如果存在这样的模块,则返回封闭模块; 否则返回null。ElementTypeElement. getEnclosingElement()返回顶级类型的包,并返回 nested类型的直接词法封闭元素。ElementTypeParameterElement. getEnclosingElement()返回此类型参数的 generic element 。ElementVariableElement. getEnclosingElement()返回此变量的封闭元素。NameModuleElement. getQualifiedName()返回此模块的完全限定名称。NameExecutableElement. getSimpleName()返回构造函数,方法或初始值设定项的简单名称。NameModuleElement. getSimpleName()返回此模块的简单名称。NamePackageElement. getSimpleName()返回此包的简单名称。NameTypeElement. getSimpleName()返回此类型元素的简单名称。NameVariableElement. getSimpleName()返回此变量元素的简单名称。intElement. hashCode()Obeys的总合同Object.hashCode。 -
Uses of Override in javax.lang.model.util
Methods in javax.lang.model.util with annotations of type Override 变量和类型 方法 描述 RElementKindVisitor6. visitExecutable(ExecutableElement e, P p)访问可执行元素。RAbstractTypeVisitor6. visitIntersection(IntersectionType t, P p)访问交叉点类型。abstract RAbstractTypeVisitor8. visitIntersection(IntersectionType t, P p)以子类定义的方式访问IntersectionType。RSimpleTypeVisitor8. visitIntersection(IntersectionType t, P p)访问交叉点类型。RTypeKindVisitor8. visitIntersection(IntersectionType t, P p)访问交叉点类型。RAbstractElementVisitor6. visitModule(ModuleElement e, P p)访问模块元素。abstract RAbstractElementVisitor9. visitModule(ModuleElement t, P p)访问模块元素。RElementKindVisitor9. visitModule(ModuleElement e, P p)访问模块元素。RElementScanner9. visitModule(ModuleElement e, P p)访问模块元素。RSimpleElementVisitor9. visitModule(ModuleElement e, P p)访问模块元素。RTypeKindVisitor6. visitNoType(NoType t, P p)访问NoType实例。RTypeKindVisitor9. visitNoTypeAsModule(NoType t, P p)访问模块伪类型。RElementKindVisitor6. visitPackage(PackageElement e, P p)访问包元素。RTypeKindVisitor6. visitPrimitive(PrimitiveType t, P p)访问基本类型。RElementKindVisitor6. visitType(TypeElement e, P p)访问类型元素。RElementKindVisitor6. visitTypeParameter(TypeParameterElement e, P p)访问类型参数元素。abstract RAbstractTypeVisitor7. visitUnion(UnionType t, P p)以子类定义的方式访问UnionType。RSimpleTypeVisitor7. visitUnion(UnionType t, P p)访问联合类型。RTypeKindVisitor7. visitUnion(UnionType t, P p)访问联合类型。RAbstractAnnotationValueVisitor6. visitUnknown(AnnotationValue av, P p)访问未知类型的注释值。RAbstractElementVisitor6. visitUnknown(Element e, P p)访问一种未知的元素。RAbstractTypeVisitor6. visitUnknown(TypeMirror t, P p)访问未知类型。RElementKindVisitor6. visitVariable(VariableElement e, P p)访问变量元素RElementScanner7. visitVariable(VariableElement e, P p)访问变量元素。RSimpleElementVisitor7. visitVariable(VariableElement e, P p)访问变量元素。RElementKindVisitor7. visitVariableAsResourceVariable(VariableElement e, P p)访问RESOURCE_VARIABLE变量元素。 -
Uses of Override in javax.management
Methods in javax.management with annotations of type Override 变量和类型 方法 描述 voidAttributeList. add(int index, Object element)将指定元素插入此列表中的指定位置。booleanAttributeList. add(Object element)将指定的元素追加到此列表的末尾。booleanAttributeList. addAll(int index, Collection<?> c)从指定位置开始,将指定集合中的所有元素插入此列表。booleanAttributeList. addAll(Collection<?> c)将指定集合中的所有元素按指定集合的Iterator返回的顺序附加到此列表的末尾。ValueExpAttributeValueExp. apply(ObjectName name)在MBean上应用AttributeValueExp。ValueExpStringValueExp. apply(ObjectName name)在MBean上应用ValueExp。DescriptorImmutableDescriptor. clone()返回与此描述符相等的描述符。ObjectMBeanInfo. clone()返回此实例的浅层克隆。ObjectMBeanOperationInfo. clone()返回此实例的浅层克隆。booleanImmutableDescriptor. equals(Object o)将此描述符与给定对象进行比较。booleanMBeanInfo. equals(Object o)将此MBeanInfo与另一个进行比较。booleanMBeanOperationInfo. equals(Object o)将此MBeanOperationInfo与另一个进行比较。booleanObjectName. equals(Object object)将当前对象名称与另一个对象名称进行比较。intImmutableDescriptor. hashCode()返回此描述符的哈希码值。intObjectName. hashCode()返回此对象名称的哈希码。ObjectAttributeList. set(int index, Object element)用指定的元素替换此列表中指定位置的元素。voidAttributeValueExp. setMBeanServer(MBeanServer s)已过时。这种方法没有效果。StringAttributeValueExp. toString()返回表示其值的字符串。StringNotification. toString()返回此通知的String表示形式。StringObjectName. toString()返回对象名称的字符串表示形式。 -
Uses of Override in javax.management.modelmbean
Methods in javax.management.modelmbean with annotations of type Override 变量和类型 方法 描述 ObjectDescriptorSupport. clone()返回一个新描述符,它是描述符的副本。ObjectModelMBeanAttributeInfo. clone()创建并返回一个新的ModelMBeanAttributeInfo,它是此ModelMBeanAttributeInfo的副本。ObjectModelMBeanConstructorInfo. clone()创建并返回一个新的ModelMBeanConstructorInfo,它是此ModelMBeanConstructorInfo的副本。booleanDescriptorSupport. equals(Object o)将此描述符与给定对象进行比较。DescriptorModelMBeanConstructorInfo. getDescriptor()返回关联描述符的副本。DescriptorModelMBeanInfoSupport. getDescriptor()intDescriptorSupport. hashCode()返回此描述符的哈希码值。StringDescriptorSupport. toString()返回表示描述符的可读字符串。StringModelMBeanAttributeInfo. toString()返回ModelMBeanAttributeInfo实例的人类可读版本。StringModelMBeanConstructorInfo. toString()返回一个字符串,其中包含人类可读形式的ModelMBeanConstructorInfo的全部内容。 -
Uses of Override in javax.management.monitor
Methods in javax.management.monitor with annotations of type Override 变量和类型 方法 描述 NumberCounterMonitor. getDerivedGauge(ObjectName object)如果此对象包含在观察到的MBeans集中,则获取指定对象的派生尺度,否则null。NumberGaugeMonitor. getDerivedGauge(ObjectName object)如果此对象包含在观察到的MBeans集中,则获取指定对象的派生尺度,否则null。StringStringMonitor. getDerivedGauge(ObjectName object)如果此对象包含在观察到的MBeans集中,则获取指定对象的派生尺度,否则null。longCounterMonitor. getDerivedGaugeTimeStamp(ObjectName object)如果此对象包含在观察到的MBeans集中,则获取指定对象的派生尺度时间戳,否则0。longGaugeMonitor. getDerivedGaugeTimeStamp(ObjectName object)如果此对象包含在观察到的MBeans集中,则获取指定对象的派生尺度时间戳,否则0。longStringMonitor. 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 变量和类型 方法 描述 booleanCompositeDataSupport. equals(Object obj)将指定的 obj参数与此CompositeDataSupport实例进行比较以获得相等性。intCompositeDataSupport. hashCode()返回此CompositeDataSupport实例的哈希码值。StringCompositeDataSupport. 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 变量和类型 方法 描述 StringRMIConnectionImpl. toString()返回此对象的字符串表示形式。StringRMIConnector. toString()返回此对象的字符串表示形式。 -
Uses of Override in javax.net.ssl
Methods in javax.net.ssl with annotations of type Override 变量和类型 方法 描述 booleanSNIHostName. equals(Object other)将此服务器名称与指定的对象进行比较。booleanSNIServerName. equals(Object other)指示某个其他对象是否“等于”此服务器名称。intSNIHostName. hashCode()返回此SNIHostName的哈希码值。intSNIServerName. hashCode()返回此服务器名称的哈希码值。StringSNIHostName. toString()返回对象的字符串表示形式,包括此SNIHostName对象中的DNS主机名。StringSNIServerName. toString()返回此服务器名称的字符串表示形式,包括此SNIServerName对象中的服务器名称类型和编码的服务器名称值。StringSSLEngineResult. toString()返回此对象的String表示形式。 -
Uses of Override in javax.security.auth
Methods in javax.security.auth with annotations of type Override 变量和类型 方法 描述 booleanSubject. equals(Object o)将指定的Object与此Subject进行比较以获得相等性。intSubject. hashCode()返回此Subject的哈希Subject。StringSubject. toString()返回此Subject的String表示Subject。 -
Uses of Override in javax.security.auth.kerberos
Methods in javax.security.auth.kerberos with annotations of type Override 变量和类型 方法 描述 voidEncryptionKey. destroy()通过清除此密钥的密钥材料来销毁此密钥。voidKerberosCredMessage. destroy()通过清除消息来销毁此对象。booleanDelegationPermission. equals(Object obj)检查两个DelegationPermission对象是否相等。booleanEncryptionKey. equals(Object other)将指定对象与此键进行比较以获得相等性。booleanKerberosCredMessage. equals(Object other)将指定对象与此KerberosCredMessage进行比较以获得相等性。booleanServicePermission. equals(Object obj)检查两个ServicePermission对象是否相等。StringServicePermission. getActions()返回操作的规范字符串表示形式。StringEncryptionKey. getAlgorithm()返回此键的标准算法名称。byte[]EncryptionKey. getEncoded()返回此键的密钥材料。StringEncryptionKey. getFormat()返回此键的编码格式的名称。intDelegationPermission. hashCode()返回此对象的哈希码值。intEncryptionKey. hashCode()返回此EncryptionKey的哈希码。intKerberosCredMessage. hashCode()返回此KerberosCredMessage的哈希码。intServicePermission. hashCode()返回此对象的哈希码值。booleanDelegationPermission. implies(Permission p)检查此Kerberos委派权限对象是否“隐含”指定的权限。booleanServicePermission. implies(Permission p)检查此Kerberos服务权限对象是否“隐含”指定的权限。PermissionCollectionDelegationPermission. newPermissionCollection()返回用于存储DelegationPermission对象的PermissionCollection对象。PermissionCollectionServicePermission. newPermissionCollection()返回用于存储ServicePermission对象的PermissionCollection对象。StringEncryptionKey. toString()返回此EncryptionKey的信息性文本表示EncryptionKey。StringKerberosCredMessage. toString()返回此KerberosCredMessage的信息性文本表示KerberosCredMessage。 -
Uses of Override in javax.sound.midi
Methods in javax.sound.midi with annotations of type Override 变量和类型 方法 描述 ObjectMetaMessage. clone()创建与此对象具有相同类并具有相同内容的新对象。abstract ObjectMidiMessage. clone()创建与此对象具有相同类并具有相同内容的新对象。ObjectShortMessage. clone()创建与此对象具有相同类并具有相同内容的新对象。ObjectSysexMessage. clone()创建与此对象具有相同类并具有相同内容的新对象。voidMidiDevice. close()关闭设备,指示设备现在应该释放它正在使用的任何系统资源。voidReceiver. close()表示应用程序已完成使用接收器,并且可能会释放或提供所需的有限资源。voidTransmitter. close()表示应用程序已完成使用变送器,并且可能会释放或提供所需的有限资源。booleanMidiDevice.Info. equals(Object obj)指示指定的对象是否等于此info对象,如果对象相同则返回true。booleanSequencer.SyncMode. equals(Object obj)指示指定的对象是否等于此同步模式,如果对象相同则返回true。longSequencer. getMicrosecondPosition()获得序列中的当前位置,以微秒表示。intMidiDevice.Info. hashCode()返回此info对象的哈希码值。intSequencer.SyncMode. hashCode()返回此同步模式的哈希码值。voidSysexMessage. setMessage(byte[] data, int length)设置系统专用消息的数据。StringMidiDevice.Info. toString()提供设备信息的字符串表示形式。StringSequencer.SyncMode. toString()提供此同步模式的名称作为模式的字符串表示形式。 -
Uses of Override in javax.sound.sampled
Methods in javax.sound.sampled with annotations of type Override 变量和类型 方法 描述 intAudioInputStream. available()返回可以从此音频输入流中无阻塞地读取(或跳过)的最大字节数。voidAudioInputStream. close()关闭此音频输入流并释放与该流关联的所有系统资源。voidLine. close()关闭该行,表示可以释放该行使用的所有系统资源。booleanAudioFileFormat.Type. equals(Object obj)指示指定的对象是否等于此文件类型,如果对象相等则返回true。booleanAudioFormat.Encoding. equals(Object obj)指示指定的对象是否等于此编码,如果对象相等则返回true。booleanControl.Type. equals(Object obj)指示指定的对象是否等于此控件类型,如果对象相同则返回true。booleanLineEvent.Type. equals(Object obj)指示指定的对象是否等于此事件类型,如果对象相同则返回true。booleanMixer.Info. equals(Object obj)指示指定的对象是否等于此info对象,如果对象相同则返回true。booleanPort.Info. equals(Object obj)指示指定的对象是否等于此info对象,如果对象相同则返回true。booleanReverbType. equals(Object obj)指示指定的对象是否等于此混响类型,如果对象相同则返回true。intAudioFileFormat.Type. hashCode()返回此文件类型的哈希码值。intAudioFormat.Encoding. hashCode()返回此编码的哈希码值。intControl.Type. hashCode()返回此控件类型的哈希码值。intLineEvent.Type. hashCode()返回此事件类型的哈希码值。intMixer.Info. hashCode()返回此info对象的哈希码值。intPort.Info. hashCode()返回此info对象的哈希码值。intReverbType. hashCode()返回此混响类型的哈希码值。voidAudioInputStream. mark(int readlimit)标记此音频输入流中的当前位置。booleanAudioInputStream. markSupported()测试此音频输入流是否支持mark和reset方法。booleanDataLine.Info. matches(Line.Info info)确定指定的info对象是否与此对象匹配。booleanPort.Info. matches(Line.Info info)指示此指定的info对象是否与此对象匹配。intAudioInputStream. read()从音频输入流中读取下一个数据字节。intAudioInputStream. read(byte[] b)从音频输入流中读取一些字节数并将它们存储到缓冲器阵列b。intAudioInputStream. read(byte[] b, int off, int len)从音频流中读取指定的最大数据字节数,将它们放入给定的字节数组中。voidAudioInputStream. reset()将此音频输入流重新定位到上次调用其mark方法时的位置。longAudioInputStream. skip(long n)跳过并从此音频输入流中丢弃指定数量的字节。StringAudioFileFormat. toString()提供文件格式的字符串表示形式。StringAudioFileFormat.Type. toString()提供文件类型的名称作为文件类型的String表示形式。StringAudioFormat.Encoding. toString()提供编码的String表示。StringAudioFormat. toString()返回描述格式的字符串,例如:“PCM SIGNED 22050 Hz 16 bit mono big-endian”。StringBooleanControl. toString()提供控件的字符串表示形式。StringCompoundControl. toString()提供控件的字符串表示形式。StringControl. toString()获取描述控件类型及其当前状态的字符串。StringControl.Type. toString()提供控件类型的String表示。StringDataLine.Info. toString()获得数据行信息的文本描述。StringEnumControl. toString()提供控件的字符串表示形式。StringFloatControl. toString()提供控件的字符串表示形式。StringLine.Info. toString()获得行信息的文本描述。StringLineEvent. toString()获得事件的字符串表示形式。StringLineEvent.Type. toString()返回类型名称作为字符串表示形式。StringMixer.Info. toString()提供混音器信息的字符串表示。StringPort.Info. toString()提供端口的String表示。StringReverbType. toString()提供String混响类型的表示形式,包括其名称和参数设置。 -
Uses of Override in javax.sql
Methods in javax.sql with annotations of type Override 变量和类型 方法 描述 intConnectionPoolDataSource. getLoginTimeout()获取此数据源在尝试连接到数据库时可以等待的最长时间(以秒为单位)。intDataSource. getLoginTimeout()获取此数据源在尝试连接到数据库时可以等待的最长时间(以秒为单位)。intXADataSource. getLoginTimeout()获取此数据源在尝试连接到数据库时可以等待的最长时间(以秒为单位)。PrintWriterConnectionPoolDataSource. getLogWriter()检索此DataSource对象的日志DataSource。PrintWriterDataSource. getLogWriter()检索此DataSource对象的日志DataSource。PrintWriterXADataSource. getLogWriter()检索此DataSource对象的日志writer。voidConnectionPoolDataSource. setLoginTimeout(int seconds)设置此数据源在尝试连接到数据库时将等待的最长时间(以秒为单位)。voidDataSource. setLoginTimeout(int seconds)设置此数据源在尝试连接到数据库时将等待的最长时间(以秒为单位)。voidXADataSource. setLoginTimeout(int seconds)设置此数据源在尝试连接到数据库时将等待的最长时间(以秒为单位)。voidConnectionPoolDataSource. setLogWriter(PrintWriter out)将此DataSource对象的日志DataSource设置为给定的java.io.PrintWriter对象。voidDataSource. setLogWriter(PrintWriter out)将此DataSource对象的日志DataSource设置为给定的java.io.PrintWriter对象。voidXADataSource. setLogWriter(PrintWriter out)将此DataSource对象的日志DataSource设置为给定的java.io.PrintWriter对象。 -
Uses of Override in javax.swing
Methods in javax.swing with annotations of type Override 变量和类型 方法 描述 booleanJList.AccessibleJList.AccessibleJListChild. doAccessibleAction(int i)对对象执行指定的操作。voidDefaultListCellRenderer. firePropertyChange(String propertyName, boolean oldValue, boolean newValue)由于性能原因而被覆盖。voidDefaultListCellRenderer. firePropertyChange(String propertyName, byte oldValue, byte newValue)由于性能原因而被覆盖。voidDefaultListCellRenderer. firePropertyChange(String propertyName, char oldValue, char newValue)由于性能原因而被覆盖。voidDefaultListCellRenderer. firePropertyChange(String propertyName, double oldValue, double newValue)由于性能原因而被覆盖。voidDefaultListCellRenderer. firePropertyChange(String propertyName, float oldValue, float newValue)由于性能原因而被覆盖。voidDefaultListCellRenderer. firePropertyChange(String propertyName, int oldValue, int newValue)由于性能原因而被覆盖。voidDefaultListCellRenderer. firePropertyChange(String propertyName, long oldValue, long newValue)由于性能原因而被覆盖。voidDefaultListCellRenderer. firePropertyChange(String propertyName, short oldValue, short newValue)由于性能原因而被覆盖。protected voidDefaultListCellRenderer. firePropertyChange(String propertyName, Object oldValue, Object newValue)由于性能原因而被覆盖。AccessibleActionJList.AccessibleJList.AccessibleJListChild. getAccessibleAction()获取与此对象关联的AccessibleAction,该对象支持一个或多个操作。intJList.AccessibleJList.AccessibleJListChild. getAccessibleActionCount()返回此对象中可用的可访问操作数如果有多个,则第一个被视为对象的“默认”操作。StringJList.AccessibleJList.AccessibleJListChild. getAccessibleActionDescription(int i)返回对象的指定操作的描述。voidDefaultListCellRenderer. invalidate()由于性能原因而被覆盖。booleanDefaultListCellRenderer. isOpaque()由于性能原因而被覆盖。booleanJComponent. isValidateRoot()如果此方法返回true,revalidate此组件的后代调用revalidate将导致以此根开头的整个树进行验证。booleanJRootPane. isValidateRoot()如果此JRootPane的后代调用revalidate,请从此处开始验证。booleanJScrollPane. isValidateRoot()重写以返回true,以便在revalidate的任何后代上对revalidate任何调用JScrollPane将导致以此JScrollPane开头的整个树被验证。booleanJSplitPane. isValidateRoot()返回true,因此在revalidate的任何后代上调用JSplitPane将导致请求排队,以验证JSplitPane及其所有后代。booleanJTextField. isValidateRoot()来自文本字段内的revalidate调用将通过验证文本字段来处理,除非文本字段包含在JViewport,在这种情况下,它返回false。voidDefaultListCellRenderer. repaint()由于性能原因而被覆盖。voidDefaultListCellRenderer. repaint(long tm, int x, int y, int width, int height)由于性能原因而被覆盖。voidDefaultListCellRenderer. repaint(Rectangle r)由于性能原因而被覆盖。voidJEditorPane. replaceSelection(String content)用当前字符串表示的新内容替换当前选定的内容。voidJTextPane. replaceSelection(String content)用当前字符串表示的新内容替换当前选定的内容。voidJToggleButton. requestFocus(FocusEvent.Cause cause)如果此切换按钮是ButtonGroup的成员,其具有另一个切换按钮,该按钮被选中并且可以是焦点所有者,并且焦点原因参数表示任何方向的窗口激活或焦点遍历动作,则方法执行的结果与在组中选择的切换按钮上调用Component.requestFocus(FocusEvent.Cause)。voidDefaultListCellRenderer. revalidate()由于性能原因而被覆盖。voidDefaultListCellRenderer. validate()由于性能原因而被覆盖。 -
Uses of Override in javax.swing.border
Methods in javax.swing.border with annotations of type Override 变量和类型 方法 描述 InsetsStrokeBorder. getBorderInsets(Component c, Insets insets)使用此边框的当前插入重新初始化insets参数。booleanCompoundBorder. isBorderOpaque()返回复合边框是否不透明。voidStrokeBorder. 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 变量和类型 方法 描述 intBasicComboBoxUI. getBaseline(JComponent c, int width, int height)返回基线。Component.BaselineResizeBehaviorBasicComboBoxUI. getBaselineResizeBehavior(JComponent c)返回一个枚举,指示组件的基线如何随大小的变化而变化。DimensionBasicComboBoxUI. getMinimumSize(JComponent c)最小尺寸是显示区域的大小加上插图加上按钮。DimensionBasicRadioButtonUI. getPreferredSize(JComponent c)单选按钮的首选大小RectangleBasicTextUI. modelToView(JTextComponent tc, int pos)RectangleBasicTextUI. modelToView(JTextComponent tc, int pos, Position.Bias bias)voidBasicRadioButtonUI. paint(Graphics g, JComponent c)画出单选按钮intBasicTextUI. viewToModel(JTextComponent tc, Point pt)intBasicTextUI. 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 变量和类型 方法 描述 DimensionMetalFileChooserUI. getMaximumSize(JComponent c)返回JFileChooser的最大大小。DimensionMetalFileChooserUI. getMinimumSize(JComponent c)返回JFileChooser的最小大小。DimensionMetalFileChooserUI. getPreferredSize(JComponent c)返回指定的JFileChooser的首选大小。 -
Uses of Override in javax.swing.plaf.multi
Methods in javax.swing.plaf.multi with annotations of type Override 变量和类型 方法 描述 RectangleMultiTextUI. modelToView(JTextComponent a, int b, Position.Bias c)intMultiTextUI. viewToModel(JTextComponent a, Point b)已过时。intMultiTextUI. 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 变量和类型 方法 描述 ObjectNimbusStyle. get(SynthContext ctx, Object key)Getter为区域特定的样式属性。protected ColorNimbusStyle. getColorForState(SynthContext ctx, ColorType type)返回指定状态的颜色。StringNimbusLookAndFeel. getDescription()返回此外观的文本描述。protected FontNimbusStyle. getFontForState(SynthContext ctx)返回指定状态的字体。StringNimbusLookAndFeel. getID()返回标识此外观的字符串。InsetsNimbusStyle. getInsets(SynthContext ctx, Insets in)返回用于计算大小调整信息的Insets。StringNimbusLookAndFeel. getName()返回标识此外观的短字符串。SynthPainterNimbusStyle. getPainter(SynthContext ctx)返回将用于绘画的SynthPainter。voidNimbusLookAndFeel. initialize()安装此外观时由UIManager调用。voidNimbusStyle. installDefaults(SynthContext ctx)在JComponent从context安装此样式的必要状态。booleanNimbusStyle. isOpaque(SynthContext ctx)如果区域不透明,则返回true。booleanNimbusLookAndFeel. shouldUpdateStyleOnAncestorChanged()返回的UI是否应该更新其SynthStyles从SynthStyleFactory时的祖先JComponent变化。protected booleanNimbusLookAndFeel. shouldUpdateStyleOnEvent(PropertyChangeEvent ev)返回UI在特定事件发生时是否应更新其样式。voidNimbusLookAndFeel. uninitialize()卸载此外观时由UIManager调用。 -
Uses of Override in javax.swing.plaf.synth
Methods in javax.swing.plaf.synth with annotations of type Override 变量和类型 方法 描述 ViewSynthPasswordFieldUI. create(Element elem)为元素创建视图(PasswordView)。BasicSplitPaneDividerSynthSplitPaneUI. createDefaultDivider()创建默认分隔符。protected JComponentSynthSpinnerUI. createEditor()installUI调用此方法以获取JSpinner的编辑器组件。protected LayoutManagerSynthTabbedPaneUI. createLayoutManager()由installUI调用以创建布局管理器对象来管理JTabbedPane。protected ContainerSynthOptionPaneUI. createMessageArea()从BasicOptionPaneUI.installComponents()调用以创建包含消息正文的Container。protected MouseListenerSynthTabbedPaneUI. createMouseListener()创建一个鼠标监听器。UIDefaultsSynthLookAndFeel. getDefaults()返回此SynthLookAndFeel的默认值。protected DimensionSynthComboBoxUI. getDefaultSize()使用当前渲染器和字体返回组合框的空显示区域的默认大小。StringSynthLookAndFeel. getDescription()返回SynthLookAndFeel的文本描述。StringSynthLookAndFeel. getID()返回标识此外观的字符串。StringSynthLookAndFeel. getName()返回标识此外观的短字符串。DimensionSynthScrollBarUI. getPreferredSize(JComponent c)垂直滚动条的首选宽度是(非null)增量/减量按钮的首选宽度的最大值,以及拇指的最小宽度。protected StringSynthFormattedTextFieldUI. getPropertyPrefix()获取用作通过UIManager查找属性的键的名称。protected StringSynthPasswordFieldUI. getPropertyPrefix()获取用作键的名称,以通过UIManager查找属性。protected StringSynthTextPaneUI. getPropertyPrefix()获取用作通过UIManager查找属性的键的名称。protected IconSynthRadioButtonUI. getSizingIcon(AbstractButton b)返回用于计算首选/最小/最大大小的Icon。voidSynthLookAndFeel. initialize()安装此外观时由UIManager调用。protected voidSynthSpinnerUI. installDefaults()初始化JSpinnerborder,foreground,和background基于从默认值表中对应的“微调。*”的属性,属性。protected voidSynthSplitPaneUI. installDefaults()安装UI默认值。protected voidSynthTableUI. installDefaults()初始化JTable属性,例如字体,前景和背景。protected voidSynthSplitPaneUI. installListeners()为UI安装事件侦听器。protected voidSynthTableUI. installListeners()将监听器连接到JTable。voidSynthComboBoxUI. installUI(JComponent c)适当地配置指定组件的外观。voidSynthTextPaneUI. installUI(JComponent c)安装组件的UI。booleanSynthLookAndFeel. isNativeLookAndFeel()返回false,SynthLookAndFeel不是本机外观。booleanSynthLookAndFeel. isSupportedLookAndFeel()返回true,始终支持SynthLookAndFeel。voidSynthButtonUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthColorChooserUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthComboBoxUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthDesktopIconUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthDesktopPaneUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthInternalFrameUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthLabelUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthMenuBarUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthMenuItemUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthMenuUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthOptionPaneUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthPanelUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthPopupMenuUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthProgressBarUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthRootPaneUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthScrollBarUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthScrollPaneUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthSeparatorUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthSliderUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthSpinnerUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthSplitPaneUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthTabbedPaneUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthTableHeaderUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthTableUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthToolBarUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthToolTipUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthTreeUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。voidSynthViewportUI. paint(Graphics g, JComponent c)根据外观和感觉绘制指定的组件。protected voidSynthTextAreaUI. paintBackground(Graphics g)为视图绘制背景。protected voidSynthTextFieldUI. paintBackground(Graphics g)为视图绘制背景。voidSynthViewportUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)涂边框。voidSynthComboBoxUI. paintCurrentValue(Graphics g, Rectangle bounds, boolean hasFocus)绘制当前选定的项目。protected voidSynthEditorPaneUI. propertyChange(PropertyChangeEvent evt)在关联的JTextComponent上更改绑定属性时,将调用此方法。voidSynthRootPaneUI. propertyChange(PropertyChangeEvent e)在根窗格上更改属性时调用。protected voidSynthTextAreaUI. propertyChange(PropertyChangeEvent evt)在关联的JTextComponent上更改绑定属性时,将调用此方法。protected voidSynthTextFieldUI. propertyChange(PropertyChangeEvent evt)在关联的JTextComponent上更改绑定属性时,将调用此方法。protected voidSynthTextPaneUI. propertyChange(PropertyChangeEvent evt)在关联的JTextComponent上更改绑定属性时,将调用此方法。protected voidSynthSpinnerUI. replaceEditor(JComponent oldEditor, JComponent newEditor)由被叫PropertyChangeListener当JSpinner编辑属性更改。protected voidSynthToolBarUI. setBorderToNonRollover(Component c)此实现不执行任何操作,因为JToolBar类的rollover属性未在Synth外观中使用。protected voidSynthToolBarUI. setBorderToNormal(Component c)此实现不执行任何操作,因为JToolBar类的rollover属性未在Synth外观中使用。protected voidSynthToolBarUI. setBorderToRollover(Component c)此实现不执行任何操作,因为JToolBar类的rollover属性未在Synth外观中使用。StringRegion. toString()返回Region的名称。voidSynthLookAndFeel. uninitialize()卸载此外观时由UIManager调用。protected voidSynthSpinnerUI. uninstallDefaults()将JSpinner's布局管理器设置为null。protected voidSynthSplitPaneUI. uninstallDefaults()卸载UI默认值。protected voidSynthSplitPaneUI. uninstallListeners()从UI卸载事件侦听器。voidSynthButtonUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthColorChooserUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthComboBoxUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthDesktopIconUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthDesktopPaneUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthEditorPaneUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthInternalFrameUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthLabelUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthListUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthMenuBarUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthMenuItemUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthMenuUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthOptionPaneUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthPanelUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthPopupMenuUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthProgressBarUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthRootPaneUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthScrollBarUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthScrollPaneUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthSeparatorUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthSliderUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthSpinnerUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthSplitPaneUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthTabbedPaneUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthTableHeaderUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthTableUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthTextAreaUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthTextFieldUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthToolBarUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthToolTipUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthTreeUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。voidSynthViewportUI. update(Graphics g, JComponent c)通知此UI委托重新绘制指定的组件。 -
Uses of Override in javax.swing.table
Methods in javax.swing.table with annotations of type Override 变量和类型 方法 描述 DimensionJTableHeader. getPreferredSize()返回表头的首选大小。 -
Uses of Override in javax.swing.text
Methods in javax.swing.text with annotations of type Override 变量和类型 方法 描述 protected SizeRequirementsParagraphView. calculateMinorAxisRequirements(int axis, SizeRequirements r)计算沿短轴的段落需求。Enumeration<TreeNode>AbstractDocument.LeafElement. children()以Enumeration返回接收者的子Enumeration。protected intPasswordView. drawSelectedText(Graphics g, int x, int y, int p0, int p1)protected intPasswordView. drawUnselectedText(Graphics g, int x, int y, int p0, int p1)floatGlyphView. getMinimumSpan(int axis)确定此视图沿轴的最小跨度。 -
Uses of Override in javax.tools
Methods in javax.tools with annotations of type Override 变量和类型 方法 描述 BooleanJavaCompiler.CompilationTask. call()执行此编译任务。voidJavaFileManager. close()直接或间接释放此文件管理器打开的所有资源。voidJavaFileManager. flush()刷新由此文件管理器直接或间接打开输出的任何资源。booleanStandardLocation. isModuleOrientedLocation()指示此位置是否是面向模块的位置,因此与面向包的位置(预期包含 包/类层次结构中的类)相比,期望在 模块/包/类层次结构中包含类。booleanStandardJavaFileManager. isSameFile(FileObject a, FileObject b)比较两个文件对象,如果它们在任何基于文件系统的容器中表示相同的规范文件,zip文件条目或条目,则返回true。 -
Uses of Override in javax.xml.catalog
Methods in javax.xml.catalog with annotations of type Override 变量和类型 方法 描述 SourceCatalogResolver. resolve(String href, String base)实现URIResolver。InputSourceCatalogResolver. resolveEntity(String publicId, String systemId)实现EntityResolver。InputStreamCatalogResolver. resolveEntity(String publicId, String systemId, String baseUri, String namespace)实现XMLResolver。LSInputCatalogResolver. 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 ObjectXMLGregorianCalendar. clone()创建并返回此对象的副本。booleanXMLGregorianCalendar. equals(Object obj)将此日历与指定对象进行比较。intXMLGregorianCalendar. hashCode()返回与equals方法的定义一致的哈希码。StringXMLGregorianCalendar. toString()返回String如此表示XMLGregorianCalendarObject。 -
Uses of Override in javax.xml.parsers
Methods in javax.xml.parsers with annotations of type Override 变量和类型 方法 描述 ThrowableFactoryConfigurationError. getCause()使用JDK1.4的异常链接机制 -
Uses of Override in javax.xml.stream
Methods in javax.xml.stream with annotations of type Override 变量和类型 方法 描述 ThrowableFactoryConfigurationError. getCause()使用JDK1.4的异常链接机制booleanXMLEventReader. hasNext()检查是否还有更多活动。 -
Uses of Override in javax.xml.transform
Methods in javax.xml.transform with annotations of type Override 变量和类型 方法 描述 ThrowableTransformerException. getCause()如果原因不存在或未知,则返回此throwable或null的原因。ThrowableTransformerFactoryConfigurationError. getCause()使用JDK1.4的异常链接机制ThrowableTransformerException. initCause(Throwable cause)将此throwable的 原因初始化为指定值。voidTransformerException. printStackTrace()打印出现错误的方法跟踪。voidTransformerException. printStackTrace(PrintStream s)打印出现错误的方法跟踪。voidTransformerException. printStackTrace(PrintWriter s)打印出现错误的方法跟踪。 -
Uses of Override in javax.xml.transform.dom
Methods in javax.xml.transform.dom with annotations of type Override 变量和类型 方法 描述 StringDOMSource. getSystemId()获取将解析URL的基本ID(URL或系统ID)。booleanDOMSource. isEmpty()指示DOMSource对象是否为空。voidDOMSource. 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 变量和类型 方法 描述 StringSAXSource. getSystemId()获取将解析URI的基本ID(URI或系统ID)。booleanSAXSource. isEmpty()指示SAXSource对象是否为空。voidSAXSource. setSystemId(String systemId)设置此Source的系统标识符。 -
Uses of Override in javax.xml.transform.stax
Methods in javax.xml.transform.stax with annotations of type Override 变量和类型 方法 描述 StringStAXSource. getSystemId()获取此StAXSource使用的系统标识符。booleanStAXSource. isEmpty()指示StAXSource对象是否为空。voidStAXSource. setSystemId(String systemId)在StAXSource的上下文中,显式设置系统标识符是不合适的。 -
Uses of Override in javax.xml.transform.stream
Methods in javax.xml.transform.stream with annotations of type Override 变量和类型 方法 描述 StringStreamSource. getSystemId()获取使用setSystemId设置的系统标识符。booleanStreamSource. isEmpty()指示StreamSource对象是否为空。voidStreamSource. 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 变量和类型 方法 描述 booleanCallSiteDescriptor. equals(Object obj)如果此调用站点描述符等于传递的对象,则返回true。booleanNamedOperation. equals(Object obj)将此命名操作与另一个对象进行比较。booleanNamespaceOperation. equals(Object obj)如果另一个对象也是命名空间操作并且它们的基本操作和命名空间相等,则返回true。intCallSiteDescriptor. hashCode()返回此调用站点描述符的基于值的哈希代码,该描述符根据其操作,方法类型和查找对象的查找类和查找模式计算得出。intNamedOperation. hashCode()返回此命名操作的哈希码。intNamespaceOperation. hashCode()返回此命名空间操作的哈希码。StringCallSiteDescriptor. toString()返回此调用站点描述符的字符串表示形式,格式为name(parameterTypes)returnType@lookup。StringNamedOperation. toString()返回此命名操作的字符串表示形式。StringNamespaceOperation. toString()返回此命名空间操作的字符串表示形式。 -
Uses of Override in jdk.dynalink.linker.support
Methods in jdk.dynalink.linker.support with annotations of type Override 变量和类型 方法 描述 booleanCompositeTypeBasedGuardingDynamicLinker. canLinkType(类<?> type)如果至少有一个复合链接器从TypeBasedGuardingDynamicLinker.canLinkType(Class)为该类型返回true, 则返回true。GuardedInvocationCompositeGuardingDynamicLinker. getGuardedInvocation(LinkRequest linkRequest, LinkerServices linkerServices)将调用委托给其组件链接器。 -
Uses of Override in jdk.jfr
Methods in jdk.jfr with annotations of type Override 变量和类型 方法 描述 voidRecording. close()释放与此录制相关的所有数据。abstract StringSettingControl. combine(Set<String> settingValues)当多个录制同时运行时,将所有正在运行的录制的设置值合并为一个值,abstract StringSettingControl. getValue()返回此设置的当前使用值,而不是null。abstract voidSettingControl. setValue(String settingValue)设置此设置的值。 -
Uses of Override in jdk.jfr.consumer
Methods in jdk.jfr.consumer with annotations of type Override 变量和类型 方法 描述 List<ValueDescriptor>RecordedEvent. getFields()返回描述事件字段的描述符列表。StringRecordedObject. toString()返回此对象的文本表示形式。 -
Uses of Override in jdk.jshell
Methods in jdk.jshell with annotations of type Override 变量和类型 方法 描述 voidJShell. close()关闭此状态引擎。JShellExceptionEvalException. getCause()如果原因不存在或未知,则返回此EvalException或null表示的执行客户端中throwable的包装原因。StringExpressionSnippet. name()变量名称,它是表达式的值。StringImportSnippet. name()导入的标识名称。StringPersistentSnippet. name()代码段的名称。StringSnippetEvent. toString()返回事件的字符串表示形式 -
Uses of Override in jdk.jshell.execution
Methods in jdk.jshell.execution with annotations of type Override 变量和类型 方法 描述 voidStreamingExecutionControl. close()关闭执行引擎。Map<String,String>FailOverExecutionControlProvider. defaultParameters()创建并返回此ExecutionControlProvider的默认参数映射。Map<String,String>JdiExecutionControlProvider. defaultParameters()创建并返回此ExecutionControlProvider的默认参数映射。Map<String,String>LocalExecutionControlProvider. defaultParameters()创建并返回LocalExecutionControlProvider的默认参数映射。ExecutionControlFailOverExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)创建并返回本地执行的ExecutionControl实例。ExecutionControlLocalExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)创建并返回本地执行的ExecutionControl实例。StringFailOverExecutionControlProvider. name()这个ExecutionControlProvider的独特名称。StringJdiExecutionControlProvider. name()这个ExecutionControlProvider的唯一名称。StringLocalExecutionControlProvider. name()这个ExecutionControlProvider的独特名称。voidJdiExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)重新定义指定的类。voidRemoteExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)重新定义远程端的处理只是注册重新定义的类voidDirectExecutionControl. stop()中断正在运行的调用。voidJdiDefaultExecutionControl. stop()通过操纵远程变量并通过JDI发送停止来中断正在运行的远程调用。 -
Uses of Override in jdk.jshell.spi
Methods in jdk.jshell.spi with annotations of type Override 变量和类型 方法 描述 voidExecutionControl. close()关闭这个执行引擎。 -
Uses of Override in jdk.management.jfr
Methods in jdk.management.jfr with annotations of type Override 变量和类型 方法 描述 StringConfigurationInfo. toString()返回与此ConfigurationInfo关联的配置的描述。StringEventTypeInfo. toString()返回此EventTypeInfo的描述。StringRecordingInfo. toString()返回与此RecordingInfo关联的记录的字符串描述StringSettingDescriptorInfo. toString()返回String这说明SettingDescriptorInfo。 -
Uses of Override in jdk.nashorn.api.scripting
Methods in jdk.nashorn.api.scripting with annotations of type Override 变量和类型 方法 描述 ObjectAbstractJSObject. call(Object thiz, Object... args)不推荐使用,要删除:此API元素将在以后的版本中删除。ObjectAbstractJSObject. eval(String s)不推荐使用,要删除:此API元素将在以后的版本中删除。ObjectAbstractJSObject. getMember(String name)不推荐使用,要删除:此API元素将在以后的版本中删除。ObjectAbstractJSObject. getSlot(int index)不推荐使用,要删除:此API元素将在以后的版本中删除。booleanAbstractJSObject. hasMember(String name)不推荐使用,要删除:此API元素将在以后的版本中删除。booleanAbstractJSObject. hasSlot(int slot)不推荐使用,要删除:此API元素将在以后的版本中删除。booleanAbstractJSObject. isArray()不推荐使用,要删除:此API元素将在以后的版本中删除。booleanAbstractJSObject. isFunction()不推荐使用,要删除:此API元素将在以后的版本中删除。booleanAbstractJSObject. isInstance(Object instance)不推荐使用,要删除:此API元素将在以后的版本中删除。booleanAbstractJSObject. isStrictFunction()不推荐使用,要删除:此API元素将在以后的版本中删除。Set<String>AbstractJSObject. keySet()不推荐使用,要删除:此API元素将在以后的版本中删除。ObjectAbstractJSObject. newObject(Object... args)不推荐使用,要删除:此API元素将在以后的版本中删除。voidAbstractJSObject. removeMember(String name)不推荐使用,要删除:此API元素将在以后的版本中删除。voidAbstractJSObject. setMember(String name, Object value)不推荐使用,要删除:此API元素将在以后的版本中删除。voidAbstractJSObject. setSlot(int index, Object value)不推荐使用,要删除:此API元素将在以后的版本中删除。doubleAbstractJSObject. 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 变量和类型 方法 描述 ExpressionTreeDoWhileLoopTree. getCondition()不推荐使用,要删除:此API元素将在以后的版本中删除。返回此do-while语句的条件表达式。ExpressionTreeForLoopTree. getCondition()不推荐使用,要删除:此API元素将在以后的版本中删除。返回此'for'语句的条件表达式。ExpressionTreeWhileLoopTree. getCondition()不推荐使用,要删除:此API元素将在以后的版本中删除。这个'while'语句的条件表达式。StringBreakTree. getLabel()不推荐使用,要删除:此API元素将在以后的版本中删除。与此break语句关联的标签。StringContinueTree. getLabel()不推荐使用,要删除:此API元素将在以后的版本中删除。与此continue语句关联的标签。StatementTreeDoWhileLoopTree. getStatement()不推荐使用,要删除:此API元素将在以后的版本中删除。该do-while声明中包含的声明。StatementTreeForInLoopTree. getStatement()不推荐使用,要删除:此API元素将在以后的版本中删除。此for..in语句中包含的声明。StatementTreeForLoopTree. getStatement()不推荐使用,要删除:此API元素将在以后的版本中删除。返回此'for'语句中包含的语句。StatementTreeForOfLoopTree. getStatement()不推荐使用,要删除:此API元素将在以后的版本中删除。声明中包含的声明。StatementTreeWhileLoopTree. getStatement()不推荐使用,要删除:此API元素将在以后的版本中删除。该声明中包含的声明。RSimpleTreeVisitorES5_1. visitClassDeclaration(ClassDeclarationTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问一个ClassDeclarationTree通过调用树visitUnknown。RSimpleTreeVisitorES6. visitClassDeclaration(ClassDeclarationTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问类语句树。RSimpleTreeVisitorES5_1. visitClassExpression(ClassExpressionTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问一个ClassExpressionTree通过调用树visitUnknown。RSimpleTreeVisitorES6. visitClassExpression(ClassExpressionTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问类表达式树。RSimpleTreeVisitorES5_1. visitExportEntry(ExportEntryTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问ExportEntryTree树,访问visitUnknown。RSimpleTreeVisitorES6. visitExportEntry(ExportEntryTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问Module ExportEntry树。RSimpleTreeVisitorES5_1. visitForOfLoop(ForOfLoopTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问ForOfLoopTree树,访问visitUnknown。RSimpleTreeVisitorES6. visitForOfLoop(ForOfLoopTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问for语句树。RSimpleTreeVisitorES5_1. visitImportEntry(ImportEntryTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问ImportEntryTree树,请致电visitUnknown。RSimpleTreeVisitorES6. visitImportEntry(ImportEntryTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问Module ImportEntry树。RSimpleTreeVisitorES5_1. visitModule(ModuleTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问一个ModuleTree通过调用树visitUnknown。RSimpleTreeVisitorES6. visitModule(ModuleTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问模块树。RSimpleTreeVisitorES5_1. visitSpread(SpreadTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问一个SpreadTree通过调用树visitUnknown。RSimpleTreeVisitorES6. visitSpread(SpreadTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问'spread'表达式树。RSimpleTreeVisitorES5_1. visitTemplateLiteral(TemplateLiteralTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。通过致电visitUnknown访问TemplateLiteralTree树。RSimpleTreeVisitorES6. visitTemplateLiteral(TemplateLiteralTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问模板文字树。RSimpleTreeVisitorES5_1. visitUnknown(树 node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问未知表达式/语句树。RSimpleTreeVisitorES5_1. visitYield(YieldTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问一个YieldTree通过调用树visitUnknown。RSimpleTreeVisitorES6. visitYield(YieldTree node, P p)不推荐使用,要删除:此API元素将在以后的版本中删除。访问'yield'表达式树。
-