@TypeInfo(value=LongValueWithProperHashCode.LongValueWithProperHashCodeTypeInfoFactory.class) public class LongValueWithProperHashCode extends org.apache.flink.types.LongValue
LongValue.hashCode().| Modifier and Type | Class and Description |
|---|---|
static class |
LongValueWithProperHashCode.LongValueWithProperHashCodeSerializer
Serializer for
LongValueWithProperHashCode. |
static class |
LongValueWithProperHashCode.LongValueWithProperHashCodeTypeInfo
A
TypeInformation for the LongValueWithProperHashCode type. |
static class |
LongValueWithProperHashCode.LongValueWithProperHashCodeTypeInfoFactory
|
| Constructor and Description |
|---|
LongValueWithProperHashCode()
Initializes the encapsulated long with 0.
|
LongValueWithProperHashCode(long value)
Initializes the encapsulated long with the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
hashCode() |
public LongValueWithProperHashCode()
public LongValueWithProperHashCode(long value)
value - Initial value of the encapsulated long.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.