public class StaticArray0<T extends Type> extends StaticArray<T>
MAX_SIZE_OF_STATIC_ARRAYMAX_BIT_LENGTH, MAX_BYTE_LENGTH| 构造器和说明 |
|---|
StaticArray0(Class<T> type,
List<T> values) |
StaticArray0(Class<T> type,
T... values) |
StaticArray0(List<T> values)
已过时。
|
StaticArray0(T... values)
已过时。
|
getTypeAsString, getValuebytes32PaddedLength, equals, getComponentType, getNativeValueCopy, hashCode@Deprecated public StaticArray0(List<T> values)
@Deprecated @SafeVarargs public StaticArray0(T... values)
@SafeVarargs public StaticArray0(Class<T> type, T... values)
Copyright © 2025. All rights reserved.