Package com.io7m.coffeepick.runtime
Interface RuntimeHashType
-
- All Known Implementing Classes:
RuntimeHash
@Immutable public interface RuntimeHashTypeA hash value.
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.regex.PatternALGORITHM_PATTERNA pattern that describes a valid algorithm value.static java.util.regex.PatternHASH_PATTERNA pattern that describes a valid hash value.
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.Stringalgorithm()default voidcheckPreconditions()Check preconditions for the type.java.lang.Stringvalue()
-