| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Comparable | |
|---|---|
| java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. | 
| 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.management | Provides the management interface for monitoring and management of the Java virtual machine as well as the operating system on which the Java virtual machine is running. | 
| 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.security | Provides the classes and interfaces for the security framework. | 
| java.sql | Provides the API for accessing and processing data stored in a data source (usually a relational database) using the JavaTM programming language. | 
| java.text | Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages. | 
| java.util | Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). | 
| java.util.concurrent | Utility classes commonly useful in concurrent programming. | 
| 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.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.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.text | Provides classes and interfaces that deal with editable and noneditable text components. | 
| javax.swing.text.html | Provides the class HTMLEditorKitand 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.ws | This package contains the core JAX-WS APIs. | 
| javax.xml.ws.handler | This package defines APIs for message handlers. | 
| Uses of Comparable in java.awt | 
|---|
| Classes in java.awt that implement Comparable | |
|---|---|
| static class | Component.BaselineResizeBehaviorEnumeration of the common ways the baseline of a component can change as the size changes. | 
| static class | Desktop.ActionRepresents an action type. | 
| static class | Dialog.ModalExclusionTypeAny top-level window can be marked not to be blocked by modal dialogs. | 
| static class | Dialog.ModalityTypeModal dialogs block all input to some top-level windows. | 
| static class | MultipleGradientPaint.ColorSpaceTypeThe color space in which to perform the gradient interpolation. | 
| static class | MultipleGradientPaint.CycleMethodThe method to use when painting outside the gradient bounds. | 
| static class | TrayIcon.MessageTypeThe 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. | 
| Uses of Comparable in java.io | 
|---|
| Classes in java.io that implement Comparable | |
|---|---|
|  class | FileAn abstract representation of file and directory pathnames. | 
|  class | ObjectStreamFieldA description of a Serializable field from a Serializable class. | 
| Uses of Comparable in java.lang | 
|---|
| Classes in java.lang that implement Comparable | |
|---|---|
|  class | BooleanThe Boolean class wraps a value of the primitive type booleanin an object. | 
|  class | ByteThe Byteclass wraps a value of primitive typebytein an object. | 
|  class | CharacterThe Characterclass wraps a value of the primitive
 typecharin an object. | 
|  class | DoubleThe Doubleclass wraps a value of the primitive typedoublein an object. | 
|  class | Enum<E extends Enum<E>>This is the common base class of all Java language enumeration types. | 
|  class | FloatThe Floatclass wraps a value of primitive typefloatin an object. | 
|  class | IntegerThe Integerclass wraps a value of the primitive typeintin an object. | 
|  class | LongThe Longclass wraps a value of the primitive typelongin an object. | 
|  class | ShortThe Shortclass wraps a value of primitive typeshortin an object. | 
|  class | StringThe Stringclass represents character strings. | 
| static class | Thread.StateA thread state. | 
| Uses of Comparable in java.lang.annotation | 
|---|
| Classes in java.lang.annotation that implement Comparable | |
|---|---|
|  class | ElementTypeA program element type. | 
|  class | RetentionPolicyAnnotation retention policy. | 
| Uses of Comparable in java.lang.management | 
|---|
| Classes in java.lang.management that implement Comparable | |
|---|---|
|  class | MemoryTypeTypes of memory pools. | 
| Uses of Comparable in java.math | 
|---|
| Classes in java.math that implement Comparable | |
|---|---|
|  class | BigDecimalImmutable, arbitrary-precision signed decimal numbers. | 
|  class | BigIntegerImmutable arbitrary-precision integers. | 
|  class | RoundingModeSpecifies a rounding behavior for numerical operations capable of discarding precision. | 
| Uses of Comparable in java.net | 
|---|
| Classes in java.net that implement Comparable | |
|---|---|
| static class | Authenticator.RequestorTypeThe type of the entity requesting authentication. | 
| static class | Proxy.TypeRepresents the proxy type. | 
|  class | URIRepresents a Uniform Resource Identifier (URI) reference. | 
| Uses of Comparable in java.nio | 
|---|
| Classes in java.nio that implement Comparable | |
|---|---|
|  class | ByteBufferA byte buffer. | 
|  class | CharBufferA character buffer. | 
|  class | DoubleBufferA double buffer. | 
|  class | FloatBufferA float buffer. | 
|  class | IntBufferAn int buffer. | 
|  class | LongBufferA long buffer. | 
|  class | MappedByteBufferA direct byte buffer whose content is a memory-mapped region of a file. | 
|  class | ShortBufferA short buffer. | 
| Uses of Comparable in java.nio.charset | 
|---|
| Classes in java.nio.charset that implement Comparable | |
|---|---|
|  class | CharsetA named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes. | 
| Uses of Comparable in java.security | 
|---|
| Classes in java.security that implement Comparable | |
|---|---|
| static class | KeyRep.TypeKey type. | 
| Uses of Comparable in java.sql | 
|---|
| Classes in java.sql that implement Comparable | |
|---|---|
|  class | ClientInfoStatusEnumeration for status of the reason that a property could not be set via a call to Connection.setClientInfo | 
|  class | RowIdLifetimeEnumeration for RowId life-time values. | 
|  class | TimeA thin wrapper around the java.util.Dateclass that allows the JDBC
 API to identify this as an SQLTIMEvalue. | 
