java.lang.Object
java.lang.Record
tech.deplant.java4ever.framework.datatype.SolArray
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.toABI()To abi object.toJava()To java j.final StringtoString()Returns a string representation of this record class.type()Type abi type.AbiValue[]values()Returns the value of thevaluesrecord component.
-
Constructor Details
-
SolArray
Creates an instance of aSolArrayrecord class.- Parameters:
values- the value for thevaluesrecord component
-
-
Method Details
-
toJava
-
toABI
-
type
-
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). -
values
Returns the value of thevaluesrecord component.- Returns:
- the value of the
valuesrecord component
-