Uses of Interface
java.lang.Comparable
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| dalvik.annotation | |
| java.io | |
| java.lang | |
| java.lang.annotation | |
| java.math | |
| java.net | |
| java.nio | |
| java.nio.charset | |
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.sql | |
| java.text | |
| java.util | |
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| libcore.icu | |
| org.apache.harmony.security.x509.tsp | |
| org.apache.http.conn.routing |
The client-side route representation and tracking API, part of HttpConn.
|
| org.conscrypt | |
| org.robovm.rt.bro |
-
Uses of Comparable in com.squareup.okhttp
Classes in com.squareup.okhttp that implement Comparable Modifier and Type Class Description classResponseSourceThe source of an HTTP response. -
Uses of Comparable in dalvik.annotation
Classes in dalvik.annotation that implement Comparable Modifier and Type Class Description classTestLevelDefines an enumeration of possible states a test case can be in. -
Uses of Comparable in java.io
Classes in java.io that implement Comparable Modifier and Type Class Description classFileAn "abstract" representation of a file system entity identified by a pathname.classObjectStreamFieldDescribes a field for the purpose of serialization. -
Uses of Comparable in java.lang
Classes in java.lang that implement Comparable Modifier and Type Class Description classBooleanThe wrapper for the primitive typeboolean.classByteThe wrapper for the primitive typebyte.classCharacterThe wrapper for the primitive typechar.classDoubleThe wrapper for the primitive typedouble.classEnum<E extends Enum<E>>The superclass of all enumerated types.classFloatThe wrapper for the primitive typefloat.classIntegerThe wrapper for the primitive typeint.classLongThe wrapper for the primitive typelong.classShortThe wrapper for the primitive typeshort.classStringAn immutable sequence of characters/code units (chars).static classThread.StateA representation of a thread's state. -
Uses of Comparable in java.lang.annotation
Classes in java.lang.annotation that implement Comparable Modifier and Type Class Description classElementTypeDefines an enumeration for Java program elements.classRetentionPolicyDefines an enumeration for annotation retention policies. -
Uses of Comparable in java.math
Classes in java.math that implement Comparable Modifier and Type Class Description classBigDecimalAn immutable arbitrary-precision signed decimal.classBigIntegerAn immutable arbitrary-precision signed integer.classRoundingModeSpecifies the rounding behavior for operations whose results cannot be represented exactly. -
Uses of Comparable in java.net
Classes in java.net that implement Comparable Modifier and Type Class Description static classAuthenticator.RequestorTypeEnumeration class for the origin of the authentication request.static classProxy.TypeEnumclass for the proxy type.classURIA Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC 2396. -
Uses of Comparable in java.nio
Classes in java.nio that implement Comparable Modifier and Type Class Description classByteBufferA buffer for bytes.classCharBufferA buffer of chars.classDoubleBufferA buffer of doubles.classFloatBufferA buffer of floats.classIntBufferA buffer of ints.classLongBufferA buffer of longs.classMappedByteBufferMappedByteBufferis a special kind of direct byte buffer which maps a region of file to memory.classShortBufferA buffer of shorts. -
Uses of Comparable in java.nio.charset
Classes in java.nio.charset that implement Comparable Modifier and Type Class Description classCharsetA charset is a named mapping between Unicode characters and byte sequences. -
Uses of Comparable in java.security
Classes in java.security that implement Comparable Modifier and Type Class Description static classKeyRep.TypeTypeenumerates the supported key types. -
Uses of Comparable in java.sql
Classes in java.sql that implement Comparable Modifier and Type Class Description classClientInfoStatusAn enumeration to describe the reason why a property cannot be set by calling Connection.setClientInfo.classDateA class which can consume and produce dates in SQLDateformat.classRowIdLifetimeAn enumeration to describe the life-time of RowID.classTimeJava representation of an SQLTIMEvalue.classTimestampA Java representation of the SQLTIMESTAMPtype. -
Uses of Comparable in java.text
Classes in java.text that implement Comparable Modifier and Type Class Description classCollationKeyRepresents a string under the rules of a specificCollatorobject.static classNormalizer.FormThe normalization forms supported by the Normalizer. -
Uses of Comparable in java.util
Classes in java.util that implement Comparable Modifier and Type Class Description classCalendarCalendaris an abstract base class for converting between aDateobject and a set of integer fields such asYEAR,MONTH,DAY,HOUR, and so on.classDateA specific moment in time, with millisecond precision.static classFormatter.BigDecimalLayoutFormThe enumeration giving the available styles for formatting very large decimal numbers.classGregorianCalendarGregorianCalendaris a concrete subclass ofCalendarand provides the standard calendar used by most of the world.classUUIDUUID is an immutable representation of a 128-bit universally unique identifier (UUID).Methods in java.util with type parameters of type Comparable Modifier and Type Method Description static <T extends Object & Comparable<? super T>>
TCollections. max(Collection<? extends T> collection)Searches the specified collection for the maximum element.static <T extends Object & Comparable<? super T>>
TCollections. min(Collection<? extends T> collection)Searches the specified collection for the minimum element.static <T extends Comparable<? super T>>
voidCollections. sort(List<T> list)Sorts the given list in ascending natural order.Method parameters in java.util with type arguments of type Comparable Modifier and Type Method Description static <T> intCollections. binarySearch(List<? extends Comparable<? super T>> list, T object)Performs a binary search for the specified element in the specified sorted list. -
Uses of Comparable in java.util.concurrent
Subinterfaces of Comparable in java.util.concurrent Modifier and Type Interface Description interfaceDelayedA mix-in style interface for marking objects that should be acted upon after a given delay.interfaceRunnableScheduledFuture<V>AScheduledFuturethat isRunnable.interfaceScheduledFuture<V>A delayed result-bearing action that can be cancelled.Classes in java.util.concurrent that implement Comparable Modifier and Type Class Description classTimeUnitATimeUnitrepresents 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 javax.net.ssl
Classes in javax.net.ssl that implement Comparable Modifier and Type Class Description static classSSLEngineResult.HandshakeStatusTheenumdescribing the state of the current handshake.static classSSLEngineResult.StatusTheenumdescribing the result of theSSLEngineoperation. -
Uses of Comparable in libcore.icu
Classes in libcore.icu that implement Comparable Modifier and Type Class Description classCollationKeyICUA concrete implementation of the abstract java.text.CollationKey. -
Uses of Comparable in org.apache.harmony.security.x509.tsp
Classes in org.apache.harmony.security.x509.tsp that implement Comparable Modifier and Type Class Description classPKIFailureInfoCorresponds to PKIFailureInfo structure.classPKIStatusCorresponds to PKIStatus structure. -
Uses of Comparable in org.apache.http.conn.routing
Classes in org.apache.http.conn.routing that implement Comparable Modifier and Type Class Description static classRouteInfo.LayerTypeThe layering type of a route.static classRouteInfo.TunnelTypeThe tunnelling type of a route. -
Uses of Comparable in org.conscrypt
Classes in org.conscrypt that implement Comparable Modifier and Type Class Description protected static classOpenSSLCipher.ModeModes that a block cipher may support.protected static classOpenSSLCipher.PaddingPaddings that a block cipher may support. -
Uses of Comparable in org.robovm.rt.bro
Classes in org.robovm.rt.bro that implement Comparable Modifier and Type Class Description classBits<T extends Bits<T>>