Package com.google.api.client.test.json
Class AbstractJsonFactoryTest.TypeVariableType<T>
- java.lang.Object
-
- com.google.api.client.test.json.AbstractJsonFactoryTest.TypeVariableType<T>
-
- Direct Known Subclasses:
AbstractJsonFactoryTest.DoubleListTypeVariableType
,AbstractJsonFactoryTest.FloatMapTypeVariableType
,AbstractJsonFactoryTest.IntArrayTypeVariableType
,AbstractJsonFactoryTest.IntegerTypeVariableType
- Enclosing class:
- AbstractJsonFactoryTest
public static class AbstractJsonFactoryTest.TypeVariableType<T> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description T[][]
arr
LinkedList<LinkedList<T>>
list
T
nullValue
T
value
-
Constructor Summary
Constructors Constructor Description TypeVariableType()
-
-
-
Field Detail
-
arr
public T[][] arr
-
list
public LinkedList<LinkedList<T>> list
-
nullValue
public T nullValue
-
value
public T value
-
-