Uses of Annotation Type
com.helger.commons.annotation.MustImplementEqualsAndHashcode
Packages that use MustImplementEqualsAndHashcode
Package
Description
-
Uses of MustImplementEqualsAndHashcode in com.helger.commons.error
Classes in com.helger.commons.error with annotations of type MustImplementEqualsAndHashcodeModifier and TypeInterfaceDescriptioninterfaceCommon 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 MustImplementEqualsAndHashcodeModifier and TypeInterfaceDescriptioninterfaceInterface 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 -
Uses of MustImplementEqualsAndHashcode in com.helger.commons.error.text
Classes in com.helger.commons.error.text with annotations of type MustImplementEqualsAndHashcodeModifier and TypeClassDescriptionclassA constant implementation ofIHasErrorText.classA implementation ofIHasErrorTextbased onIHasText.classA special implementation ofIHasErrorTextthat encapsulates arguments to be put into the message.interfaceBase 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 MustImplementEqualsAndHashcodeModifier and TypeInterfaceDescriptioninterfaceBase marker interface for all ID factories.interfaceIIDFactory<IDTYPE>Interface for an object creating unique IDs.interfaceInterface for an object creating unique int IDs.interfaceInterface for an object creating unique long IDs.interfaceInterface 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 -
Uses of MustImplementEqualsAndHashcode in com.helger.commons.io.resource
Classes in com.helger.commons.io.resource with annotations of type MustImplementEqualsAndHashcodeModifier and TypeInterfaceDescriptioninterfaceBase interface for an abstract readable resource.interfaceBase interface for an abstract resource that is both readable and writable.interfaceBase interface for an abstract readable resource.interfaceBase 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 MustImplementEqualsAndHashcodeModifier and TypeInterfaceDescriptioninterfaceResource provider interface for readable resources.interfaceResource 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 MustImplementEqualsAndHashcodeModifier and TypeInterfaceDescriptioninterfaceInterface 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 MustImplementEqualsAndHashcodeModifier and TypeInterfaceDescriptioninterfaceInterface for the structured representation of a single MIME type.classRepresent 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 MustImplementEqualsAndHashcodeModifier and TypeClassDescriptionclassAn implementation of theIHasTextinterface that always returns a constant string.classAn implementation of theIHasTextWithArgsinterface that always returns a constant string.interfaceRead-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 MustImplementEqualsAndHashcodeModifier and TypeClassDescriptionclassAn 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 MustImplementEqualsAndHashcodeModifier and TypeClassDescriptionclassThis class encapsulates the resource bundle handling. -
Uses of MustImplementEqualsAndHashcode in com.helger.commons.url
Classes in com.helger.commons.url with annotations of type MustImplementEqualsAndHashcodeModifier and TypeInterfaceDescriptioninterfaceInterface for a simple URL provider.
Note: cannot be a functional interface because it requires equals and hashCode to be implemented!