Class AbstractJsonFactoryTest.TypeVariableType<T> (1.44.2)

public static class AbstractJsonFactoryTest.TypeVariableType<T>

Inheritance

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

Type Parameter

Name Description
T

Constructors

TypeVariableType()

public TypeVariableType()

Fields

arr

public T[][] arr
Field Value
Type Description
T[][]

list

public LinkedList<LinkedList<T>> list
Field Value
Type Description
LinkedList<LinkedList<T>>

nullValue

public T nullValue
Field Value
Type Description
T

value

public T value
Field Value
Type Description
T