Uses of Interface
com.helger.commons.compare.IComparable
-
Packages that use IComparable Package Description com.helger.commons.mime com.helger.commons.mutable com.helger.commons.text.codepoint com.helger.commons.type com.helger.commons.version -
-
Uses of IComparable in com.helger.commons.mime
Classes in com.helger.commons.mime that implement IComparable Modifier and Type Class Description classMimeTypeRepresents a single MIME type as the combination of the content type and the sub-type and parameters. -
Uses of IComparable in com.helger.commons.mutable
Subinterfaces of IComparable in com.helger.commons.mutable Modifier and Type Interface Description interfaceIMutableInteger<IMPLTYPE extends IMutableInteger<IMPLTYPE>>Base interface for mutable numeric valuesinterfaceIMutableNumeric<IMPLTYPE extends IMutableNumeric<IMPLTYPE>>Base interface for mutable numeric valuesinterfaceIMutableObject<IMPLTYPE extends IMutableObject<IMPLTYPE>>Base interface for all mutable objectsClasses in com.helger.commons.mutable that implement IComparable Modifier and Type Class Description classAbstractMutableInteger<IMPLTYPE extends AbstractMutableInteger<IMPLTYPE>>Base implementation class forIMutableIntegertransitively extendingNumberclass.classAbstractMutableNumeric<IMPLTYPE extends AbstractMutableNumeric<IMPLTYPE>>Base implementation class forIMutableNumericextendingNumberclass.classMutableBigDecimalObject wrapper around aBigDecimalso that it can be passed a final object but is mutable.classMutableBigIntegerObject wrapper around aBigIntegerso that it can be passed a final object but is mutable.classMutableBooleanObject wrapper around a boolean so that it can be passed a final object but is mutable.classMutableByteObject wrapper around a byte so that it can be passed a final object but is mutable.classMutableCharObject wrapper around a char so that it can be passed a final object but is mutable.classMutableDoubleObject wrapper around a double so that it can be passed a final object but is mutable.classMutableFloatObject wrapper around a float so that it can be passed a final object but is mutable.classMutableIntObject wrapper around an int so that it can be passed a final object but is mutable.classMutableLongObject wrapper around a long so that it can be passed a final object but is mutable.classMutableShortObject wrapper around a short so that it can be passed a final object but is mutable. -
Uses of IComparable in com.helger.commons.text.codepoint
Classes in com.helger.commons.text.codepoint that implement IComparable Modifier and Type Class Description classCodepointRepresents a single Unicode Codepoint -
Uses of IComparable in com.helger.commons.type
Classes in com.helger.commons.type that implement IComparable Modifier and Type Class Description classObjectTypeThis class encapsulates an internal object type.
Note: it is not based on an interface, because this may lead to difficulties comparing different object type implementations of the same interface. -
Uses of IComparable in com.helger.commons.version
Classes in com.helger.commons.version that implement IComparable Modifier and Type Class Description classVersionThis class represents a single version object.classVersionRangeThis class represents a range of versions.
-