Uses of Interface
com.helger.commons.lang.IAppendable
-
Packages that use IAppendable Package Description com.helger.commons.hashcode com.helger.commons.lang -
-
Uses of IAppendable in com.helger.commons.hashcode
Subinterfaces of IAppendable in com.helger.commons.hashcode Modifier and Type Interface Description interfaceIHashCodeGeneratorBase interface for hash code generators.Classes in com.helger.commons.hashcode that implement IAppendable Modifier and Type Class Description classHashCodeGeneratorA 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 IAppendable Modifier and Type Interface Description interfaceIAppendable<IMPLTYPE extends IAppendable<IMPLTYPE>>Defines a generic interface for appending objects to something.
-