|  class | TimestampA thin wrapper around java.util.Datethat allows
 the JDBC API to identify this as an SQLTIMESTAMPvalue. | 
| Uses of Comparable in java.text | 
|---|
| Classes in java.text that implement Comparable | |
|---|---|
|  class | CollationKeyA CollationKeyrepresents aStringunder the
 rules of a specificCollatorobject. | 
| static class | Normalizer.FormThis 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.util | 
|---|
| Classes in java.util that implement Comparable | |
|---|---|
|  class | CalendarThe Calendarclass is an abstract class that provides methods
 for converting between a specific instant in time and a set ofcalendar fieldssuch 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 | DateThe class Daterepresents a specific instant
 in time, with millisecond precision. | 
| static class | Formatter.BigDecimalLayoutForm | 
|  class | GregorianCalendarGregorianCalendaris a concrete subclass ofCalendarand provides the standard calendar system
 used by most of the world. | 
|  class | UUIDA class that represents an immutable universally unique identifier (UUID). | 
| Methods in java.util with type parameters of type Comparable | ||
|---|---|---|
| static
 | Collections.max(Collection<? extends T> coll)Returns the maximum element of the given collection, according to the natural ordering of its elements. | |
| static
 | Collections.min(Collection<? extends T> coll)Returns the minimum element of the given collection, according to the natural ordering of its elements. | |
| static
 | Collections.sort(List<T> list)Sorts the specified list into ascending order, according to the natural ordering of its elements. | |
| Method parameters in java.util with type arguments of type Comparable | ||
|---|---|---|
| static
 | 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 | |
|---|---|
|  interface | DelayedA mix-in style interface for marking objects that should be acted upon after a given delay. | 
|  interface | RunnableScheduledFuture<V>A ScheduledFuturethat isRunnable. | 
|  interface | ScheduledFuture<V>A delayed result-bearing action that can be cancelled. | 
| Classes in java.util.concurrent that implement Comparable | |
|---|---|
|  class | TimeUnitA TimeUnit 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 javax.annotation | 
|---|
| Classes in javax.annotation that implement Comparable | |
|---|---|
| static class | Resource.AuthenticationTypeThe 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 | ||
|---|---|---|
| protected 
 | IIOMetadataFormatImpl.addObjectValue(String elementName,
               Class<T> classType,
               T defaultValue,
               Comparable<? super T> minValue,
               Comparable<? super T> maxValue,
               boolean minInclusive,
               boolean maxInclusive)Allows an Objectreference of a given class type
 to be stored in nodes implementing the named element. | |
| Methods in javax.imageio.metadata that return Comparable | |
|---|---|
|  Comparable<?> | IIOMetadataFormatImpl.getObjectMaxValue(String elementName) | 
|  Comparable<?> | IIOMetadataFormat.getObjectMaxValue(String elementName)Returns the maximum legal value for the Objectreference within the named element. | 
|  Comparable<?> | IIOMetadataFormatImpl.getObjectMinValue(String elementName) | 
|  Comparable<?> | IIOMetadataFormat.getObjectMinValue(String elementName)Returns the minimum legal value for the Objectreference within the named element. | 
| Methods in javax.imageio.metadata with parameters of type Comparable | ||
|---|---|---|
| protected 
 | IIOMetadataFormatImpl.addObjectValue(String elementName,
               Class<T> classType,
               T defaultValue,
               Comparable<? super T> minValue,
               Comparable<? super T> maxValue,
               boolean minInclusive,
               boolean maxInclusive)Allows an Objectreference of a given class type
 to be stored in nodes implementing the named element. | |
| protected 
 | IIOMetadataFormatImpl.addObjectValue(String elementName,
               Class<T> classType,
               T defaultValue,
               Comparable<? super T> minValue,
               Comparable<? super T> maxValue,
               boolean minInclusive,
               boolean maxInclusive)Allows an Objectreference 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 | |
