Package openGql.grammar
Class BigIntType
- java.lang.Object
-
- openGql.grammar.BigIntType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<BigIntType>
public class BigIntType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<BigIntType>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BigIntType(java.lang.Boolean notNull)Constructs an immutableBigIntType.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(BigIntType other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
BigIntType
public BigIntType(java.lang.Boolean notNull)
Constructs an immutableBigIntType.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(BigIntType other)
- Specified by:
compareToin interfacejava.lang.Comparable<BigIntType>
-
-