public 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:
AbiTypesGenerator#generateStaticArrayTypes
|
MAX_BIT_LENGTH, MAX_BYTE_LENGTH| 构造器和说明 |
|---|
StaticArray(java.lang.Class<T> type,
int expectedSize,
java.util.List<T> values) |
StaticArray(java.lang.Class<T> type,
int expectedSize,
T... values) |
StaticArray(java.lang.Class<T> type,
java.util.List<T> values) |
StaticArray(java.lang.Class<T> type,
T... values) |
StaticArray(int expectedSize,
java.util.List<T> values)
已过时。
|
StaticArray(int expectedSize,
T... values)
已过时。
|
StaticArray(java.util.List<T> values)
已过时。
|
StaticArray(T... values)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getTypeAsString() |
bytes32PaddedLength, equals, getComponentType, getValue, hashCode, isFixedpublic static int MAX_SIZE_OF_STATIC_ARRAY
@Deprecated @SafeVarargs public StaticArray(T... values)
@Deprecated
@SafeVarargs
public StaticArray(int expectedSize,
T... values)
@Deprecated public StaticArray(java.util.List<T> values)
@Deprecated
public StaticArray(int expectedSize,
java.util.List<T> values)
public java.lang.String getTypeAsString()
getTypeAsString 在接口中 Type<java.util.List<T extends Type>>getTypeAsString 在类中 Array<T extends Type>