Package hydra.core
Class IntegerType.Bigint
- java.lang.Object
-
- hydra.core.IntegerType
-
- hydra.core.IntegerType.Bigint
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- IntegerType
public static final class IntegerType.Bigint extends IntegerType implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.core.IntegerType
IntegerType.Bigint, IntegerType.Int16, IntegerType.Int32, IntegerType.Int64, IntegerType.Int8, IntegerType.PartialVisitor<R>, IntegerType.Uint16, IntegerType.Uint32, IntegerType.Uint64, IntegerType.Uint8, IntegerType.Visitor<R>
-
-
Field Summary
-
Fields inherited from class hydra.core.IntegerType
FIELD_NAME_BIGINT, FIELD_NAME_INT16, FIELD_NAME_INT32, FIELD_NAME_INT64, FIELD_NAME_INT8, FIELD_NAME_UINT16, FIELD_NAME_UINT32, FIELD_NAME_UINT64, FIELD_NAME_UINT8, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Bigint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(IntegerType.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(IntegerType.Visitor<R> visitor)
- Specified by:
accept
in classIntegerType
-
-