public class StaticArray<T extends Type> extends Array<T>
Modifier and Type | Field and Description |
---|---|
static int |
MAX_SIZE_OF_STATIC_ARRAY
Warning: increasing this constant will cause more generated StaticArrayN types, see:
org.web3j.codegen.AbiTypesGenerator#generateStaticArrayTypes
|
MAX_BIT_LENGTH, MAX_BYTE_LENGTH
Constructor and Description |
---|
StaticArray(int expectedSize,
java.util.List<T> values) |
StaticArray(int expectedSize,
T... values) |
StaticArray(java.util.List<T> values) |
StaticArray(T... values) |
equals, getTypeAsString, getValue, hashCode