AbstractJsonFactoryTest.DoubleListTypeVariableType
, AbstractJsonFactoryTest.FloatMapTypeVariableType
, AbstractJsonFactoryTest.IntArrayTypeVariableType
, AbstractJsonFactoryTest.IntegerTypeVariableType
public static class AbstractJsonFactoryTest.TypeVariableType<T> extends Object
Modifier and Type | Field | Description |
---|---|---|
T[][] |
arr |
|
LinkedList<LinkedList<T>> |
list |
|
T |
nullValue |
|
T |
value |
Constructor | Description |
---|---|
TypeVariableType() |
public T[][] arr
public LinkedList<LinkedList<T>> list
public T nullValue
public T value
Copyright © 2011–2019 Google. All rights reserved.