Uses of Class
com.helger.commons.annotation.MustImplementEqualsAndHashcode
-
-
Uses of MustImplementEqualsAndHashcode in com.helger.commons.error
Classes in com.helger.commons.error with annotations of type MustImplementEqualsAndHashcode Modifier and Type Interface Description interfaceIErrorCommon interface for single errors and resource errors. -
Uses of MustImplementEqualsAndHashcode in com.helger.commons.error.level
Classes in com.helger.commons.error.level with annotations of type MustImplementEqualsAndHashcode Modifier and Type Interface Description interfaceIErrorLevelInterface representing a single error level. -
Uses of MustImplementEqualsAndHashcode in com.helger.commons.error.list
Classes in com.helger.commons.error.list with annotations of type MustImplementEqualsAndHashcode Modifier and Type Interface Description interfaceIErrorListInterface for a list ofIErrorobjects. -
Uses of MustImplementEqualsAndHashcode in com.helger.commons.error.text
Classes in com.helger.commons.error.text with annotations of type MustImplementEqualsAndHashcode Modifier and Type Class Description classConstantHasErrorTextA constant implementation ofIHasErrorText.classDynamicHasErrorTextA implementation ofIHasErrorTextbased onIHasText.classDynamicHasErrorTextWithArgsA special implementation ofIHasErrorTextthat encapsulates arguments to be put into the message.interfaceIHasErrorTextBase interface for objects having an error text. -
Uses of MustImplementEqualsAndHashcode in com.helger.commons.id.factory
Classes in com.helger.commons.id.factory with annotations of type MustImplementEqualsAndHashcode Modifier and Type Interface Description interfaceIBaseIDFactoryBase marker interface for all ID factories.interfaceIIDFactory<IDTYPE>Interface for an object creating unique IDs.interfaceIIntIDFactoryInterface for an object creating unique int IDs.interfaceILongIDFactoryInterface for an object creating unique long IDs.interfaceIStringIDFactoryInterface for an object creating unique String IDs. -
Uses of MustImplementEqualsAndHashcode in com.helger.commons.io
Classes in com.helger.commons.io with annotations of type MustImplementEqualsAndHashcode Modifier and Type Class Description classByteArrayWrapperA straight forward implementation ofIHasByteArray -
Uses of MustImplementEqualsAndHashcode in com.helger.commons.io.resource
Classes in com.helger.commons.io.resource with annotations of type MustImplementEqualsAndHashcode Modifier and Type Interface Description interfaceIReadableResourceBase interface for an abstract readable resource.interfaceIReadWriteResourceBase interface for an abstract resource that is both readable and writable.interfaceIResourceBaseBase interface for an abstract readable resource.interfaceIWritableResourceBase interface for an abstract writable resource. -
Uses of MustImplementEqualsAndHashcode in com.helger.commons.io.resourceprovider
Classes in com.helger.commons.io.resourceprovider with annotations of type MustImplementEqualsAndHashcode Modifier and Type Interface Description interfaceIReadableResourceProviderResource provider interface for readable resources.interfaceIWritableResourceProviderResource provider interface for readable and writable resources. -
Uses of MustImplementEqualsAndHashcode in com.helger.commons.location
Classes in com.helger.commons.location with annotations of type MustImplementEqualsAndHashcode Modifier and Type Interface Description interfaceILocationInterface indication the position of something within a single resource -
Uses of MustImplementEqualsAndHashcode in com.helger.commons.mime
Classes in com.helger.commons.mime with annotations of type MustImplementEqualsAndHashcode Modifier and Type Interface Description interfaceIMimeTypeInterface for the structured representation of a single MIME type.classMimeTypeContentRepresent a single mapping from content bytes to anIMimeType. -
Uses of MustImplementEqualsAndHashcode in com.helger.commons.text
Classes in com.helger.commons.text with annotations of type MustImplementEqualsAndHashcode Modifier and Type Class Description classConstantHasTextAn implementation of theIHasTextinterface that always returns a constant string.classConstantHasTextWithArgsAn implementation of theIHasTextWithArgsinterface that always returns a constant string.interfaceIMultilingualTextRead-only interface for a multilingual text -
Uses of MustImplementEqualsAndHashcode in com.helger.commons.text.display
Classes in com.helger.commons.text.display with annotations of type MustImplementEqualsAndHashcode Modifier and Type Class Description classConstantHasDisplayTextAn implementation of theIHasDisplayTextinterface that always returns a constant string. -
Uses of MustImplementEqualsAndHashcode in com.helger.commons.text.resourcebundle
Classes in com.helger.commons.text.resourcebundle with annotations of type MustImplementEqualsAndHashcode Modifier and Type Class Description classResourceBundleTextProviderThis class encapsulates the resource bundle handling. -
Uses of MustImplementEqualsAndHashcode in com.helger.commons.url
Classes in com.helger.commons.url with annotations of type MustImplementEqualsAndHashcode Modifier and Type Interface Description interfaceIHasSimpleURLInterface for a simple URL provider.
Note: cannot be a functional interface because it requires equals and hashCode to be implemented!
-