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