Package openGql.grammar
Class Int256Type
- java.lang.Object
-
- openGql.grammar.Int256Type
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Int256Type>
public class Int256Type extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<Int256Type>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Int256Type(java.lang.Boolean notNull)Constructs an immutableInt256Type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Int256Type other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
Int256Type
public Int256Type(java.lang.Boolean notNull)
Constructs an immutableInt256Type.
-
-
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(Int256Type other)
- Specified by:
compareToin interfacejava.lang.Comparable<Int256Type>
-
-