Uses of Interface
com.helger.commons.compare.IComparable
Packages that use IComparable
Package
Description
-
Uses of IComparable in com.helger.commons.mime
Classes in com.helger.commons.mime that implement IComparableModifier and TypeClassDescriptionclassRepresents 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.mutableModifier and TypeInterfaceDescriptioninterfaceIMutableInteger<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 IComparableModifier and TypeClassDescriptionclassAbstractMutableInteger<IMPLTYPE extends AbstractMutableInteger<IMPLTYPE>>Base implementation class forIMutableIntegertransitively extendingNumberclass.classAbstractMutableNumeric<IMPLTYPE extends AbstractMutableNumeric<IMPLTYPE>>Base implementation class forIMutableNumericextendingNumberclass.classObject wrapper around aBigDecimalso that it can be passed a final object but is mutable.classObject wrapper around aBigIntegerso that it can be passed a final object but is mutable.classObject wrapper around a boolean so that it can be passed a final object but is mutable.classObject wrapper around a byte so that it can be passed a final object but is mutable.classObject wrapper around a char so that it can be passed a final object but is mutable.classObject wrapper around a double so that it can be passed a final object but is mutable.classObject wrapper around a float so that it can be passed a final object but is mutable.classObject wrapper around an int so that it can be passed a final object but is mutable.classObject wrapper around a long so that it can be passed a final object but is mutable.classObject 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 -
Uses of IComparable in com.helger.commons.type
Classes in com.helger.commons.type that implement IComparableModifier and TypeClassDescriptionclassThis 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 IComparableModifier and TypeClassDescriptionclassThis class represents a single version object.final classThis class represents a range of versions.