Uses of Interface
java.lang.Comparable
-
Packages that use Comparable 软件包 描述 com.sun.javadoc 注意:该包中的声明已被包装jdk.javadoc.doclet
中的声明所取代。com.sun.jdi 这是Java调试接口(JDI)的核心包,它定义了值,类型和目标VirtualMachine本身的镜像以及自举设备。com.sun.management 该软件包包含JDK对java.lang.management
API的标准实现的扩展,并定义了该平台的其他组件的管理界面。com.sun.nio.sctp 用于流控制传输协议的Java API。com.sun.security.jgss com.sun.source.doctree 提供用于将文档注释表示为抽象语法树(AST)的接口。com.sun.source.tree 提供用于将源代码表示为抽象语法树(AST)的接口。com.sun.source.util 为抽象语法树(AST)的操作提供实用程序。com.sun.tools.jconsole 此程序包包含JConsole API。java.awt 包含用于创建用户界面和绘制图形和图像的所有类。java.awt.desktop 提供与各种桌面功能交互的接口和类。java.awt.event 提供用于处理AWT组件触发的不同类型事件的接口和类。java.awt.font 提供与字体相关的类和界面。java.io 通过数据流,序列化和文件系统提供系统输入和输出。java.lang 提供对Java编程语言设计至关重要的类。java.lang.annotation 为Java编程语言注释工具提供库支持。java.lang.invoke java.lang.invoke
软件包包含由Java核心类库和虚拟机直接提供的动态语言支持。java.lang.management 提供用于监视和管理Java虚拟机和Java运行时中其他组件的管理界面。java.lang.module 通过分辨率和服务绑定来支持模块描述符和创建模块配置的类。java.math 提供用于执行任意精度整数运算(BigInteger
)和任意精度十进制运算(BigDecimal
)的类。java.net 提供实现网络应用程序的类。java.nio 定义缓冲区,它们是数据容器,并提供其他NIO包的概述。java.nio.charset 定义字符集,解码器和编码器,用于在字节和Unicode字符之间进行转换。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.stream 支持元素流功能性操作的类,例如集合上的map-reduce转换。javafx.animation 提供一组类,便于使用基于过渡的动画。javafx.application 提供应用程序生命周期类。javafx.collections 包含基本的JavaFX集合和集合实用程序javafx.concurrent 提供javafx.task的一组类。javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。javafx.geometry 提供一组2D类,用于定义和执行与二维几何相关的对象的操作。javafx.print 提供JavaFX Printing API的公共类。javafx.scene 为JavaFX Scene Graph API提供核心的基类集。javafx.scene.chart JavaFX用户界面提供了一组图表组件,这是一种非常方便的数据可视化方式。javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。javafx.scene.control.skin javafx.scene.control.skin包是皮肤类(通常每个UI控件一个)所在的位置javafx.scene.effect 提供一组用于将图形过滤效果附加到JavaFX Scene Graph节点的类。javafx.scene.image 提供加载和显示图像的一组类。javafx.scene.input 提供一组用于鼠标和键盘输入事件处理的类。javafx.scene.layout 提供类来支持用户界面布局。javafx.scene.media 提供用于将音频和视频集成到Java FX应用程序中的一组类。javafx.scene.paint 提供用于在渲染场景图时填充形状和背景的颜色和渐变类的集合。javafx.scene.shape 提供一组2D类,用于定义和执行与二维几何相关的对象的操作。javafx.scene.text 为字体和可渲染的文本节点提供一组类。javafx.scene.transform 提供一组方便的类来对Affine
对象执行旋转,缩放,剪切和转换转换。javafx.scene.web 该软件包提供了加载和显示Web内容的方法。javafx.stage 提供JavaFX内容的顶级容器类。javafx.util 包含各种实用程序和助手类。javax.annotation javax.imageio.metadata 处理读写元数据的Java Image I / O API的一个包。javax.jws javax.jws.soap javax.lang.model 用于建模Java编程语言的软件包的类和层次结构。javax.lang.model.element 用于建模Java编程语言元素的接口。javax.lang.model.type 用于建模Java编程语言类型的接口。javax.lang.model.util 协助处理 program elements及 types的工具 。javax.management 提供Java管理扩展的核心类。javax.management.openmbean 提供打开的数据类型和Open MBean描述符类。javax.naming 提供用于访问命名服务的类和接口。javax.naming.ldap 提供对LDAPv3扩展操作和控件的支持。javax.net.ssl 为安全套接字包提供类。javax.smartcardio Java™智能卡I / O APIjavax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.event 提供Swing组件触发的事件。javax.swing.plaf.nimbus 提供根据跨平台Nimbus外观构建的用户界面对象。javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。javax.swing.text.html 提供类HTMLEditorKit
和辅助类创建HTML文本编辑器。javax.tools 为可以从程序调用的工具提供接口,例如编译器。javax.xml.bind.annotation 定义用于将Java程序元素定制到XML模式映射的注释。javax.xml.catalog javax.xml.ws 此软件包包含核心JAX-WS API。javax.xml.ws.handler 新新新新新旗新新旗新新旗新新新旗新新旗新新旗新新200新新旗新新200新新新新旗新新200新名:javax.xml.ws.soap 该包定义了SOAP绑定专用的API。javax.xml.xpath 提供用于评估XPath表达式和访问评估环境的 对象模型中性 API。jdk.dynalink 包含用于链接invokedynamic
呼叫站点的接口和类。jdk.dynalink.linker 包含语言运行时所需的接口和类,以实现自己的特定于语言的对象模型和类型转换。jdk.incubator.http 高级HTTP和WebSocket APIjdk.javadoc.doclet Doclet API提供了一个环境,结合语言模型API和编译器树API,客户端可以检查程序和库的源代码级结构,包括嵌入在源代码中的API注释。jdk.jshell 提供用于创建工具的界面,例如阅读评估打印循环(REPL),它交互地评估Java编程语言代码的“片断”。jdk.nashorn.api.tree Nashorn解析器API提供了将ECMAScript源代码表示为抽象语法树(AST)和解析器来解析ECMAScript源脚本的接口。jdk.net 适用于java.net
和java.nio.channels
套接字类的平台特定套接字选项。 -
-
Uses of Comparable in com.sun.javadoc
Subinterfaces of Comparable in com.sun.javadoc Modifier and Type 接口 描述 interface
AnnotationTypeDoc
已过时。该包装中的声明已被包装jdk.javadoc.doclet
的声明所取代。 有关详细信息,请参阅该软件包的文档中的“ 迁移指南” 。interface
AnnotationTypeElementDoc
已过时。该包装中的声明已被包装jdk.javadoc.doclet
的声明所取代。 有关详细信息,请参阅该软件包的文档中的“ 迁移指南” 。interface
ClassDoc
已过时。该包装中的声明已被包装jdk.javadoc.doclet
的声明所取代。 有关详细信息,请参阅该软件包的文档中的“ 迁移指南” 。interface
ConstructorDoc
已过时。该包装中的声明已被包装jdk.javadoc.doclet
的声明所取代。 有关详细信息,请参阅该软件包的文档中的“ 迁移指南” 。interface
Doc
已过时。该包装中的声明已被包装jdk.javadoc.doclet
的声明所取代。 有关详细信息,请参阅该软件包的文档中的“ 迁移指南” 。interface
ExecutableMemberDoc
已过时。该包装中的声明已被包装jdk.javadoc.doclet
的声明所取代。 有关详细信息,请参阅该软件包的文档中的“ 迁移指南” 。interface
FieldDoc
已过时。该包装中的声明已被包装jdk.javadoc.doclet
的声明所取代。 有关详细信息,请参阅该软件包的文档中的“ 迁移指南” 。interface
MemberDoc
已过时。该包装中的声明已被包装jdk.javadoc.doclet
的声明所取代。 有关详细信息,请参阅该软件包的文档中的“ 迁移指南” 。interface
MethodDoc
已过时。该包装中的声明已被包装jdk.javadoc.doclet
的声明所取代。 有关详细信息,请参阅该软件包的文档中的“ 迁移指南” 。interface
PackageDoc
已过时。该包装中的声明已被包装jdk.javadoc.doclet
的声明所取代。 有关详细信息,请参阅该软件包的文档中的“ 迁移指南” 。interface
ProgramElementDoc
已过时。该包装中的声明已被包装jdk.javadoc.doclet
的声明所取代。 有关详细信息,请参阅该软件包的文档中的“ 迁移指南” 。interface
RootDoc
已过时。该包装中的声明已被包装jdk.javadoc.doclet
的声明所取代。 有关详细信息,请参阅该软件包的文档中的“ 迁移指南” 。interface
SerialFieldTag
已过时。该包装中的声明已被包装jdk.javadoc.doclet
的声明所取代。 有关详细信息,请参阅该软件包的文档中的“ 迁移指南” 。Classes in com.sun.javadoc that implement Comparable Modifier and Type Class 描述 class
LanguageVersion
已过时。该包装中的声明已被包装jdk.javadoc.doclet
的声明所取代。 有关详细信息,请参阅该软件包的文档中的“ 迁移指南” 。 -
Uses of Comparable in com.sun.jdi
Subinterfaces of Comparable in com.sun.jdi Modifier and Type 接口 描述 interface
ArrayType
提供对数组类的访问及其在目标虚拟机中的组件类型。interface
ByteValue
提供对目标虚拟机中原始数据byte
访问权限。interface
CharValue
提供对目标虚拟机char
语char
值的访问。interface
ClassType
目标VM中的类的镜像。interface
DoubleValue
提供对目标虚拟机中原始的double
值的访问。interface
Field
目标VM中的类或实例变量。interface
FloatValue
提供对目标虚拟机中基元float
值的访问。interface
IntegerValue
提供对目标VMint
语int
值的访问。interface
InterfaceType
目标虚拟机中的接口的镜像。interface
LocalVariable
目标VM中的局部变量。interface
Location
目标VM的执行代码中的一个点。interface
LongValue
提供对目标虚拟机中基元long
值的访问。interface
方法
目标VM中的静态或实例方法。interface
ReferenceType
目标虚拟机中对象的类型。interface
ShortValue
提供对目标虚拟机short
语short
值的访问。 -
Uses of Comparable in com.sun.management
Classes in com.sun.management that implement Comparable Modifier and Type Class 描述 static class
VMOption.Origin
VM选项的值的起源。 -
Uses of Comparable in com.sun.nio.sctp
Classes in com.sun.nio.sctp that implement Comparable Modifier and Type Class 描述 static class
AssociationChangeNotification.AssocChangeEvent
定义关联发生的变更事件的类型。class
HandlerResult
定义通知处理程序结果。static class
PeerAddressChangeNotification.AddressChangeEvent
定义在多宿主对等体遇到更改接口详细信息时发生到目标地址的地址更改事件的类型。 -
Uses of Comparable in com.sun.security.jgss
Classes in com.sun.security.jgss that implement Comparable Modifier and Type Class 描述 class
InquireType
-
Uses of Comparable in com.sun.source.doctree
Classes in com.sun.source.doctree that implement Comparable Modifier and Type Class 描述 static class
AttributeTree.ValueKind
属性值的种类。static class
DocTree.Kind
列举各种树木。 -
Uses of Comparable in com.sun.source.tree
Classes in com.sun.source.tree that implement Comparable Modifier and Type Class 描述 static class
LambdaExpressionTree.BodyKind
Lambda表达式有两种形式:表达式lambdas,其主体是表达式,语句lambdas,其主体是块static class
MemberReferenceTree.ReferenceMode
有两种成员引用:(i)方法引用和(ii)构造函数引用static class
ModuleTree.ModuleKind
模块的种类。static class
Tree.Kind
列举各种树木。 -
Uses of Comparable in com.sun.source.util
Classes in com.sun.source.util that implement Comparable Modifier and Type Class 描述 static class
TaskEvent.Kind
种类的任务事件。 -
Uses of Comparable in com.sun.tools.jconsole
Classes in com.sun.tools.jconsole that implement Comparable Modifier and Type Class 描述 static class
JConsoleContext.ConnectionState
ConnectionState绑定属性的值。 -
Uses of Comparable in java.awt
Classes in java.awt that implement Comparable Modifier and Type Class 描述 static class
Component.BaselineResizeBehavior
枚举组件的基准线随着大小变化而改变的常见方式。static class
Desktop.Action
表示动作类型。static class
Dialog.ModalExclusionType
任何顶级窗口都可以标记为不被模态对话框阻止。static class
Dialog.ModalityType
模态对话框阻止某些顶级窗口的所有输入。static class
GraphicsDevice.WindowTranslucency
底层系统支持的半透明度。static class
MultipleGradientPaint.ColorSpaceType
执行渐变插值的颜色空间。static class
MultipleGradientPaint.CycleMethod
绘画之外使用的方法边界渐变。static class
Taskbar.Feature
提供功能列表static class
Taskbar.State
可用窗口进度的种类状态。static class
TrayIcon.MessageType
消息类型确定在消息的标题中将显示哪个图标,以及在显示时消息可能产生的可能的系统声音。static class
Window.Type
枚举可用的 窗口类型 。 -
Uses of Comparable in java.awt.desktop
Classes in java.awt.desktop that implement Comparable Modifier and Type Class 描述 class
QuitStrategy
如果未启用“突发终止”,则用于关闭应用程序的策略。static class
UserSessionEvent.Reason
用户会话更改的可能原因的种类。 -
Uses of Comparable in java.awt.event
Classes in java.awt.event that implement Comparable Modifier and Type Class 描述 static class
FocusEvent.Cause
这个枚举代表了一个FocusEvent
的原因 - 其发生的原因。 -
Uses of Comparable in java.awt.font
Classes in java.awt.font that implement Comparable Modifier and Type Class 描述 static class
NumericShaper.Range
ANumericShaper.Range
表示具有其自己的十进制数字的脚本的Unicode范围。 -
Uses of Comparable in java.io
Classes in java.io that implement Comparable Modifier and Type Class 描述 class
File
文件和目录路径名的抽象表示。static class
ObjectInputFilter.Status
对类的检查状态,数组长度,引用次数,深度和流大小。class
ObjectStreamField
Serializable类的Serializable字段的描述。 -
Uses of Comparable in java.lang
Subinterfaces of Comparable in java.lang Modifier and Type 接口 描述 interface
ProcessHandle
ProcessHandle识别并提供对本机进程的控制。Classes in java.lang that implement Comparable Modifier and Type Class 描述 class
Boolean
布尔类将对象中的基元类型boolean
的值进行包装。class
Byte
Byte
类包装一个对象中的原始类型为byte
的值。class
Character
Character
类包装一个对象中的原始类型char
的值。static class
Character.UnicodeScript
一系列字符子集,表示 Unicode Standard Annex #24: Script Names中定义的字符脚本。class
Double
Double
类包装一个对象中的原始类型double
的值。class
Enum<E extends Enum<E>>
这是所有Java语言枚举类型的公共基类。class
Float
Float
类在一个对象中包含了一个基本类型float
的值。class
Integer
Integer
类包装一个对象中的原始类型int
的值。class
Long
Long
类包装一个对象中的基元类型long
的值。static class
ProcessBuilder.Redirect.Type
static class
Runtime.Version
用于实现Java SE平台的版本字符串的表示。class
Short
Short
类包装一个对象中的原始类型为short
的值。static class
StackWalker.Option
堆栈步行器选项配置stack frame获取的信息由一个StackWalker
。class
String
String
类代表字符串。static class
System.Logger.Level
系统loggers级别。static class
Thread.State
线程状态。 -
Uses of Comparable in java.lang.annotation
Classes in java.lang.annotation that implement Comparable Modifier and Type Class 描述 class
ElementType
这个枚举类型的常量提供了在Java程序中可能出现注释的句法位置的简单分类。class
RetentionPolicy
注释保留政策。 -
Uses of Comparable in java.lang.invoke
Classes in java.lang.invoke that implement Comparable Modifier and Type Class 描述 static class
VarHandle.AccessMode
指定如何访问由VarHandle引用的变量的访问模式集。 -
Uses of Comparable in java.lang.management
Classes in java.lang.management that implement Comparable Modifier and Type Class 描述 class
MemoryType
类型memory pools
。 -
Uses of Comparable in java.lang.module
Classes in java.lang.module that implement Comparable Modifier and Type Class 描述 class
ModuleDescriptor
模块描述符。static class
ModuleDescriptor.Exports
由模块导出的包可能有资格或不合格。static class
ModuleDescriptor.Exports.Modifier
导出包上的修饰符。static class
ModuleDescriptor.Modifier
模块上的修饰符。static class
ModuleDescriptor.Opens
由模块打开的包可能有资格或不合格。static class
ModuleDescriptor.Opens.Modifier
打开包装上的修饰符。static class
ModuleDescriptor.Provides
模块提供一个或多个实现的服务。static class
ModuleDescriptor.Requires
对模块的依赖static class
ModuleDescriptor.Requires.Modifier
模块依赖的修饰符。static class
ModuleDescriptor.Version
模块的版本字符串。 -
Uses of Comparable in java.math
Classes in java.math that implement Comparable Modifier and Type Class 描述 class
BigDecimal
不变的,任意精度的带符号的十进制数字。class
BigInteger
不可变的任意精度整数。class
RoundingMode
指定能够丢弃精度的数值运算的 舍入行为 。 -
Uses of Comparable in java.net
Classes in java.net that implement Comparable Modifier and Type Class 描述 static class
Authenticator.RequestorType
请求认证的实体的类型。static class
Proxy.Type
代表代理类型。class
StandardProtocolFamily
定义通信协议的标准系列。class
URI
表示统一资源标识符(URI)参考。 -
Uses of Comparable in java.nio
Classes in java.nio that implement Comparable Modifier and Type Class 描述 class
ByteBuffer
一个字节缓冲区。class
CharBuffer
一个char缓冲区。class
DoubleBuffer
双缓冲。class
FloatBuffer
一个浮动缓冲区。class
IntBuffer
一个int缓冲区class
LongBuffer
一个长缓冲区。class
MappedByteBuffer
直接字节缓冲器,其内容是文件的存储器映射区域。class
ShortBuffer
一个短暂的缓冲。 -
Uses of Comparable in java.nio.charset
Classes in java.nio.charset that implement Comparable Modifier and Type Class 描述 class
Charset
16位Unicode code units和字节序列之间的命名映射。 -
Uses of Comparable in java.nio.file
Subinterfaces of Comparable in java.nio.file Modifier and Type 接口 描述 interface
Path
可用于在文件系统中定位文件的对象。Classes in java.nio.file that implement Comparable Modifier and Type Class 描述 class
AccessMode
定义用于测试文件可访问性的访问模式。class
FileVisitOption
定义文件树遍历选项。class
FileVisitResult
结果类型为FileVisitor
。class
LinkOption
定义如何处理符号链接的选项。class
StandardCopyOption
定义标准复制选项。class
StandardOpenOption
定义标准的开放选项。 -
Uses of Comparable in java.nio.file.attribute
Classes in java.nio.file.attribute that implement Comparable Modifier and Type Class 描述 class
AclEntryFlag
定义ACLentry
的标志组件使用的标志。class
AclEntryPermission
定义与ACLentry
的权限组件一起使用的权限。class
AclEntryType
访问控制条目类型的类型安全枚举。class
FileTime
表示文件时间戳属性的值。class
PosixFilePermission
定义与permissions
属性一起使用的位。 -
Uses of Comparable in java.security
Classes in java.security that implement Comparable Modifier and Type Class 描述 class
CryptoPrimitive
加密原语的枚举。static class
DrbgParameters.Capability
DRBG的可重新预测和预测抵抗能力。static class
KeyRep.Type
钥匙类型 -
Uses of Comparable in java.security.cert
Classes in java.security.cert that implement Comparable Modifier and Type Class 描述 static class
CertPathValidatorException.BasicReason
BasicReason列举了任何类型的认证路径可能无效的潜在原因。class
CRLReason
CRLReason枚举指定了撤销证书的原因,如 RFC 5280: Internet X.509 Public Key Infrastructure Certificate and CRL Profile中所定义。class
PKIXReason
PKIXReason
列举了根据PKIX(RFC 5280)标准,X.509认证路径可能无效的潜在PKIX特定原因。static class
PKIXRevocationChecker.Option
可以为吊销检查机制指定的各种撤销选项。 -
Uses of Comparable in java.sql
Classes in java.sql that implement Comparable Modifier and Type Class 描述 class
ClientInfoStatus
通过拨打Connection.setClientInfo
无法设置属性的状态的枚举class
Date
一个大约一毫秒值的薄包装,允许JDBC将其标识为SQLDATE
值。class
JDBCType
定义用于标识通用SQL类型(称为JDBC类型)的常量。class
PseudoColumnUsage
伪/隐藏列使用枚举。class
RowIdLifetime
RowId寿命值的枚举。class
Time
围绕java.util.Date
类的薄包装,允许JDBC API将其标识为SQLTIME
值。class
Timestamp
一个围绕java.util.Date
的薄包装,允许JDBC API将其标识为SQLTIMESTAMP
值。 -
Uses of Comparable in java.text
Classes in java.text that implement Comparable Modifier and Type Class 描述 class
CollationKey
甲CollationKey
表示String
下一个特定的规则Collator
对象。static class
Normalizer.Form
此枚举提供了 Unicode Standard Annex #15 — Unicode Normalization Forms中描述的四种Unicode归一化表单的常量,以及访问它们的两种方法。 -
Uses of Comparable in java.time
Classes in java.time that implement Comparable Modifier and Type Class 描述 class
DayOfWeek
星期几,如“星期二”。class
Duration
基于时间的时间量,如'34.5秒'。class
Instant
在时间线上的瞬间点。class
LocalDate
在ISO-2007-12-03
,如2007-12-03
。class
LocalDateTime
在ISO-2007-12-03T10:15:30
,如2007-12-03T10:15:30
。class
LocalTime
在ISO-10:15:30
,如10:15:30
。class
Month
一个月,如“七月”。class
MonthDay
ISO---12-03
,如--12-03
。class
OffsetDateTime
在ISO-2007-12-03T10:15:30+01:00
UTC /格林威治偏移的日期时间,如2007-12-03T10:15:30+01:00
。class
OffsetTime
在ISO-10:15:30+01:00
UTC /格林威治的时间,如10:15:30+01:00
。class
Year
一年的ISO-2007
,如2007
。class
YearMonth
ISO-2007-12
,如2007-12
。class
ZonedDateTime
ISO-2007-12-03T10:15:30+01:00 Europe/Paris
,如2007-12-03T10:15:30+01:00 Europe/Paris
。class
ZoneOffset
与格林威治/ UTC的时区偏移,如+02:00
。 -
Uses of Comparable in java.time.chrono
Subinterfaces of Comparable in java.time.chrono Modifier and Type 接口 描述 interface
ChronoLocalDate
一个无时间,无时间的日期,用于任意年龄,用于高级全球化用例。interface
ChronoLocalDateTime<D extends ChronoLocalDate>
在任意年代没有时区的日期时间,用于高级全球化用例。interface
Chronology
用于组织和识别日期的日历系统。interface
ChronoZonedDateTime<D extends ChronoLocalDate>
具有时间序列的日期时间,以任意时间顺序排列,用于高级全球化用例。Classes in java.time.chrono that implement Comparable Modifier and Type Class 描述 class
AbstractChronology
用于组织和识别日期的日历系统的抽象实现。class
HijrahChronology
Hijrah日历是支持伊斯兰教日历的农历。class
HijrahDate
日期在Hijrah日历系统。class
HijrahEra
Hijrah日历系统中的一个时代。class
IsoChronology
ISO日历系统。class
IsoEra
ISO日历系统中的一个时代。class
JapaneseChronology
日本帝国历法系统。class
JapaneseDate
在日本帝国日历系统的日期。class
MinguoChronology
国际日历系统。class
MinguoDate
在日语系统中的日期。class
MinguoEra
国际日历系统中的一个时代。class
ThaiBuddhistChronology
泰国佛教日历系统。class
ThaiBuddhistDate
在泰国佛教日历系统的日期。class
ThaiBuddhistEra
泰国佛教日历系统的时代。 -
Uses of Comparable in java.time.format
Classes in java.time.format that implement Comparable Modifier and Type Class 描述 class
FormatStyle
枚举本地化日期,时间或日期时间格式化的风格。class
ResolverStyle
列举不同的方式来解决日期和时间。class
SignStyle
列举处理正/负号的方法。class
TextStyle
枚举文本格式和解析的风格。 -
Uses of Comparable in java.time.temporal
Classes in java.time.temporal that implement Comparable Modifier and Type Class 描述 class
ChronoField
一套标准的字段。class
ChronoUnit
一组标准的日期单位。 -
Uses of Comparable in java.time.zone
Classes in java.time.zone that implement Comparable Modifier and Type Class 描述 class
ZoneOffsetTransition
由本地时间线不连续性引起的两个偏移之间的转换。static class
ZoneOffsetTransitionRule.TimeDefinition
本地时间可以转换为实际转换日期时间的方式的定义。 -
Uses of Comparable in java.util
Classes in java.util that implement Comparable Modifier and Type Class 描述 class
Calendar
所述Calendar
类是一个抽象类,可以为在某一特定时刻和一组之间的转换的方法calendar fields
如YEAR
,MONTH
,DAY_OF_MONTH
,HOUR
,等等,以及用于操纵该日历字段,如获取的日期下个星期。class
Date
Date
类代表了一个特定的时间,以毫秒的精度。static class
Formatter.BigDecimalLayoutForm
枚举为BigDecimal
格式化。class
GregorianCalendar
GregorianCalendar
是的具体子Calendar
,并提供了世界上大多数国家使用的标准日历系统。static class
Locale.Category
枚举地区类别。static class
Locale.FilteringMode
此枚举提供常量来选择区域设置匹配的过滤模式。static class
Locale.IsoCountryCode
用于指定ISO 3166中定义的类型的枚举。class
UUID
一个表示不可变的通用唯一标识符(UUID)的类。Methods in java.util with type parameters of type Comparable Modifier and Type 方法 描述 static <T extends Comparable<? super T>>
intArrays. compare(T[] a, int aFromIndex, int aToIndex, T[] b, int bFromIndex, int bToIndex)
比较两个Object
阵列在指定范围内的字典。static <T extends Comparable<? super T>>
intArrays. compare(T[] a, T[] b)
比较两个Object
阵列,可比较的元素,按字典顺序。static <T,U extends Comparable<? super U>>
Comparator<T>Comparator. comparing(Function<? super T,? extends U> keyExtractor)
接受从类型T
中提取Comparable
排序键的功能,并返回与该排序键进行比较的Comparator<T>
。static <K extends Comparable<? super K>,V>
Comparator<Map.Entry<K,V>>Map.Entry. comparingByKey()
static <K,V extends Comparable<? super V>>
Comparator<Map.Entry<K,V>>Map.Entry. comparingByValue()
返回一个比较器,以自然顺序对值进行比较Map.Entry
。static <T extends Object & Comparable<? super T>>
TCollections. max(Collection<? extends T> coll)
根据其元素的 自然顺序返回给定集合的最大元素。static <T extends Object & Comparable<? super T>>
TCollections. min(Collection<? extends T> coll)
根据其元素的 自然顺序返回给定集合的最小元素。static <T extends Comparable<? super T>>
Comparator<T>Comparator. naturalOrder()
返回一个以自然顺序比较Comparable
个对象的比较器。static <T extends Comparable<? super T>>
voidArrays. parallelSort(T[] a)
根据其元素的natural ordering按照升序排列指定的对象数组。static <T extends Comparable<? super T>>
voidArrays. parallelSort(T[] a, int fromIndex, int toIndex)
根据其元素的natural ordering ,按照升序排列指定数组对象的指定范围。static <T extends Comparable<? super T>>
Comparator<T>Comparator. reverseOrder()
返回一个与 自然排序相反的比较器。static <T extends Comparable<? super T>>
voidCollections. sort(List<T> list)
按照其要素的natural ordering对指定列表进行排序。default <U extends Comparable<? super U>>
Comparator<T>Comparator. thenComparing(Function<? super T,? extends U> keyExtractor)
返回具有提取Comparable
排序键的功能的字典顺序比较器。Methods in java.util with parameters of type Comparable Modifier and Type 方法 描述 static <T extends Comparable<? super T>>
intArrays. compare(T[] a, int aFromIndex, int aToIndex, T[] b, int bFromIndex, int bToIndex)
比较两个Object
阵列的字典顺序在指定范围内。static <T extends Comparable<? super T>>
intArrays. compare(T[] a, T[] b)
比较两个Object
阵列,可比较的元素,按字典顺序。static <T extends Comparable<? super T>>
voidArrays. parallelSort(T[] a)
根据其元素的natural ordering ,按照升序排列指定的对象数组。static <T extends Comparable<? super T>>
voidArrays. parallelSort(T[] a, int fromIndex, int toIndex)
根据其元素的natural ordering按照升序排列指定数组对象的指定范围。Method parameters in java.util with type arguments of type Comparable Modifier and Type 方法 描述 static <T> int
Collections. binarySearch(List<? extends Comparable<? super T>> list, T key)
使用二叉搜索算法搜索指定对象的指定列表。 -
Uses of Comparable in java.util.concurrent
Subinterfaces of Comparable in java.util.concurrent Modifier and Type 接口 描述 interface
Delayed
一个混合样式界面,用于标记在给定延迟后应该执行的对象。interface
RunnableScheduledFuture<V>
AScheduledFuture
那是Runnable
。interface
ScheduledFuture<V>
可以取消延迟结果的行动。Classes in java.util.concurrent that implement Comparable Modifier and Type Class 描述 class
TimeUnit
ATimeUnit
表示给定的粒度单位的持续时间,并提供了跨单元转换的实用方法,并在这些单元中执行定时和延迟操作。 -
Uses of Comparable in java.util.stream
Classes in java.util.stream that implement Comparable Modifier and Type Class 描述 static class
Collector.Characteristics
指示Collector
属性的特性,可用于优化还原实现。 -
Uses of Comparable in javafx.animation
Classes in javafx.animation that implement Comparable Modifier and Type Class 描述 static class
Animation.Status
可能状态为status
。static class
PathTransition.OrientationType
指定node
沿path
的直立方向。 -
Uses of Comparable in javafx.application
Classes in javafx.application that implement Comparable Modifier and Type Class 描述 class
ConditionalFeature
定义一组条件(可选)功能。static class
Preloader.StateChangeNotification.Type
枚举,定义与此通知相关联的更改类型 -
Uses of Comparable in javafx.collections
Methods in javafx.collections with type parameters of type Comparable Modifier and Type 方法 描述 static <T extends Comparable<? super T>>
voidFXCollections. sort(ObservableList<T> list)
对提供的可观察列表进行排序。 -
Uses of Comparable in javafx.concurrent
Classes in javafx.concurrent that implement Comparable Modifier and Type Class 描述 static class
Worker.State
工人的状态。 -
Uses of Comparable in javafx.css
Classes in javafx.css that implement Comparable Modifier and Type Class 描述 class
Match
由Rule
用于确定选择器是否适用于给定的对象。class
SizeUnits
表示特定单位中指定的大小,例如14px或0.2em。class
StyleOrigin
枚举样式表和样式的可能来源或来源。 -
Uses of Comparable in javafx.geometry
Classes in javafx.geometry that implement Comparable Modifier and Type Class 描述 class
HorizontalDirection
表示水平方向的枚举。class
HPos
用于描述水平定位和对齐的一组值。class
NodeOrientation
一组用于描述节点视觉数据流的值。class
Orientation
方向class
Pos
一组用于描述垂直和水平定位和对齐的值。class
Side
枚举哪个方面应该是一个矩形。class
VerticalDirection
表示垂直方向的枚举。class
VPos
一组用于描述垂直定位和对齐的值。 -
Uses of Comparable in javafx.print
Classes in javafx.print that implement Comparable Modifier and Type Class 描述 class
Collation
排序规则指定作业中打印文档的每个副本的介质页是否是顺序的。class
PageOrientation
指定打印页面的介质页的方向。class
PrintColor
描述打印是单色还是彩色的类。static class
Printer.MarginType
MarginType用于确定PageLayout的可打印区域。static class
PrinterJob.JobStatus
用于报告打印作业状态的枚举类。class
PrintQuality
分类打印质量设置。class
PrintSides
列举可能的双面(双面)打印模式的类。 -
Uses of Comparable in javafx.scene
Classes in javafx.scene that implement Comparable Modifier and Type Class 描述 class
AccessibleAction
该枚举描述了屏幕阅读器等辅助技术可以从场景图中请求的动作。class
AccessibleAttribute
该枚举描述了诸如屏幕阅读器之类的辅助技术可以从场景图中请求的属性。class
AccessibleRole
这个枚举描述了一个Node
的可访问角色。class
CacheHint
缓存提示与Node.cacheHint
一起使用class
DepthTest
该枚举定义了节点中depthTest标志的可能状态。 -
Uses of Comparable in javafx.scene.chart
Classes in javafx.scene.chart that implement Comparable Modifier and Type Class 描述 static class
LineChart.SortingPolicy
此枚举定义了一个LineChart.axisSortingPolicyProperty()
的策略。 -
Uses of Comparable in javafx.scene.control
Classes in javafx.scene.control that implement Comparable Modifier and Type Class 描述 static class
Alert.AlertType
static class
ButtonBar.ButtonData
枚举所有可用的按钮数据注释。class
ContentDisplay
将内容放置在标签内的位置。class
OverrunStyle
当渲染文本的空间小于渲染整个字符串所需的空间时,定义标记的控件的行为。static class
ScrollPane.ScrollBarPolicy
表示可滚动控件在决定是否显示滚动条时使用的策略的枚举。class
SelectionMode
用于指定可以在MultipleSelectionModel
中选择多少项目的枚举 。static class
TableColumn.SortType
枚举,指定应用于特定列的排序类型。static class
TabPane.TabClosingPolicy
这指定了TabPane如何处理从最终用户角度看待标签关闭。class
TreeSortMode
指定如何对树状UI控件中的树项进行排序。static class
TreeTableColumn.SortType
枚举,指定应用于特定列的排序类型。 -
Uses of Comparable in javafx.scene.control.skin
Classes in javafx.scene.control.skin that implement Comparable Modifier and Type Class 描述 static class
TextInputControlSkin.Direction
方向名称用于插入符号移动。static class
TextInputControlSkin.TextUnit
照相机运动的单位名称。 -
Uses of Comparable in javafx.scene.effect
Classes in javafx.scene.effect that implement Comparable Modifier and Type Class 描述 class
BlendMode
混合模式定义混合效果的输入合成在一起的方式,或者如何将节点混合到场景的背景中。class
BlurType
表示用于软化Shadow
效果的模糊算法的类型。 -
Uses of Comparable in javafx.scene.image
Classes in javafx.scene.image that implement Comparable Modifier and Type Class 描述 static class
PixelFormat.Type
一个枚举,描述由PixelFormat
管理的单个像素的阵列存储格式。 -
Uses of Comparable in javafx.scene.input
Classes in javafx.scene.input that implement Comparable Modifier and Type Class 描述 class
InputMethodHighlight
包含输入法文本的枚举突出显示。class
KeyCode
KeyEvent
对象的关键码集。static class
KeyCombination.ModifierValue
ModifierValue
指定修饰键的状态。class
MouseButton
按钮名称映射static class
ScrollEvent.HorizontalTextScrollUnits
水平文本滚动单元。static class
ScrollEvent.VerticalTextScrollUnits
垂直的基于文本的滚动单元。static class
TouchPoint.State
表示触摸点的当前状态class
TransferMode
描述了相对于拖放手势的数据传输模式。 -
Uses of Comparable in javafx.scene.layout
Classes in javafx.scene.layout that implement Comparable Modifier and Type Class 描述 class
BackgroundRepeat
枚举在背景中重复图像的选项class
BorderRepeat
枚举指示边框图像的重复规则。class
Priority
用于确定给定节点的布局区域在其区域具有更多(或更少)空间可用并且多个节点竞争该空间时的增长(或收缩)优先级的枚举。 -
Uses of Comparable in javafx.scene.media
Classes in javafx.scene.media that implement Comparable Modifier and Type Class 描述 static class
MediaException.Type
描述错误类别的枚举。static class
MediaPlayer.Status
枚举描述不同状态值的一个MediaPlayer
。 -
Uses of Comparable in javafx.scene.paint
Classes in javafx.scene.paint that implement Comparable Modifier and Type Class 描述 class
CycleMethod
该枚举定义了以下方法梯度边界之外绘制时使用的一个:CycleMethod.NO_CYCLE
,CycleMethod.REFLECT
,或CycleMethod.REPEAT
。 -
Uses of Comparable in javafx.scene.shape
Classes in javafx.scene.shape that implement Comparable Modifier and Type Class 描述 class
ArcType
ArcType
指定Arc
对象的关闭类型。class
CullFace
面部剔除设置与Shape3D.cullFace
一起使用class
DrawMode
定义与Shape3D.drawMode
使用时如何绘制多边形class
FillRule
用于确定路径内部的填充规则。class
StrokeLineCap
定义Shape
的端帽样式。class
StrokeLineJoin
定义一个Shape
的线连接样式。class
StrokeType
定义在Shape节点的边界周围画画的位置。 -
Uses of Comparable in javafx.scene.text
Classes in javafx.scene.text that implement Comparable Modifier and Type Class 描述 class
FontPosture
指定字体是否为斜体class
FontSmoothingType
FontSmoothingType
枚举用于指定用于平滑屏幕文本字体边缘的首选机制。class
FontWeight
指定在系统上搜索字体时可以使用的不同字体权重。class
TextAlignment
TextAlignment
枚举表示水平文本对齐。class
TextBoundsType
指定由Text
节点报告的边界的行为。 -
Uses of Comparable in javafx.scene.transform
Classes in javafx.scene.transform that implement Comparable Modifier and Type Class 描述 class
MatrixType
指定转换矩阵的类型。 -
Uses of Comparable in javafx.scene.web
Classes in javafx.scene.web that implement Comparable Modifier and Type Class 描述 static class
HTMLEditorSkin.Command
表示可以传递到HTMLEditor Web引擎的命令。 -
Uses of Comparable in javafx.stage
Classes in javafx.stage that implement Comparable Modifier and Type Class 描述 class
Modality
此枚举定义了一个Stage
的可能的模式类型。static class
PopupWindow.AnchorLocation
锚定点选择的锚位置常数。class
StageStyle
此枚举定义了一个Stage
的可能样式。 -
Uses of Comparable in javafx.util
Classes in javafx.util that implement Comparable Modifier and Type Class 描述 class
Duration
定义持续时间的类。 -
Uses of Comparable in javax.annotation
Classes in javax.annotation that implement Comparable Modifier and Type Class 描述 static class
Resource.AuthenticationType
资源的两种可能的认证类型。 -
Uses of Comparable in javax.imageio.metadata
Methods in javax.imageio.metadata with type parameters of type Comparable Modifier and Type 方法 描述 protected <T extends Object & Comparable<? super T>>
voidIIOMetadataFormatImpl. addObjectValue(String elementName, Class<T> classType, T defaultValue, Comparable<? super T> minValue, Comparable<? super T> maxValue, boolean minInclusive, boolean maxInclusive)
允许给定类类型的一个Object
引用存储在实现命名元素的节点中。Methods in javax.imageio.metadata that return Comparable Modifier and Type 方法 描述 Comparable<?>
IIOMetadataFormat. getObjectMaxValue(String elementName)
返回指定元素中的Object
引用的最大合法值。Comparable<?>
IIOMetadataFormatImpl. getObjectMaxValue(String elementName)
Comparable<?>
IIOMetadataFormat. getObjectMinValue(String elementName)
返回命名元素中的Object
引用的最小合法值。Comparable<?>
IIOMetadataFormatImpl. getObjectMinValue(String elementName)
Methods in javax.imageio.metadata with parameters of type Comparable Modifier and Type 方法 描述 protected <T extends Object & Comparable<? super T>>
voidIIOMetadataFormatImpl. addObjectValue(String elementName, Class<T> classType, T defaultValue, Comparable<? super T> minValue, Comparable<? super T> maxValue, boolean minInclusive, boolean maxInclusive)
允许给定类类型的一个Object
引用存储在实现命名元素的节点中。 -
Uses of Comparable in javax.jws
Classes in javax.jws that implement Comparable Modifier and Type Class 描述 static class
WebParam.Mode
-
Uses of Comparable in javax.jws.soap
Classes in javax.jws.soap that implement Comparable Modifier and Type Class 描述 static class
SOAPBinding.ParameterStyle
static class
SOAPBinding.Style
static class
SOAPBinding.Use
-
Uses of Comparable in javax.lang.model
Classes in javax.lang.model that implement Comparable Modifier and Type Class 描述 class
SourceVersion
源代码版本的Java编程语言。 -
Uses of Comparable in javax.lang.model.element
Classes in javax.lang.model.element that implement Comparable Modifier and Type Class 描述 class
ElementKind
一个元素的kind
。class
Modifier
表示程序元素(如类,方法或字段)上的修饰符。static class
ModuleElement.DirectiveKind
一个指令的kind
。class
NestingKind
一种类型元素的 嵌套类型。 -
Uses of Comparable in javax.lang.model.type
Classes in javax.lang.model.type that implement Comparable Modifier and Type Class 描述 class
TypeKind
一种类型的镜子。 -
Uses of Comparable in javax.lang.model.util
Classes in javax.lang.model.util that implement Comparable Modifier and Type Class 描述 static class
Elements.Origin
元素或其他语言模型项目的 起源 。 -
Uses of Comparable in javax.management
Classes in javax.management that implement Comparable Modifier and Type Class 描述 class
ObjectName
表示MBean的对象名称,或可匹配多个MBean名称的模式。 -
Uses of Comparable in javax.management.openmbean
Methods in javax.management.openmbean that return Comparable Modifier and Type 方法 描述 Comparable<?>
OpenMBeanAttributeInfoSupport. getMaxValue()
返回此OpenMBeanAttributeInfoSupport
实例描述的属性的最大值(如果指定),否则null
。Comparable<?>
OpenMBeanParameterInfo. getMaxValue()
返回此参数的最大值,如果它有一个,否则null
。Comparable<?>
OpenMBeanParameterInfoSupport. getMaxValue()
返回此OpenMBeanParameterInfoSupport
实例描述的参数的最大值(如果指定),否则null
。Comparable<?>
OpenMBeanAttributeInfoSupport. getMinValue()
返回此OpenMBeanAttributeInfoSupport
实例描述的属性的OpenMBeanAttributeInfoSupport
(如果指定),否则null
。Comparable<?>
OpenMBeanParameterInfo. getMinValue()
返回此参数的最小值(如果为1),否则null
。Comparable<?>
OpenMBeanParameterInfoSupport. getMinValue()
返回此OpenMBeanParameterInfoSupport
实例描述的参数的OpenMBeanParameterInfoSupport
(如果指定),否则null
。Constructors in javax.management.openmbean with parameters of type Comparable Constructor 描述 OpenMBeanAttributeInfoSupport(String name, String description, OpenType<T> openType, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue, Comparable<T> minValue, Comparable<T> maxValue)
构造一个OpenMBeanAttributeInfoSupport
实例,该实例描述了一种开放MBean的属性,与指定name
,openType
,description
,defaultValue
,minValue
和maxValue
。OpenMBeanParameterInfoSupport(String name, String description, OpenType<T> openType, T defaultValue, Comparable<T> minValue, Comparable<T> maxValue)
构造一个OpenMBeanParameterInfoSupport
实例,该实例描述了在一个或多个操作或open MBean类的构造函数中使用的参数,具有指定name
,openType
,description
,defaultValue
,minValue
和maxValue
。 -
Uses of Comparable in javax.naming
Subinterfaces of Comparable in javax.naming Modifier and Type 接口 描述 interface
Name
Name
接口表示通用名称 - 组件的有序序列。Classes in javax.naming that implement Comparable Modifier and Type Class 描述 class
CompositeName
此类表示组合名称 - 跨多个命名空间的组件名称序列。class
CompoundName
该类表示复合名称 - 来自分层名称空间的名称。 -
Uses of Comparable in javax.naming.ldap
Classes in javax.naming.ldap that implement Comparable Modifier and Type Class 描述 class
LdapName
此类表示由 RFC 2253指定的专有名称。class
Rdn
此类表示相对可分辨名称,或RDN,它是由 RFC 2253指定的专有名称的组成部分。 -
Uses of Comparable in javax.net.ssl
Classes in javax.net.ssl that implement Comparable Modifier and Type Class 描述 static class
SSLEngineResult.HandshakeStatus
一个SSLEngineResult
枚举描述了这个SSLEngine
的当前握手状态。static class
SSLEngineResult.Status
一个SSLEngineResult
枚举描述了SSLEngine
操作的总体结果。 -
Uses of Comparable in javax.smartcardio
Classes in javax.smartcardio that implement Comparable Modifier and Type Class 描述 static class
CardTerminals.State
枚举CardTerminal的属性。 -
Uses of Comparable in javax.swing
Classes in javax.swing that implement Comparable Modifier and Type Class 描述 class
DropMode
拖放模式,用于确定组件在拖放过程中跟踪并指示放置位置的方法。static class
GroupLayout.Alignment
枚举可能的方式ParallelGroup
可以对ParallelGroup
。static class
JTable.PrintMode
打印模式,用于打印JTable
s。static class
LayoutStyle.ComponentPlacement
ComponentPlacement
是可以相对于彼此放置两个组件的可能方式的列举。static class
RowFilter.ComparisonType
枚举一些默认的RowFilter
s支持的可能比较值。class
SortOrder
SortOrder是可能的排序顺序的枚举。static class
SwingWorker.StateValue
state
绑定属性的值。Methods in javax.swing that return Comparable Modifier and Type 方法 描述 Comparable<Date>
SpinnerDateModel. getEnd()
返回序列中的最后一个Date
。Comparable<?>
SpinnerNumberModel. getMaximum()
返回序列中的最后一个数字。Comparable<?>
SpinnerNumberModel. getMinimum()
返回此序列中的第一个数字。Comparable<Date>
SpinnerDateModel. getStart()
返回序列中的第一个Date
。Methods in javax.swing with parameters of type Comparable Modifier and Type 方法 描述 void
SpinnerDateModel. setEnd(Comparable<Date> end)
按此顺序更改Date
的上限。void
SpinnerNumberModel. setMaximum(Comparable<?> maximum)
更改此序列中数字的上限。void
SpinnerNumberModel. setMinimum(Comparable<?> minimum)
更改此序列中数字的下限。void
SpinnerDateModel. setStart(Comparable<Date> start)
更改此顺序中日期的下限。Constructors in javax.swing with parameters of type Comparable Constructor 描述 SpinnerDateModel(Date value, Comparable<Date> start, Comparable<Date> end, int calendarField)
创建一个SpinnerDateModel
,表示start
和end
之间的日期序列。SpinnerNumberModel(Number value, Comparable<?> minimum, Comparable<?> maximum, Number stepSize)
构造一个SpinnerModel
,表示从minimum
到maximum
一个封闭序列。 -
Uses of Comparable in javax.swing.event
Classes in javax.swing.event that implement Comparable Modifier and Type Class 描述 static class
RowSorterEvent.Type
枚举类型RowSorterEvent
s。 -
Uses of Comparable in javax.swing.plaf.nimbus
Classes in javax.swing.plaf.nimbus that implement Comparable Modifier and Type Class 描述 protected static class
AbstractRegionPainter.PaintContext.CacheMode
缓存模式。 -
Uses of Comparable in javax.swing.text
Methods in javax.swing.text that return Comparable Modifier and Type 方法 描述 Comparable<?>
InternationalFormatter. getMaximum()
返回最大允许值。Comparable<?>
InternationalFormatter. getMinimum()
返回最小允许值。Methods in javax.swing.text with parameters of type Comparable Modifier and Type 方法 描述 void
InternationalFormatter. setMaximum(Comparable<?> max)
设置最大允许值。void
InternationalFormatter. setMinimum(Comparable<?> minimum)
设置最小允许值。 -
Uses of Comparable in javax.swing.text.html
Classes in javax.swing.text.html that implement Comparable Modifier and Type Class 描述 static class
FormSubmitEvent.MethodType
表示HTML表单方法类型。 -
Uses of Comparable in javax.tools
Classes in javax.tools that implement Comparable Modifier and Type Class 描述 static class
Diagnostic.Kind
诊断的种类,例如错误或警告。static class
DocumentationTool.Location
特定于DocumentationTool
的地点。static class
JavaFileObject.Kind
种类的JavaFileObjects。class
StandardLocation
文件对象的标准位置。 -
Uses of Comparable in javax.xml.bind.annotation
Classes in javax.xml.bind.annotation that implement Comparable Modifier and Type Class 描述 class
XmlAccessOrder
由XmlAccessorOrder用于控制JAXB绑定类中的属性和字段的排序。class
XmlAccessType
由XmlAccessorType用于控制字段或属性的序列化。class
XmlNsForm
枚举XML Schema命名空间资格。 -
Uses of Comparable in javax.xml.catalog
Classes in javax.xml.catalog that implement Comparable Modifier and Type Class 描述 static class
CatalogFeatures.Feature
Catalog Features table中定义的要素类型。 -
Uses of Comparable in javax.xml.ws
Classes in javax.xml.ws that implement Comparable Modifier and Type Class 描述 static class
Service.Mode
动态客户端或服务的方向。 -
Uses of Comparable in javax.xml.ws.handler
Classes in javax.xml.ws.handler that implement Comparable Modifier and Type Class 描述 static class
MessageContext.Scope
财产范围 -
Uses of Comparable in javax.xml.ws.soap
Classes in javax.xml.ws.soap that implement Comparable Modifier and Type Class 描述 static class
AddressingFeature.Responses
如果启用寻址,则此属性确定端点是否仅需要使用匿名响应,或仅使用非匿名响应或全部。 -
Uses of Comparable in javax.xml.xpath
Classes in javax.xml.xpath that implement Comparable Modifier and Type Class 描述 static class
XPathEvaluationResult.XPathResultType
XPathResultType表示XPath评估的可能的返回类型。 -
Uses of Comparable in jdk.dynalink
Classes in jdk.dynalink that implement Comparable Modifier and Type Class 描述 class
StandardNamespace
Dynalink定义的标准命名空间的枚举。class
StandardOperation
定义标准动态操作。 -
Uses of Comparable in jdk.dynalink.linker
Classes in jdk.dynalink.linker that implement Comparable Modifier and Type Class 描述 static class
ConversionComparator.Comparison
列举将一个转换与另一个转换进行比较的可能结果。 -
Uses of Comparable in jdk.incubator.http
Classes in jdk.incubator.http that implement Comparable Modifier and Type Class 描述 static class
HttpClient.Redirect
定义自动重定向策略。static class
HttpClient.Version
HTTP协议版本。static class
WebSocket.MessagePart
WebSocket.Listener
在可能收到部分消息的情况下使用的标记。 -
Uses of Comparable in jdk.javadoc.doclet
Classes in jdk.javadoc.doclet that implement Comparable Modifier and Type Class 描述 static class
Doclet.Option.Kind
这种选择。static class
DocletEnvironment.ModuleMode
static class
Taglet.Location
可以使用标签的位置。 -
Uses of Comparable in jdk.jshell
Classes in jdk.jshell that implement Comparable Modifier and Type Class 描述 static class
Snippet.Kind
描述一般的片段。static class
Snippet.Status
描述代码段的当前状态。static class
Snippet.SubKind
一个片段的详细种类。static class
SourceCodeAnalysis.Completeness
描述给定输入的完整性。 -
Uses of Comparable in jdk.nashorn.api.tree
Classes in jdk.nashorn.api.tree that implement Comparable Modifier and Type Class 描述 static class
Diagnostic.Kind
诊断的种类,例如错误或警告。static class
Tree.Kind
列举各种树木。 -
Uses of Comparable in jdk.net
Classes in jdk.net that implement Comparable Modifier and Type Class 描述 static class
SocketFlow.Status
从SO_FLOW_SLA套接字选项枚举返回值。
-