public interface HashValue extends Serializable
TripleSetHashFunction.
It can be encoded to a String, and it can be decoded from a String.| Modifier and Type | Method and Description |
|---|---|
HashValue |
decodeFromString(String s)
Decode a
HashValue from the given String. |
String |
encodeToString()
Encode to String in order to easily store in a database.
|
String encodeToString()
Copyright © 2017–2019. All rights reserved.