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