Uses of Interface
java.lang.Comparable
-
Packages that use Comparable Package Description com.sun.javadoc Note: The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.com.sun.jdi This is the core package of the Java Debug Interface (JDI), it defines mirrors for values, types, and the target VirtualMachine itself - as well bootstrapping facilities.com.sun.management This package contains the JDK's extension to the standard implementation of thejava.lang.management
API and also defines the management interface for some other components of the platform.com.sun.nio.sctp A Java API for Stream Control Transport Protocol.com.sun.security.jgss This package defines classes and interfaces for the JDK extensions to the GSS-API.com.sun.source.doctree Provides interfaces to represent documentation comments as abstract syntax trees (AST).com.sun.source.tree Provides interfaces to represent source code as abstract syntax trees (AST).com.sun.source.util Provides utilities for operations on abstract syntax trees (AST).com.sun.tools.jconsole This package contains the JConsole API.java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.java.awt.desktop Provides interfaces and classes for interaction with various desktop capabilities.java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components.java.awt.font Provides classes and interface relating to fonts.java.io Provides for system input and output through data streams, serialization and the file system.java.lang Provides classes that are fundamental to the design of the Java programming language.java.lang.annotation Provides library support for the Java programming language annotation facility.java.lang.invoke Thejava.lang.invoke
package contains dynamic language support provided directly by the Java core class libraries and virtual machine.java.lang.management Provides the management interfaces for monitoring and management of the Java virtual machine and other components in the Java runtime.java.lang.module Classes to support module descriptors and creating configurations of modules by means of resolution and service binding.java.math Provides classes for performing arbitrary-precision integer arithmetic (BigInteger
) and arbitrary-precision decimal arithmetic (BigDecimal
).java.net Provides the classes for implementing networking applications.java.nio Defines buffers, which are containers for data, and provides an overview of the other NIO packages.java.nio.charset Defines charsets, decoders, and encoders, for translating between bytes and Unicode characters.java.nio.file Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.java.nio.file.attribute Interfaces and classes providing access to file and file system attributes.java.security Provides the classes and interfaces for the security framework.java.security.cert Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.java.sql Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java™ programming language.java.text Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.java.time The main API for dates, times, instants, and durations.java.time.chrono Generic API for calendar systems other than the default ISO.java.time.format Provides classes to print and parse dates and times.java.time.temporal Access to date and time using fields and units, and date time adjusters.java.time.zone Support for time-zones and their rules.java.util Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.java.util.concurrent Utility classes commonly useful in concurrent programming.java.util.stream Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.javafx.animation Provides the set of classes for ease of use transition based animations.javafx.application Provides the application life-cycle classes.javafx.collections Contains the essential JavaFX collections and collection utilitiesjavafx.concurrent Provides the set of classes for javafx.task.javafx.css Provides API for making properties styleable via CSS and for supporting pseudo-class state.javafx.geometry Provides the set of 2D classes for defining and performing operations on objects related to two-dimensional geometry.javafx.print Provides the public classes for the JavaFX Printing API.javafx.scene Provides the core set of base classes for the JavaFX Scene Graph API.javafx.scene.chart The JavaFX User Interface provides a set of chart components that are a very convenient way for data visualization.javafx.scene.control The JavaFX User Interface Controls (UI Controls or just Controls) are specialized Nodes in the JavaFX Scenegraph especially suited for reuse in many different application contexts.javafx.scene.control.skin The javafx.scene.control.skin package is where the skin classes, typically one for each UI control, are locatedjavafx.scene.effect Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.javafx.scene.image Provides the set of classes for loading and displaying images.javafx.scene.input Provides the set of classes for mouse and keyboard input event handling.javafx.scene.layout Provides classes to support user interface layout.javafx.scene.media Provides the set of classes for integrating audio and video into Java FX Applications.javafx.scene.paint Provides the set of classes for colors and gradients used to fill shapes and backgrounds when rendering the scene graph.javafx.scene.shape Provides the set of 2D classes for defining and performing operations on objects related to two-dimensional geometry.javafx.scene.text Provides the set of classes for fonts and renderable Text Node.javafx.scene.transform Provides the set of convenient classes to perform rotating, scaling, shearing, and translation transformations forAffine
objects.javafx.scene.web This package provides means for loading and displaying Web content.javafx.stage Provides the top-level container classes for JavaFX content.javafx.util Contains various utilities and helper classes.javax.annotation javax.imageio.metadata A package of the Java Image I/O API dealing with reading and writing metadata.javax.jws javax.jws.soap javax.lang.model Classes and hierarchies of packages used to model the Java programming language.javax.lang.model.element Interfaces used to model elements of the Java programming language.javax.lang.model.type Interfaces used to model Java programming language types.javax.lang.model.util Utilities to assist in the processing of program elements and types.javax.management Provides the core classes for the Java Management Extensions.javax.management.openmbean Provides the open data types and Open MBean descriptor classes.javax.naming Provides the classes and interfaces for accessing naming services.javax.naming.ldap Provides support for LDAPv3 extended operations and controls.javax.net.ssl Provides classes for the secure socket package.javax.smartcardio Java™ Smart Card I/O APIjavax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.javax.swing.event Provides for events fired by Swing components.javax.swing.plaf.nimbus Provides user interface objects built according to the cross-platform Nimbus look and feel.javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components.javax.swing.text.html Provides the classHTMLEditorKit
and supporting classes for creating HTML text editors.javax.tools Provides interfaces for tools which can be invoked from a program, for example, compilers.javax.xml.bind.annotation Defines annotations for customizing Java program elements to XML Schema mapping.javax.xml.catalog Provides the classes for implementing XML Catalogs OASIS Standard V1.1, 7 October 2005.javax.xml.ws This package contains the core JAX-WS APIs.javax.xml.ws.handler This package defines APIs for message handlers.javax.xml.ws.soap This package defines APIs specific to the SOAP binding.javax.xml.xpath Provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.jdk.dynalink Contains interfaces and classes that are used to link aninvokedynamic
call site.jdk.dynalink.linker Contains interfaces and classes needed by language runtimes to implement their own language-specific object models and type conversions.jdk.incubator.http High level HTTP and WebSocket APIjdk.javadoc.doclet The Doclet API provides an environment which, in conjunction with the Language Model API and Compiler Tree API, allows clients to inspect the source-level structures of programs and libraries, including API comments embedded in the source.jdk.jfr This package contains classes to create events and control Flight Recorder.jdk.jshell Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL), which interactively evaluate "snippets" of Java programming language code.jdk.management.resource Resource tracking contexts, meters, and factories.jdk.nashorn.api.tree Nashorn parser API provides interfaces to represent ECMAScript source code as abstract syntax trees (AST) and Parser to parse ECMAScript source scripts.jdk.net Platform specific socket options for thejava.net
andjava.nio.channels
socket classes. -
-
Uses of Comparable in com.sun.javadoc
Subinterfaces of Comparable in com.sun.javadoc Modifier and Type Interface Description interface
AnnotationTypeDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
AnnotationTypeElementDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
ClassDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
ConstructorDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
Doc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
ExecutableMemberDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
FieldDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
MemberDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
MethodDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
PackageDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
ProgramElementDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
RootDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
SerialFieldTag
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.Classes in com.sun.javadoc that implement Comparable Modifier and Type Class Description class
LanguageVersion
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. -
Uses of Comparable in com.sun.jdi
Subinterfaces of Comparable in com.sun.jdi Modifier and Type Interface Description interface
ArrayType
Provides access to the class of an array and the type of its components in the target VM.interface
ByteValue
Provides access to a primitivebyte
value in the target VM.interface
CharValue
Provides access to a primitivechar
value in the target VM.interface
ClassType
A mirror of a class in the target VM.interface
DoubleValue
Provides access to a primitivedouble
value in the target VM.interface
Field
A class or instance variable in the target VM.interface
FloatValue
Provides access to a primitivefloat
value in the target VM.interface
IntegerValue
Provides access to a primitiveint
value in the target VM.interface
InterfaceType
A mirror of an interface in the target VM.interface
LocalVariable
A local variable in the target VM.interface
Location
A point within the executing code of the target VM.interface
LongValue
Provides access to a primitivelong
value in the target VM.interface
Method
A static or instance method in the target VM.interface
ReferenceType
The type of an object in a target VM.interface
ShortValue
Provides access to a primitiveshort
value in the target VM. -
Uses of Comparable in com.sun.management
Classes in com.sun.management that implement Comparable Modifier and Type Class Description static class
VMOption.Origin
Origin of the value of a VM option. -
Uses of Comparable in com.sun.nio.sctp
Classes in com.sun.nio.sctp that implement Comparable Modifier and Type Class Description static class
AssociationChangeNotification.AssocChangeEvent
Defines the type of change event that happened to the association.class
HandlerResult
Defines notification handler results.static class
PeerAddressChangeNotification.AddressChangeEvent
Defines the type of address change event that occurred to the destination address on a multi-homed peer when it encounters a change of interface details. -
Uses of Comparable in com.sun.security.jgss
Classes in com.sun.security.jgss that implement Comparable Modifier and Type Class Description class
InquireType
Attribute types that can be specified as an argument ofExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType)
-
Uses of Comparable in com.sun.source.doctree
Classes in com.sun.source.doctree that implement Comparable Modifier and Type Class Description static class
AttributeTree.ValueKind
The kind of an attribute value.static class
DocTree.Kind
Enumerates all kinds of trees. -
Uses of Comparable in com.sun.source.tree
Classes in com.sun.source.tree that implement Comparable Modifier and Type Class Description static class
LambdaExpressionTree.BodyKind
Lambda expressions come in two forms: expression lambdas, whose body is an expression, and statement lambdas, whose body is a blockstatic class
MemberReferenceTree.ReferenceMode
There are two kinds of member references: (i) method references and (ii) constructor referencesstatic class
ModuleTree.ModuleKind
The kind of the module.static class
Tree.Kind
Enumerates all kinds of trees. -
Uses of Comparable in com.sun.source.util
Classes in com.sun.source.util that implement Comparable Modifier and Type Class Description static class
TaskEvent.Kind
Kind of task event. -
Uses of Comparable in com.sun.tools.jconsole
Classes in com.sun.tools.jconsole that implement Comparable Modifier and Type Class Description static class
JConsoleContext.ConnectionState
Values for the ConnectionState bound property. -
Uses of Comparable in java.awt
Classes in java.awt that implement Comparable Modifier and Type Class Description static class
Component.BaselineResizeBehavior
Enumeration of the common ways the baseline of a component can change as the size changes.static class
Desktop.Action
Represents an action type.static class
Dialog.ModalExclusionType
Any top-level window can be marked not to be blocked by modal dialogs.static class
Dialog.ModalityType
Modal dialogs block all input to some top-level windows.static class
GraphicsDevice.WindowTranslucency
Kinds of translucency supported by the underlying system.static class
MultipleGradientPaint.ColorSpaceType
The color space in which to perform the gradient interpolation.static class
MultipleGradientPaint.CycleMethod
The method to use when painting outside the gradient bounds.static class
Taskbar.Feature
List of provided features.static class
Taskbar.State
Kinds of available window progress states.static class
TrayIcon.MessageType
The message type determines which icon will be displayed in the caption of the message, and a possible system sound a message may generate upon showing.static class
Window.Type
Enumeration of available window types. -
Uses of Comparable in java.awt.desktop
Classes in java.awt.desktop that implement Comparable Modifier and Type Class Description class
QuitStrategy
The strategy used to shut down the application, if Sudden Termination is not enabled.static class
UserSessionEvent.Reason
Kinds of available reasons of user session change. -
Uses of Comparable in java.awt.event
Classes in java.awt.event that implement Comparable Modifier and Type Class Description static class
FocusEvent.Cause
This enum represents the cause of aFocusEvent
- the reason why it occurred. -
Uses of Comparable in java.awt.font
Classes in java.awt.font that implement Comparable Modifier and Type Class Description static class
NumericShaper.Range
ANumericShaper.Range
represents a Unicode range of a script having its own decimal digits. -
Uses of Comparable in java.io
Classes in java.io that implement Comparable Modifier and Type Class Description class
File
An abstract representation of file and directory pathnames.static class
ObjectInputFilter.Status
The status of a check on the class, array length, number of references, depth, and stream size.class
ObjectStreamField
A description of a Serializable field from a Serializable class. -
Uses of Comparable in java.lang
Subinterfaces of Comparable in java.lang Modifier and Type Interface Description interface
ProcessHandle
ProcessHandle identifies and provides control of native processes.Classes in java.lang that implement Comparable Modifier and Type Class Description class
Boolean
The Boolean class wraps a value of the primitive typeboolean
in an object.class
Byte
TheByte
class wraps a value of primitive typebyte
in an object.class
Character
TheCharacter
class wraps a value of the primitive typechar
in an object.static class
Character.UnicodeScript
A family of character subsets representing the character scripts defined in the Unicode Standard Annex #24: Script Names.class
Double
TheDouble
class wraps a value of the primitive typedouble
in an object.class
Enum<E extends Enum<E>>
This is the common base class of all Java language enumeration types.class
Float
TheFloat
class wraps a value of primitive typefloat
in an object.class
Integer
TheInteger
class wraps a value of the primitive typeint
in an object.class
Long
TheLong
class wraps a value of the primitive typelong
in an object.static class
ProcessBuilder.Redirect.Type
The type of aProcessBuilder.Redirect
.static class
Runtime.Version
A representation of a version string for an implementation of the Java SE Platform.class
Short
TheShort
class wraps a value of primitive typeshort
in an object.static class
StackWalker.Option
Stack walker option to configure the stack frame information obtained by aStackWalker
.class
String
TheString
class represents character strings.static class
System.Logger.Level
System loggers levels.static class
Thread.State
A thread state. -
Uses of Comparable in java.lang.annotation
Classes in java.lang.annotation that implement Comparable Modifier and Type Class Description class
ElementType
The constants of this enumerated type provide a simple classification of the syntactic locations where annotations may appear in a Java program.class
RetentionPolicy
Annotation retention policy. -
Uses of Comparable in java.lang.invoke
Classes in java.lang.invoke that implement Comparable Modifier and Type Class Description static class
VarHandle.AccessMode
The set of access modes that specify how a variable, referenced by a VarHandle, is accessed. -
Uses of Comparable in java.lang.management
Classes in java.lang.management that implement Comparable Modifier and Type Class Description class
MemoryType
Types ofmemory pools
. -
Uses of Comparable in java.lang.module
Classes in java.lang.module that implement Comparable Modifier and Type Class Description class
ModuleDescriptor
A module descriptor.static class
ModuleDescriptor.Exports
A package exported by a module, may be qualified or unqualified.static class
ModuleDescriptor.Exports.Modifier
A modifier on an exported package.static class
ModuleDescriptor.Modifier
A modifier on a module.static class
ModuleDescriptor.Opens
A package opened by a module, may be qualified or unqualified.static class
ModuleDescriptor.Opens.Modifier
A modifier on an open package.static class
ModuleDescriptor.Provides
A service that a module provides one or more implementations of.static class
ModuleDescriptor.Requires
A dependence upon a modulestatic class
ModuleDescriptor.Requires.Modifier
A modifier on a module dependence.static class
ModuleDescriptor.Version
A module's version string. -
Uses of Comparable in java.math
Classes in java.math that implement Comparable Modifier and Type Class Description class
BigDecimal
Immutable, arbitrary-precision signed decimal numbers.class
BigInteger
Immutable arbitrary-precision integers.class
RoundingMode
Specifies a rounding behavior for numerical operations capable of discarding precision. -
Uses of Comparable in java.net
Classes in java.net that implement Comparable Modifier and Type Class Description static class
Authenticator.RequestorType
The type of the entity requesting authentication.static class
Proxy.Type
Represents the proxy type.class
StandardProtocolFamily
Defines the standard families of communication protocols.class
URI
Represents a Uniform Resource Identifier (URI) reference. -
Uses of Comparable in java.nio
Classes in java.nio that implement Comparable Modifier and Type Class Description class
ByteBuffer
A byte buffer.class
CharBuffer
A char buffer.class
DoubleBuffer
A double buffer.class
FloatBuffer
A float buffer.class
IntBuffer
An int buffer.class
LongBuffer
A long buffer.class
MappedByteBuffer
A direct byte buffer whose content is a memory-mapped region of a file.class
ShortBuffer
A short buffer. -
Uses of Comparable in java.nio.charset
Classes in java.nio.charset that implement Comparable Modifier and Type Class Description class
Charset
A named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes. -
Uses of Comparable in java.nio.file
Subinterfaces of Comparable in java.nio.file Modifier and Type Interface Description interface
Path
An object that may be used to locate a file in a file system.Classes in java.nio.file that implement Comparable Modifier and Type Class Description class
AccessMode
Defines access modes used to test the accessibility of a file.class
FileVisitOption
Defines the file tree traversal options.class
FileVisitResult
The result type of aFileVisitor
.class
LinkOption
Defines the options as to how symbolic links are handled.class
StandardCopyOption
Defines the standard copy options.class
StandardOpenOption
Defines the standard open options. -
Uses of Comparable in java.nio.file.attribute
Classes in java.nio.file.attribute that implement Comparable Modifier and Type Class Description class
AclEntryFlag
Defines the flags for used by the flags component of an ACLentry
.class
AclEntryPermission
Defines the permissions for use with the permissions component of an ACLentry
.class
AclEntryType
A typesafe enumeration of the access control entry types.class
FileTime
Represents the value of a file's time stamp attribute.class
PosixFilePermission
Defines the bits for use with thepermissions
attribute. -
Uses of Comparable in java.security
Classes in java.security that implement Comparable Modifier and Type Class Description class
CryptoPrimitive
An enumeration of cryptographic primitives.static class
DrbgParameters.Capability
The reseedable and prediction resistance capabilities of a DRBG.static class
KeyRep.Type
Key type. -
Uses of Comparable in java.security.cert
Classes in java.security.cert that implement Comparable Modifier and Type Class Description static class
CertPathValidatorException.BasicReason
The BasicReason enumerates the potential reasons that a certification path of any type may be invalid.class
CRLReason
The CRLReason enumeration specifies the reason that a certificate is revoked, as defined in RFC 5280: Internet X.509 Public Key Infrastructure Certificate and CRL Profile.class
PKIXReason
ThePKIXReason
enumerates the potential PKIX-specific reasons that an X.509 certification path may be invalid according to the PKIX (RFC 5280) standard.static class
PKIXRevocationChecker.Option
Various revocation options that can be specified for the revocation checking mechanism. -
Uses of Comparable in java.sql
Classes in java.sql that implement Comparable Modifier and Type Class Description class
ClientInfoStatus
Enumeration for status of the reason that a property could not be set via a call toConnection.setClientInfo
class
Date
A thin wrapper around a millisecond value that allows JDBC to identify this as an SQLDATE
value.class
JDBCType
Defines the constants that are used to identify generic SQL types, called JDBC types.class
PseudoColumnUsage
Enumeration for pseudo/hidden column usage.class
RowIdLifetime
Enumeration for RowId life-time values.class
Time
A thin wrapper around thejava.util.Date
class that allows the JDBC API to identify this as an SQLTIME
value.class
Timestamp
A thin wrapper aroundjava.util.Date
that allows the JDBC API to identify this as an SQLTIMESTAMP
value. -
Uses of Comparable in java.text
Classes in java.text that implement Comparable Modifier and Type Class Description class
CollationKey
ACollationKey
represents aString
under the rules of a specificCollator
object.static class
Normalizer.Form
This enum provides constants of the four Unicode normalization forms that are described in Unicode Standard Annex #15 — Unicode Normalization Forms and two methods to access them. -
Uses of Comparable in java.time
Classes in java.time that implement Comparable Modifier and Type Class Description class
DayOfWeek
A day-of-week, such as 'Tuesday'.class
Duration
A time-based amount of time, such as '34.5 seconds'.class
Instant
An instantaneous point on the time-line.class
LocalDate
A date without a time-zone in the ISO-8601 calendar system, such as2007-12-03
.class
LocalDateTime
A date-time without a time-zone in the ISO-8601 calendar system, such as2007-12-03T10:15:30
.class
LocalTime
A time without a time-zone in the ISO-8601 calendar system, such as10:15:30
.class
Month
A month-of-year, such as 'July'.class
MonthDay
A month-day in the ISO-8601 calendar system, such as--12-03
.class
OffsetDateTime
A date-time with an offset from UTC/Greenwich in the ISO-8601 calendar system, such as2007-12-03T10:15:30+01:00
.class
OffsetTime
A time with an offset from UTC/Greenwich in the ISO-8601 calendar system, such as10:15:30+01:00
.class
Year
A year in the ISO-8601 calendar system, such as2007
.class
YearMonth
A year-month in the ISO-8601 calendar system, such as2007-12
.class
ZonedDateTime
A date-time with a time-zone in the ISO-8601 calendar system, such as2007-12-03T10:15:30+01:00 Europe/Paris
.class
ZoneOffset
A time-zone offset from Greenwich/UTC, such as+02:00
. -
Uses of Comparable in java.time.chrono
Subinterfaces of Comparable in java.time.chrono Modifier and Type Interface Description interface
ChronoLocalDate
A date without time-of-day or time-zone in an arbitrary chronology, intended for advanced globalization use cases.interface
ChronoLocalDateTime<D extends ChronoLocalDate>
A date-time without a time-zone in an arbitrary chronology, intended for advanced globalization use cases.interface
Chronology
A calendar system, used to organize and identify dates.interface
ChronoZonedDateTime<D extends ChronoLocalDate>
A date-time with a time-zone in an arbitrary chronology, intended for advanced globalization use cases.Classes in java.time.chrono that implement Comparable Modifier and Type Class Description class
AbstractChronology
An abstract implementation of a calendar system, used to organize and identify dates.class
HijrahChronology
The Hijrah calendar is a lunar calendar supporting Islamic calendars.class
HijrahDate
A date in the Hijrah calendar system.class
HijrahEra
An era in the Hijrah calendar system.class
IsoChronology
The ISO calendar system.class
IsoEra
An era in the ISO calendar system.class
JapaneseChronology
The Japanese Imperial calendar system.class
JapaneseDate
A date in the Japanese Imperial calendar system.class
MinguoChronology
The Minguo calendar system.class
MinguoDate
A date in the Minguo calendar system.class
MinguoEra
An era in the Minguo calendar system.class
ThaiBuddhistChronology
The Thai Buddhist calendar system.class
ThaiBuddhistDate
A date in the Thai Buddhist calendar system.class
ThaiBuddhistEra
An era in the Thai Buddhist calendar system. -
Uses of Comparable in java.time.format
Classes in java.time.format that implement Comparable Modifier and Type Class Description class
FormatStyle
Enumeration of the style of a localized date, time or date-time formatter.class
ResolverStyle
Enumeration of different ways to resolve dates and times.class
SignStyle
Enumeration of ways to handle the positive/negative sign.class
TextStyle
Enumeration of the style of text formatting and parsing. -
Uses of Comparable in java.time.temporal
Classes in java.time.temporal that implement Comparable Modifier and Type Class Description class
ChronoField
A standard set of fields.class
ChronoUnit
A standard set of date periods units. -
Uses of Comparable in java.time.zone
Classes in java.time.zone that implement Comparable Modifier and Type Class Description class
ZoneOffsetTransition
A transition between two offsets caused by a discontinuity in the local time-line.static class
ZoneOffsetTransitionRule.TimeDefinition
A definition of the way a local time can be converted to the actual transition date-time. -
Uses of Comparable in java.util
Classes in java.util that implement Comparable Modifier and Type Class Description class
Calendar
TheCalendar
class is an abstract class that provides methods for converting between a specific instant in time and a set ofcalendar fields
such asYEAR
,MONTH
,DAY_OF_MONTH
,HOUR
, and so on, and for manipulating the calendar fields, such as getting the date of the next week.class
Date
The classDate
represents a specific instant in time, with millisecond precision.static class
Formatter.BigDecimalLayoutForm
Enum forBigDecimal
formatting.class
GregorianCalendar
GregorianCalendar
is a concrete subclass ofCalendar
and provides the standard calendar system used by most of the world.static class
Locale.Category
Enum for locale categories.static class
Locale.FilteringMode
This enum provides constants to select a filtering mode for locale matching.static class
Locale.IsoCountryCode
Enum for specifying the type defined in ISO 3166.class
UUID
A class that represents an immutable universally unique identifier (UUID).Methods in java.util with type parameters of type Comparable Modifier and Type Method Description static <T extends Comparable<? super T>>
intArrays. compare(T[] a, int aFromIndex, int aToIndex, T[] b, int bFromIndex, int bToIndex)
Compares twoObject
arrays lexicographically over the specified ranges.static <T extends Comparable<? super T>>
intArrays. compare(T[] a, T[] b)
Compares twoObject
arrays, within comparable elements, lexicographically.static <T,U extends Comparable<? super U>>
Comparator<T>Comparator. comparing(Function<? super T,? extends U> keyExtractor)
Accepts a function that extracts aComparable
sort key from a typeT
, and returns aComparator<T>
that compares by that sort key.static <K extends Comparable<? super K>,V>
Comparator<Map.Entry<K,V>>Map.Entry. comparingByKey()
Returns a comparator that comparesMap.Entry
in natural order on key.static <K,V extends Comparable<? super V>>
Comparator<Map.Entry<K,V>>Map.Entry. comparingByValue()
Returns a comparator that comparesMap.Entry
in natural order on value.static <T extends Object & Comparable<? super T>>
TCollections. max(Collection<? extends T> coll)
Returns the maximum element of the given collection, according to the natural ordering of its elements.static <T extends Object & Comparable<? super T>>
TCollections. min(Collection<? extends T> coll)
Returns the minimum element of the given collection, according to the natural ordering of its elements.static <T extends Comparable<? super T>>
Comparator<T>Comparator. naturalOrder()
Returns a comparator that comparesComparable
objects in natural order.static <T extends Comparable<? super T>>
voidArrays. parallelSort(T[] a)
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.static <T extends Comparable<? super T>>
voidArrays. parallelSort(T[] a, int fromIndex, int toIndex)
Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.static <T extends Comparable<? super T>>
Comparator<T>Comparator. reverseOrder()
Returns a comparator that imposes the reverse of the natural ordering.static <T extends Comparable<? super T>>
voidCollections. sort(List<T> list)
Sorts the specified list into ascending order, according to the natural ordering of its elements.default <U extends Comparable<? super U>>
Comparator<T>Comparator. thenComparing(Function<? super T,? extends U> keyExtractor)
Returns a lexicographic-order comparator with a function that extracts aComparable
sort key.Methods in java.util with parameters of type Comparable Modifier and Type Method Description static <T extends Comparable<? super T>>
intArrays. compare(T[] a, int aFromIndex, int aToIndex, T[] b, int bFromIndex, int bToIndex)
Compares twoObject
arrays lexicographically over the specified ranges.static <T extends Comparable<? super T>>
intArrays. compare(T[] a, T[] b)
Compares twoObject
arrays, within comparable elements, lexicographically.static <T extends Comparable<? super T>>
voidArrays. parallelSort(T[] a)
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.static <T extends Comparable<? super T>>
voidArrays. parallelSort(T[] a, int fromIndex, int toIndex)
Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.Method parameters in java.util with type arguments of type Comparable Modifier and Type Method Description static <T> int
Collections. binarySearch(List<? extends Comparable<? super T>> list, T key)
Searches the specified list for the specified object using the binary search algorithm. -
Uses of Comparable in java.util.concurrent
Subinterfaces of Comparable in java.util.concurrent Modifier and Type Interface Description interface
Delayed
A mix-in style interface for marking objects that should be acted upon after a given delay.interface
RunnableScheduledFuture<V>
AScheduledFuture
that isRunnable
.interface
ScheduledFuture<V>
A delayed result-bearing action that can be cancelled.Classes in java.util.concurrent that implement Comparable Modifier and Type Class Description class
TimeUnit
ATimeUnit
represents time durations at a given unit of granularity and provides utility methods to convert across units, and to perform timing and delay operations in these units. -
Uses of Comparable in java.util.stream
Classes in java.util.stream that implement Comparable Modifier and Type Class Description static class
Collector.Characteristics
Characteristics indicating properties of aCollector
, which can be used to optimize reduction implementations. -
Uses of Comparable in javafx.animation
Classes in javafx.animation that implement Comparable Modifier and Type Class Description static class
Animation.Status
The possible states forstatus
.static class
PathTransition.OrientationType
Specifies the upright orientation ofnode
along thepath
. -
Uses of Comparable in javafx.application
Classes in javafx.application that implement Comparable Modifier and Type Class Description class
ConditionalFeature
Defines a set of conditional (optional) features.static class
Preloader.StateChangeNotification.Type
Enum that defines the type of change associated with this notification -
Uses of Comparable in javafx.collections
Methods in javafx.collections with type parameters of type Comparable Modifier and Type Method Description static <T extends Comparable<? super T>>
voidFXCollections. sort(ObservableList<T> list)
Sorts the provided observable list. -
Uses of Comparable in javafx.concurrent
Classes in javafx.concurrent that implement Comparable Modifier and Type Class Description static class
Worker.State
The state of a Worker. -
Uses of Comparable in javafx.css
Classes in javafx.css that implement Comparable Modifier and Type Class Description class
Match
Used byRule
to determine whether or not the selector applies to a given object.class
SizeUnits
Represents a size specified in a particular unit, such as 14px or 0.2em.class
StyleOrigin
Enumeration of the possible source or origin of a stylesheet and styles. -
Uses of Comparable in javafx.geometry
Classes in javafx.geometry that implement Comparable Modifier and Type Class Description class
HorizontalDirection
Enumeration representing a horizontal direction.class
HPos
A set of values for describing horizontal positioning and alignment.class
NodeOrientation
A set of values for describing the flow of visual data for a node.class
Orientation
Orientationclass
Pos
A set of values for describing vertical and horizontal positioning and alignment.class
Side
Enum for which side of a rectangle something should be.class
VerticalDirection
Enumeration representing a vertical direction.class
VPos
A set of values for describing vertical positioning and alignment. -
Uses of Comparable in javafx.print
Classes in javafx.print that implement Comparable Modifier and Type Class Description class
Collation
Collation specifies whether or not media sheets of each copy of a printed document in a job are to be in sequence.class
PageOrientation
Specifies the orientation of the media sheet for printed pages.class
PrintColor
Class which describes whether printing should be monochrome or color.static class
Printer.MarginType
The MarginType is used to determine the printable area of a PageLayout.static class
PrinterJob.JobStatus
An enum class used in reporting status of a print job.class
PrintQuality
Class to decribe printing quality setting.class
PrintSides
Class to enumerate the possible duplex (two-sided) printing modes. -
Uses of Comparable in javafx.scene
Classes in javafx.scene that implement Comparable Modifier and Type Class Description class
AccessibleAction
This enum describes the actions that an assistive technology such as a screen reader can request from the scene graph.class
AccessibleAttribute
This enum describes the attributes that an assistive technology such as a screen reader can request from the scene graph.class
AccessibleRole
This enum describes the accessible role for aNode
.class
CacheHint
Cache hints for use withNode.cacheHint
class
DepthTest
This enum defines the possible states for the depthTest flag in node. -
Uses of Comparable in javafx.scene.chart
Classes in javafx.scene.chart that implement Comparable Modifier and Type Class Description static class
LineChart.SortingPolicy
This enum defines a policy forLineChart.axisSortingPolicyProperty()
. -
Uses of Comparable in javafx.scene.control
Classes in javafx.scene.control that implement Comparable Modifier and Type Class Description static class
Alert.AlertType
An enumeration containing the available, pre-built alert types that theAlert
class can use to pre-populate various properties.static class
ButtonBar.ButtonData
An enumeration of all available button data annotations.class
ContentDisplay
The position to place the content within a Label.class
OverrunStyle
Defines the behavior of a labeled Control when the space for rendering the text is smaller than the space needed to render the entire string.static class
ScrollPane.ScrollBarPolicy
An enumeration denoting the policy to be used by a scrollable Control in deciding whether to show a scroll bar.class
SelectionMode
An enumeration used to specify how many items may be selected in aMultipleSelectionModel
.static class
TableColumn.SortType
Enumeration that specifies the type of sorting being applied to a specific column.static class
TabPane.TabClosingPolicy
This specifies how the TabPane handles tab closing from an end-users perspective.static class
TabPane.TabDragPolicy
This enum specifies drag policies for tabs in a TabPane.class
TreeSortMode
Specifies how the tree items in tree-like UI controls should be sorted.static class
TreeTableColumn.SortType
Enumeration that specifies the type of sorting being applied to a specific column. -
Uses of Comparable in javafx.scene.control.skin
Classes in javafx.scene.control.skin that implement Comparable Modifier and Type Class Description static class
TextInputControlSkin.Direction
Direction names for caret movement.static class
TextInputControlSkin.TextUnit
Unit names for caret movement. -
Uses of Comparable in javafx.scene.effect
Classes in javafx.scene.effect that implement Comparable Modifier and Type Class Description class
BlendMode
A blending mode defines the manner in which the inputs of a Blend effect are composited together or how a Node is blended into the background of a scene.class
BlurType
Represents the type of blur algorithm that is used to soften aShadow
effect. -
Uses of Comparable in javafx.scene.image
Classes in javafx.scene.image that implement Comparable Modifier and Type Class Description static class
PixelFormat.Type
An enum describing the in-array storage format of a single pixel managed by aPixelFormat
. -
Uses of Comparable in javafx.scene.input
Classes in javafx.scene.input that implement Comparable Modifier and Type Class Description class
InputMethodHighlight
The enum that contains the input method text highlights.class
KeyCode
Set of key codes forKeyEvent
objects.static class
KeyCombination.ModifierValue
ModifierValue
specifies state of modifier keys.class
MouseButton
Mapping for Button Namesstatic class
ScrollEvent.HorizontalTextScrollUnits
Horizontal text-based scrolling units.static class
ScrollEvent.VerticalTextScrollUnits
Vertical text-based scrolling units.static class
TouchPoint.State
Represents current state of the touch pointclass
TransferMode
Describes the mode of data transfer with respect to a drag and drop gesture. -
Uses of Comparable in javafx.scene.layout
Classes in javafx.scene.layout that implement Comparable Modifier and Type Class Description class
BackgroundRepeat
Enumeration of options for repeating images in backgroundsclass
BorderRepeat
Enum indicating the repetition rules for border images.class
Priority
Enumeration used to determine the grow (or shrink) priority of a given node's layout area when its region has more (or less) space available and multiple nodes are competing for that space. -
Uses of Comparable in javafx.scene.media
Classes in javafx.scene.media that implement Comparable Modifier and Type Class Description static class
MediaException.Type
Enumeration describing categories of errors.static class
MediaPlayer.Status
Enumeration describing the different status values of aMediaPlayer
. -
Uses of Comparable in javafx.scene.paint
Classes in javafx.scene.paint that implement Comparable Modifier and Type Class Description class
CycleMethod
This enum defines one of the following methods to use when painting outside the gradient bounds:CycleMethod.NO_CYCLE
,CycleMethod.REFLECT
, orCycleMethod.REPEAT
. -
Uses of Comparable in javafx.scene.shape
Classes in javafx.scene.shape that implement Comparable Modifier and Type Class Description class
ArcType
ArcType
specifies the closure type forArc
objects.class
CullFace
Face culling setting for use withShape3D.cullFace
class
DrawMode
Defines how the polygon is drawn when use withShape3D.drawMode
class
FillRule
The fill rule for determining the interior of the path.class
StrokeLineCap
Defines the end cap style of aShape
.class
StrokeLineJoin
Defines the line join style of aShape
.class
StrokeType
Defines where to draw the stroke around the boundary of a Shape node. -
Uses of Comparable in javafx.scene.text
Classes in javafx.scene.text that implement Comparable Modifier and Type Class Description class
FontPosture
Specifies whether the font is italicizedclass
FontSmoothingType
TheFontSmoothingType
enum is used to specify the preferred mechanism used to smooth the edges of fonts for on-screen text.class
FontWeight
Specifies different font weights which can be used when searching for a font on the system.class
TextAlignment
TheTextAlignment
enum represents the horizontal text alignment.class
TextBoundsType
Specifies the behaviour of bounds reporting byText
nodes. -
Uses of Comparable in javafx.scene.transform
Classes in javafx.scene.transform that implement Comparable Modifier and Type Class Description class
MatrixType
Specifies type of transformation matrix. -
Uses of Comparable in javafx.scene.web
Classes in javafx.scene.web that implement Comparable Modifier and Type Class Description static class
HTMLEditorSkin.Command
Represents commands that can be passed into the HTMLEditor web engine. -
Uses of Comparable in javafx.stage
Classes in javafx.stage that implement Comparable Modifier and Type Class Description class
Modality
This enum defines the possible modality types for aStage
.static class
PopupWindow.AnchorLocation
Anchor location constants for popup anchor point selection.class
StageStyle
This enum defines the possible styles for aStage
. -
Uses of Comparable in javafx.util
Classes in javafx.util that implement Comparable Modifier and Type Class Description class
Duration
A class that defines a duration of time. -
Uses of Comparable in javax.annotation
Classes in javax.annotation that implement Comparable Modifier and Type Class Description static class
Resource.AuthenticationType
The two possible authentication types for a resource. -
Uses of Comparable in javax.imageio.metadata
Methods in javax.imageio.metadata with type parameters of type Comparable Modifier and Type Method Description 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)
Allows anObject
reference of a given class type to be stored in nodes implementing the named element.Methods in javax.imageio.metadata that return Comparable Modifier and Type Method Description Comparable<?>
IIOMetadataFormat. getObjectMaxValue(String elementName)
Returns the maximum legal value for theObject
reference within the named element.Comparable<?>
IIOMetadataFormat. getObjectMinValue(String elementName)
Returns the minimum legal value for theObject
reference within the named element.Methods in javax.imageio.metadata with parameters of type Comparable Modifier and Type Method Description 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)
Allows anObject
reference of a given class type to be stored in nodes implementing the named element. -
Uses of Comparable in javax.jws
Classes in javax.jws that implement Comparable Modifier and Type Class Description static class
WebParam.Mode
-
Uses of Comparable in javax.jws.soap
Classes in javax.jws.soap that implement Comparable Modifier and Type Class Description 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 Description class
SourceVersion
Source versions of the Java™ programming language. -
Uses of Comparable in javax.lang.model.element
Classes in javax.lang.model.element that implement Comparable Modifier and Type Class Description class
ElementKind
Thekind
of an element.class
Modifier
Represents a modifier on a program element such as a class, method, or field.static class
ModuleElement.DirectiveKind
Thekind
of a directive.class
NestingKind
The nesting kind of a type element. -
Uses of Comparable in javax.lang.model.type
Classes in javax.lang.model.type that implement Comparable Modifier and Type Class Description class
TypeKind
The kind of a type mirror. -
Uses of Comparable in javax.lang.model.util
Classes in javax.lang.model.util that implement Comparable Modifier and Type Class Description static class
Elements.Origin
The origin of an element or other language model item. -
Uses of Comparable in javax.management
Classes in javax.management that implement Comparable Modifier and Type Class Description class
ObjectName
Represents the object name of an MBean, or a pattern that can match the names of several MBeans. -
Uses of Comparable in javax.management.openmbean
Methods in javax.management.openmbean that return Comparable Modifier and Type Method Description Comparable<?>
OpenMBeanAttributeInfoSupport. getMaxValue()
Returns the maximal value for the attribute described by thisOpenMBeanAttributeInfoSupport
instance, if specified, ornull
otherwise.Comparable<?>
OpenMBeanParameterInfo. getMaxValue()
Returns the maximal value for this parameter, if it has one, ornull
otherwise.Comparable<?>
OpenMBeanParameterInfoSupport. getMaxValue()
Returns the maximal value for the parameter described by thisOpenMBeanParameterInfoSupport
instance, if specified, ornull
otherwise.Comparable<?>
OpenMBeanAttributeInfoSupport. getMinValue()
Returns the minimal value for the attribute described by thisOpenMBeanAttributeInfoSupport
instance, if specified, ornull
otherwise.Comparable<?>
OpenMBeanParameterInfo. getMinValue()
Returns the minimal value for this parameter, if it has one, ornull
otherwise.Comparable<?>
OpenMBeanParameterInfoSupport. getMinValue()
Returns the minimal value for the parameter described by thisOpenMBeanParameterInfoSupport
instance, if specified, ornull
otherwise.Constructors in javax.management.openmbean with parameters of type Comparable Constructor Description OpenMBeanAttributeInfoSupport(String name, String description, OpenType<T> openType, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue, Comparable<T> minValue, Comparable<T> maxValue)
Constructs anOpenMBeanAttributeInfoSupport
instance, which describes the attribute of an open MBean, with the specifiedname
,openType
,description
,defaultValue
,minValue
andmaxValue
.OpenMBeanParameterInfoSupport(String name, String description, OpenType<T> openType, T defaultValue, Comparable<T> minValue, Comparable<T> maxValue)
Constructs anOpenMBeanParameterInfoSupport
instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specifiedname
,openType
,description
,defaultValue
,minValue
andmaxValue
. -
Uses of Comparable in javax.naming
Subinterfaces of Comparable in javax.naming Modifier and Type Interface Description interface
Name
TheName
interface represents a generic name -- an ordered sequence of components.Classes in javax.naming that implement Comparable Modifier and Type Class Description class
CompositeName
This class represents a composite name -- a sequence of component names spanning multiple namespaces.class
CompoundName
This class represents a compound name -- a name from a hierarchical name space. -
Uses of Comparable in javax.naming.ldap
Classes in javax.naming.ldap that implement Comparable Modifier and Type Class Description class
LdapName
This class represents a distinguished name as specified by RFC 2253.class
Rdn
This class represents a relative distinguished name, or RDN, which is a component of a distinguished name as specified by RFC 2253. -
Uses of Comparable in javax.net.ssl
Classes in javax.net.ssl that implement Comparable Modifier and Type Class Description static class
SSLEngineResult.HandshakeStatus
AnSSLEngineResult
enum describing the current handshaking state of thisSSLEngine
.static class
SSLEngineResult.Status
AnSSLEngineResult
enum describing the overall result of theSSLEngine
operation. -
Uses of Comparable in javax.smartcardio
Classes in javax.smartcardio that implement Comparable Modifier and Type Class Description static class
CardTerminals.State
Enumeration of attributes of a CardTerminal. -
Uses of Comparable in javax.swing
Classes in javax.swing that implement Comparable Modifier and Type Class Description class
DropMode
Drop modes, used to determine the method by which a component tracks and indicates a drop location during drag and drop.static class
GroupLayout.Alignment
Enumeration of the possible waysParallelGroup
can align its children.static class
JTable.PrintMode
Printing modes, used in printingJTable
s.static class
LayoutStyle.ComponentPlacement
ComponentPlacement
is an enumeration of the possible ways two components can be placed relative to each other.static class
RowFilter.ComparisonType
Enumeration of the possible comparison values supported by some of the defaultRowFilter
s.class
SortOrder
SortOrder is an enumeration of the possible sort orderings.static class
SwingWorker.StateValue
Values for thestate
bound property.Methods in javax.swing that return Comparable Modifier and Type Method Description Comparable<Date>
SpinnerDateModel. getEnd()
Returns the lastDate
in the sequence.Comparable<?>
SpinnerNumberModel. getMaximum()
Returns the last number in the sequence.Comparable<?>
SpinnerNumberModel. getMinimum()
Returns the first number in this sequence.Comparable<Date>
SpinnerDateModel. getStart()
Returns the firstDate
in the sequence.Methods in javax.swing with parameters of type Comparable Modifier and Type Method Description void
SpinnerDateModel. setEnd(Comparable<Date> end)
Changes the upper limit forDate
s in this sequence.void
SpinnerNumberModel. setMaximum(Comparable<?> maximum)
Changes the upper bound for numbers in this sequence.void
SpinnerNumberModel. setMinimum(Comparable<?> minimum)
Changes the lower bound for numbers in this sequence.void
SpinnerDateModel. setStart(Comparable<Date> start)
Changes the lower limit for Dates in this sequence.Constructors in javax.swing with parameters of type Comparable Constructor Description SpinnerDateModel(Date value, Comparable<Date> start, Comparable<Date> end, int calendarField)
Creates aSpinnerDateModel
that represents a sequence of dates betweenstart
andend
.SpinnerNumberModel(Number value, Comparable<?> minimum, Comparable<?> maximum, Number stepSize)
Constructs aSpinnerModel
that represents a closed sequence of numbers fromminimum
tomaximum
. -
Uses of Comparable in javax.swing.event
Classes in javax.swing.event that implement Comparable Modifier and Type Class Description static class
RowSorterEvent.Type
Enumeration of the types ofRowSorterEvent
s. -
Uses of Comparable in javax.swing.plaf.nimbus
Classes in javax.swing.plaf.nimbus that implement Comparable Modifier and Type Class Description protected static class
AbstractRegionPainter.PaintContext.CacheMode
Cache mode. -
Uses of Comparable in javax.swing.text
Methods in javax.swing.text that return Comparable Modifier and Type Method Description Comparable<?>
InternationalFormatter. getMaximum()
Returns the maximum permissible value.Comparable<?>
InternationalFormatter. getMinimum()
Returns the minimum permissible value.Methods in javax.swing.text with parameters of type Comparable Modifier and Type Method Description void
InternationalFormatter. setMaximum(Comparable<?> max)
Sets the maximum permissible value.void
InternationalFormatter. setMinimum(Comparable<?> minimum)
Sets the minimum permissible value. -
Uses of Comparable in javax.swing.text.html
Classes in javax.swing.text.html that implement Comparable Modifier and Type Class Description static class
FormSubmitEvent.MethodType
Represents an HTML form method type. -
Uses of Comparable in javax.tools
Classes in javax.tools that implement Comparable Modifier and Type Class Description static class
Diagnostic.Kind
Kinds of diagnostics, for example, error or warning.static class
DocumentationTool.Location
Locations specific toDocumentationTool
.static class
JavaFileObject.Kind
Kinds of JavaFileObjects.class
StandardLocation
Standard locations of file objects. -
Uses of Comparable in javax.xml.bind.annotation
Classes in javax.xml.bind.annotation that implement Comparable Modifier and Type Class Description class
XmlAccessOrder
Used by XmlAccessorOrder to control the ordering of properties and fields in a JAXB bound class.class
XmlAccessType
Used by XmlAccessorType to control serialization of fields or properties.class
XmlNsForm
Enumeration of XML Schema namespace qualifications. -
Uses of Comparable in javax.xml.catalog
Classes in javax.xml.catalog that implement Comparable Modifier and Type Class Description static class
CatalogFeatures.Feature
A Feature type as defined in the Catalog Features table. -
Uses of Comparable in javax.xml.ws
Classes in javax.xml.ws that implement Comparable Modifier and Type Class Description static class
Service.Mode
The orientation of a dynamic client or service. -
Uses of Comparable in javax.xml.ws.handler
Classes in javax.xml.ws.handler that implement Comparable Modifier and Type Class Description static class
MessageContext.Scope
Property scope. -
Uses of Comparable in javax.xml.ws.soap
Classes in javax.xml.ws.soap that implement Comparable Modifier and Type Class Description static class
AddressingFeature.Responses
If addressing is enabled, this property determines if endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all. -
Uses of Comparable in javax.xml.xpath
Classes in javax.xml.xpath that implement Comparable Modifier and Type Class Description static class
XPathEvaluationResult.XPathResultType
XPathResultType represents possible return types of an XPath evaluation. -
Uses of Comparable in jdk.dynalink
Classes in jdk.dynalink that implement Comparable Modifier and Type Class Description class
StandardNamespace
An enumeration of standard namespaces defined by Dynalink.class
StandardOperation
Defines the standard dynamic operations. -
Uses of Comparable in jdk.dynalink.linker
Classes in jdk.dynalink.linker that implement Comparable Modifier and Type Class Description static class
ConversionComparator.Comparison
Enumeration of possible outcomes of comparing one conversion to another. -
Uses of Comparable in jdk.incubator.http
Classes in jdk.incubator.http that implement Comparable Modifier and Type Class Description static class
HttpClient.Redirect
Defines automatic redirection policy.static class
HttpClient.Version
The HTTP protocol version.static class
WebSocket.MessagePart
A marker used byWebSocket.Listener
for identifying partial messages. -
Uses of Comparable in jdk.javadoc.doclet
Classes in jdk.javadoc.doclet that implement Comparable Modifier and Type Class Description static class
Doclet.Option.Kind
The kind of an option.static class
DocletEnvironment.ModuleMode
static class
Taglet.Location
The kind of location in which a tag may be used. -
Uses of Comparable in jdk.jfr
Classes in jdk.jfr that implement Comparable Modifier and Type Class Description class
RecordingState
Indicates a state in the life cycle of a recording. -
Uses of Comparable in jdk.jshell
Classes in jdk.jshell that implement Comparable Modifier and Type Class Description static class
Snippet.Kind
Describes the general kind of snippet.static class
Snippet.Status
Describes the current state of a Snippet.static class
Snippet.SubKind
The detailed variety of a snippet.static class
SourceCodeAnalysis.Completeness
Describes the completeness of the given input. -
Uses of Comparable in jdk.management.resource
Classes in jdk.management.resource that implement Comparable Modifier and Type Class Description class
ResourceAccuracy
Deprecated, for removal: This API element is subject to removal in a future version.Resource Management is deprecated for removal with no replacement. -
Uses of Comparable in jdk.nashorn.api.tree
Classes in jdk.nashorn.api.tree that implement Comparable Modifier and Type Class Description static class
Diagnostic.Kind
Kinds of diagnostics, for example, error or warning.static class
Tree.Kind
Enumerates all kinds of trees. -
Uses of Comparable in jdk.net
Classes in jdk.net that implement Comparable Modifier and Type Class Description static class
SocketFlow.Status
Enumeration of the return values from the SO_FLOW_SLA socket option.
-