|---|---|
| static class | WebParam.ModeThe direction in which the parameter flows | 
| Uses of Comparable in javax.jws.soap | 
|---|
| Classes in javax.jws.soap that implement Comparable | |
|---|---|
| static class | SOAPBinding.ParameterStyleThe style of mapping parameters onto SOAP messages | 
| static class | SOAPBinding.StyleThe SOAP binding style | 
| static class | SOAPBinding.UseThe SOAP binding use | 
| Uses of Comparable in javax.lang.model | 
|---|
| Classes in javax.lang.model that implement Comparable | |
|---|---|
|  class | SourceVersionSource versions of the Java™ programming language. | 
| Uses of Comparable in javax.lang.model.element | 
|---|
| Classes in javax.lang.model.element that implement Comparable | |
|---|---|
|  class | ElementKindThe kindof an element. | 
|  class | ModifierRepresents a modifier on a program element such as a class, method, or field. | 
|  class | NestingKindThe nesting kind of a type element. | 
| Uses of Comparable in javax.lang.model.type | 
|---|
| Classes in javax.lang.model.type that implement Comparable | |
|---|---|
|  class | TypeKindThe kind of a type mirror. | 
| Uses of Comparable in javax.management | 
|---|
| Classes in javax.management that implement Comparable | |
|---|---|
|  class | ObjectNameRepresents 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 | |
|---|---|
|  Comparable<?> | OpenMBeanAttributeInfoSupport.getMaxValue()Returns the maximal value for the attribute described by this OpenMBeanAttributeInfoSupportinstance, if specified,
 ornullotherwise. | 
|  Comparable<?> | OpenMBeanParameterInfoSupport.getMaxValue()Returns the maximal value for the parameter described by this OpenMBeanParameterInfoSupportinstance, if specified,
 ornullotherwise. | 
|  Comparable<?> | OpenMBeanParameterInfo.getMaxValue()Returns the maximal value for this parameter, if it has one, or null otherwise. | 
|  Comparable<?> | OpenMBeanAttributeInfoSupport.getMinValue()Returns the minimal value for the attribute described by this OpenMBeanAttributeInfoSupportinstance, if specified,
 ornullotherwise. | 
|  Comparable<?> | OpenMBeanParameterInfoSupport.getMinValue()Returns the minimal value for the parameter described by this OpenMBeanParameterInfoSupportinstance, if specified,
 ornullotherwise. | 
|  Comparable<?> | OpenMBeanParameterInfo.getMinValue()Returns the minimal value for this parameter, if it has one, or null otherwise. | 
| Constructors in javax.management.openmbean with parameters of type Comparable | |
|---|---|
| OpenMBeanAttributeInfoSupport(String name,
                              String description,
                              OpenType<T> openType,
                              boolean isReadable,
                              boolean isWritable,
                              boolean isIs,
                              T defaultValue,
                              Comparable<T> minValue,
                              Comparable<T> maxValue)Constructs an OpenMBeanAttributeInfoSupportinstance,
 which describes the attribute of an open MBean, with the
 specifiedname,openType,description,defaultValue,minValueandmaxValue. | |
| OpenMBeanAttributeInfoSupport(String name,
                              String description,
                              OpenType<T> openType,
                              boolean isReadable,
                              boolean isWritable,
                              boolean isIs,
                              T defaultValue,
                              Comparable<T> minValue,
                              Comparable<T> maxValue)Constructs an OpenMBeanAttributeInfoSupportinstance,
 which describes the attribute of an open MBean, with the
 specifiedname,openType,description,defaultValue,minValueandmaxValue. | |
| OpenMBeanParameterInfoSupport(String name,
                              String description,
                              OpenType<T> openType,
                              T defaultValue,
                              Comparable<T> minValue,
                              Comparable<T> maxValue)Constructs an OpenMBeanParameterInfoSupportinstance,
 which describes the parameter used in one or more operations or
 constructors of a class of open MBeans, with the specifiedname,openType,description,defaultValue,minValueandmaxValue. | |
| OpenMBeanParameterInfoSupport(String name,
                              String description,
                              OpenType<T> openType,
                              T defaultValue,
                              Comparable<T> minValue,
                              Comparable<T> maxValue)Constructs an OpenMBeanParameterInfoSupportinstance,
 which describes the parameter used in one or more operations or
 constructors of a class of open MBeans, with the specifiedname,openType,description,defaultValue,minValueandmaxValue. | |
| Uses of Comparable in javax.naming | 
|---|
| Subinterfaces of Comparable in javax.naming | |
|---|---|
|  interface | NameThe Name interface represents a generic name -- an ordered sequence of components. | 
| Classes in javax.naming that implement Comparable | |
|---|---|
|  class | CompositeNameThis class represents a composite name -- a sequence of component names spanning multiple namespaces. | 
|  class | CompoundNameThis 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 | |
|---|---|
|  class | LdapNameThis class represents a distinguished name as specified by RFC 2253. | 
|  class | RdnThis 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 | |
|---|---|
| static class | SSLEngineResult.HandshakeStatusAn SSLEngineResultenum describing the current
 handshaking state of thisSSLEngine. | 
