com.google.api.client.testing.json
Class AbstractJsonFactoryTest.TypeVariableType<T>

java.lang.Object
  extended by com.google.api.client.testing.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
 T[][] arr
           
 LinkedList<LinkedList<T>> list
           
 T nullValue
           
 T value
           
 
Constructor Summary
AbstractJsonFactoryTest.TypeVariableType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arr

public T[][] arr

list

public LinkedList<LinkedList<T>> list

nullValue

public T nullValue

value

public T value
Constructor Detail

AbstractJsonFactoryTest.TypeVariableType

public AbstractJsonFactoryTest.TypeVariableType()


Copyright © 2011-2012 Google. All Rights Reserved.