java.lang.Object
java.lang.Record
dev.argon.esexpr.ESExpr.Array32
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.argon.esexpr.ESExpr
ESExpr.Array128, ESExpr.Array16, ESExpr.Array32, ESExpr.Array64, ESExpr.Array8, ESExpr.Bool, ESExpr.Constructor, ESExpr.Float16, ESExpr.Float32, ESExpr.Float64, ESExpr.Int, ESExpr.Null, ESExpr.Str -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionArray32(org.eclipse.collections.api.list.primitive.ImmutableIntList b) Creates an instance of aArray32record class. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.collections.api.list.primitive.ImmutableIntListb()Returns the value of thebrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.tag()Gets the tag of this expression.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Array32
public Array32(org.eclipse.collections.api.list.primitive.ImmutableIntList b) Creates an instance of aArray32record class.- Parameters:
b- the value for thebrecord component
-
-
Method Details
-
tag
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
b
-