| static class | SSLEngineResult.StatusAn SSLEngineResultenum describing the overall result
 of theSSLEngineoperation. | 
| Uses of Comparable in javax.swing | 
|---|
| Classes in javax.swing that implement Comparable | |
|---|---|
|  class | DropModeDrop modes, used to determine the method by which a component tracks and indicates a drop location during drag and drop. | 
| static class | GroupLayout.AlignmentEnumeration of the possible ways ParallelGroupcan align
 its children. | 
| static class | JTable.PrintModePrinting modes, used in printing JTables. | 
| static class | LayoutStyle.ComponentPlacementComponentPlacementis an enumeration of the
 possible ways two components can be placed relative to each
 other. | 
| static class | RowFilter.ComparisonTypeEnumeration of the possible comparison values supported by some of the default RowFilters. | 
|  class | SortOrderSortOrder is an enumeration of the possible sort orderings. | 
| static class | SwingWorker.StateValueValues for the statebound property. | 
| Methods in javax.swing that return Comparable | |
|---|---|
|  Comparable | SpinnerDateModel.getEnd()Returns the last Datein the sequence. | 
|  Comparable | SpinnerNumberModel.getMaximum()Returns the last number in the sequence. | 
|  Comparable | SpinnerNumberModel.getMinimum()Returns the first number in this sequence. | 
|  Comparable | SpinnerDateModel.getStart()Returns the first Datein the sequence. | 
| Methods in javax.swing with parameters of type Comparable | |
|---|---|
|  void | SpinnerDateModel.setEnd(Comparable end)Changes the upper limit for Dates 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 start)Changes the lower limit for Dates in this sequence. | 
| Constructors in javax.swing with parameters of type Comparable | |
|---|---|
| SpinnerDateModel(Date value,
                 Comparable start,
                 Comparable end,
                 int calendarField)Creates a SpinnerDateModelthat represents a sequence of dates
 betweenstartandend. | |
| SpinnerDateModel(Date value,
                 Comparable start,
                 Comparable end,
                 int calendarField)Creates a SpinnerDateModelthat represents a sequence of dates
 betweenstartandend. | |
| SpinnerNumberModel(Number value,
                   Comparable minimum,
                   Comparable maximum,
                   Number stepSize)Constructs a SpinnerModelthat represents
 a closed sequence of 
 numbers fromminimumtomaximum. | |
| SpinnerNumberModel(Number value,
                   Comparable minimum,
                   Comparable maximum,
                   Number stepSize)Constructs a SpinnerModelthat represents
 a closed sequence of 
 numbers fromminimumtomaximum. | |
| Uses of Comparable in javax.swing.event | 
|---|
| Classes in javax.swing.event that implement Comparable | |
|---|---|
| static class | RowSorterEvent.TypeEnumeration of the types of RowSorterEvents. | 
| Uses of Comparable in javax.swing.text | 
|---|
| Methods in javax.swing.text that return Comparable | |
|---|---|
|  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 | |
|---|---|
|  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 | |
|---|---|
| static class | FormSubmitEvent.MethodTypeRepresents an HTML form method type. | 
| Uses of Comparable in javax.tools | 
|---|
| Classes in javax.tools that implement Comparable | |
|---|---|
| static class | Diagnostic.KindKinds of diagnostics, for example, error or warning. | 
| static class | JavaFileObject.KindKinds of JavaFileObjects. | 
|  class | StandardLocationStandard locations of file objects. | 
| Uses of Comparable in javax.xml.bind.annotation | 
|---|
| Classes in javax.xml.bind.annotation that implement Comparable | |
|---|---|
|  class | XmlAccessOrderUsed by XmlAccessorOrder to control the ordering of properties and fields in a JAXB bound class. | 
|  class | XmlAccessTypeUsed by XmlAccessorType to control serialization of fields or properties. | 
|  class | XmlNsFormEnumeration of XML Schema namespace qualifications. | 
| Uses of Comparable in javax.xml.ws | 
|---|
| Classes in javax.xml.ws that implement Comparable | |
|---|---|
| static class | Service.ModeThe orientation of a dynamic client or service. | 
| Uses of Comparable in javax.xml.ws.handler | 
|---|
| Classes in javax.xml.ws.handler that implement Comparable | |
|---|---|
| static class | MessageContext.ScopeProperty scope. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.