Uses of Interface
com.helger.commons.lang.IAppendable
Packages that use IAppendable
-
Uses of IAppendable in com.helger.commons.hashcode
Subinterfaces of IAppendable in com.helger.commons.hashcodeModifier and TypeInterfaceDescriptioninterfaceBase interface for hash code generators.Classes in com.helger.commons.hashcode that implement IAppendableModifier and TypeClassDescriptionfinal classA small hash code creation class based on the article found in the net. -
Uses of IAppendable in com.helger.commons.lang
Classes in com.helger.commons.lang with type parameters of type IAppendableModifier and TypeInterfaceDescriptioninterfaceIAppendable<IMPLTYPE extends IAppendable<IMPLTYPE>>Defines a generic interface for appending objects to something.