public class HashConverter_v1_21_5 extends java.lang.Object implements DataConverter<HashCode>
| Modifier and Type | Field and Description |
|---|---|
static HashConverter_v1_21_5 |
CRC32C |
| Constructor and Description |
|---|
HashConverter_v1_21_5(HashFunction hashFunction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertFrom, convertList, convertMap, fork, forkIfDefault, mergeList, mergeMap, mergeMap, toCodeccurrentConsumer, setCurrentConsumerpublic static final HashConverter_v1_21_5 CRC32C
public HashConverter_v1_21_5(HashFunction hashFunction)
public <N> N convertTo(DataConverter<N> converter, @Nullable HashCode element)
convertTo in interface DataConverter<HashCode>public HashCode empty()
empty in interface DataConverter<HashCode>public HashCode emptyList()
emptyList in interface DataConverter<HashCode>public HashCode emptyMap()
emptyMap in interface DataConverter<HashCode>public HashCode createBoolean(boolean value)
createBoolean in interface DataConverter<HashCode>public HashCode createByte(byte value)
createByte in interface DataConverter<HashCode>public HashCode createShort(short value)
createShort in interface DataConverter<HashCode>public HashCode createInt(int value)
createInt in interface DataConverter<HashCode>public HashCode createLong(long value)
createLong in interface DataConverter<HashCode>public HashCode createFloat(float value)
createFloat in interface DataConverter<HashCode>public HashCode createDouble(double value)
createDouble in interface DataConverter<HashCode>public HashCode createString(java.lang.String value)
createString in interface DataConverter<HashCode>public HashCode createNumber(java.lang.Number number)
createNumber in interface DataConverter<HashCode>public HashCode createList(java.util.List<HashCode> values)
createList in interface DataConverter<HashCode>public Result<HashCode> mergeList(@Nullable HashCode list, java.util.List<HashCode> values)
mergeList in interface DataConverter<HashCode>public HashCode createByteArray(byte[] value)
createByteArray in interface DataConverter<HashCode>public HashCode createIntArray(int[] value)
createIntArray in interface DataConverter<HashCode>public HashCode createLongArray(long[] value)
createLongArray in interface DataConverter<HashCode>public HashCode createUnsafeMap(java.util.Map<HashCode,HashCode> values)
createUnsafeMap in interface DataConverter<HashCode>public Result<HashCode> createMergedMap(java.util.Map<HashCode,HashCode> values)
createMergedMap in interface DataConverter<HashCode>public Result<HashCode> mergeMap(@Nullable HashCode map, java.util.Map<HashCode,HashCode> values)
mergeMap in interface DataConverter<HashCode>public Result<java.lang.Boolean> asBoolean(HashCode element)
asBoolean in interface DataConverter<HashCode>public Result<java.lang.Number> asNumber(HashCode element)
asNumber in interface DataConverter<HashCode>public Result<java.lang.String> asString(HashCode element)
asString in interface DataConverter<HashCode>public Result<java.util.List<HashCode>> asList(HashCode element)
asList in interface DataConverter<HashCode>public Result<java.util.Map<HashCode,HashCode>> asMap(HashCode element)
asMap in interface DataConverter<HashCode>public Result<java.util.Map<java.lang.String,HashCode>> asStringTypeMap(HashCode element)
asStringTypeMap in interface DataConverter<HashCode>public Result<byte[]> asByteArray(HashCode element)
asByteArray in interface DataConverter<HashCode>public Result<int[]> asIntArray(HashCode element)
asIntArray in interface DataConverter<HashCode>public Result<long[]> asLongArray(HashCode element)
asLongArray in interface DataConverter<HashCode>