public class StaticArray<T extends Type> extends AbstractArray<T>
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
MAX_SIZE_OF_STATIC_ARRAY
Warning: increasing this constant will cause more generated StaticArrayN types, see:
org.web3j.codegen.AbiTypesGenerator#generateStaticArrayTypes
|
valueMAX_BIT_LENGTH, MAX_BYTE_LENGTH| 构造器和说明 |
|---|
StaticArray(int expectedSize,
List<T> values) |
StaticArray(int expectedSize,
T... values) |
StaticArray(List<T> values) |
StaticArray(T... values) |
public static int MAX_SIZE_OF_STATIC_ARRAY
@SafeVarargs public StaticArray(T... values)
@SafeVarargs public StaticArray(int expectedSize, T... values)
Copyright © 2022. All rights reserved.