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 Details

    • arr

      public T[][] arr
    • list

      public LinkedList<LinkedList<T>> list
    • nullValue

      public T nullValue
    • value

      public T value
  • Constructor Details

    • TypeVariableType

      public TypeVariableType()