public abstract class StaticArray<T extends Type> extends Array<T>
| 限定符和类型 | 字段和说明 |
|---|---|
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| 构造器和说明 |
|---|
StaticArray(Class<T> type,
int expectedSize,
List<T> values) |
StaticArray(Class<T> type,
int expectedSize,
T... values) |
StaticArray(Class<T> type,
List<T> values) |
StaticArray(Class<T> type,
T... values) |
StaticArray(int expectedSize,
List<T> values)
已过时。
|
StaticArray(int expectedSize,
T... values)
已过时。
|
StaticArray(List<T> values)
已过时。
|
StaticArray(T... values)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getTypeAsString() |
List<T> |
getValue() |
bytes32PaddedLength, equals, getComponentType, getNativeValueCopy, hashCodepublic static final int MAX_SIZE_OF_STATIC_ARRAY
@Deprecated @SafeVarargs public StaticArray(T... values)
@Deprecated @SafeVarargs public StaticArray(int expectedSize, T... values)
@Deprecated public StaticArray(List<T> values)
@Deprecated public StaticArray(int expectedSize, List<T> values)
@SafeVarargs public StaticArray(Class<T> type, T... values)
@SafeVarargs public StaticArray(Class<T> type, int expectedSize, T... values)
Copyright © 2025. All rights reserved.