Class AbstractJsonFactoryTest.TypeVariableType<T> (1.43.2)

public static class AbstractJsonFactoryTest.TypeVariableType<T>

Inheritance

java.lang.Object > AbstractJsonFactoryTest.TypeVariableType<T>

Type Parameter

NameDescription
T

Constructors

TypeVariableType()

public TypeVariableType()

Fields

arr

public T[][] arr
Field Value
TypeDescription
T[][]

list

public LinkedList<LinkedList<T>> list
Field Value
TypeDescription
LinkedList<LinkedList<T>>

nullValue

public T nullValue
Field Value
TypeDescription
T

value

public T value
Field Value
TypeDescription
T