Package openGql.grammar
Class Integer256Type
- java.lang.Object
-
- openGql.grammar.Integer256Type
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Integer256Type>
public class Integer256Type extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<Integer256Type>
A GQL integer256 type- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInteger256Type.BuilderA fluent builder forInteger256Type.
-
Constructor Summary
Constructors Constructor Description Integer256Type(java.lang.Boolean notNull)Constructs an immutableInteger256Type.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Integer256Type.Builderbuilder()Creates a new fluent builder forInteger256Type.intcompareTo(Integer256Type other)booleanequals(java.lang.Object other)inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Integer256Type
public Integer256Type(java.lang.Boolean notNull)
Constructs an immutableInteger256Type.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
compareTo
public int compareTo(Integer256Type other)
- Specified by:
compareToin interfacejava.lang.Comparable<Integer256Type>
-
builder
public static Integer256Type.Builder builder()
Creates a new fluent builder forInteger256Type.
-
-