public abstract class AbstractArray<T extends Type> extends Object implements Type<List<T>>
protected List<T>
value
MAX_BIT_LENGTH, MAX_BYTE_LENGTH
boolean
equals(Object o)
String
getTypeAsString()
List<T>
getValue()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
protected final List<T extends Type> value
public List<T> getValue()
Type
getValue
Type<List<T extends Type>>
public String getTypeAsString()
getTypeAsString
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2022. All rights reserved.