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

java.lang.Object
  extended by com.google.api.client.testing.json.AbstractJsonParserTest.TypeVariableType<T>
Direct Known Subclasses:
AbstractJsonParserTest.DoubleListTypeVariableType, AbstractJsonParserTest.FloatMapTypeVariableType, AbstractJsonParserTest.IntArrayTypeVariableType, AbstractJsonParserTest.IntegerTypeVariableType
Enclosing class:
AbstractJsonParserTest

public static class AbstractJsonParserTest.TypeVariableType<T>
extends Object


Field Summary
 T[][] arr
           
 LinkedList<LinkedList<T>> list
           
 T nullValue
           
 T value
           
 
Constructor Summary
AbstractJsonParserTest.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

AbstractJsonParserTest.TypeVariableType

public AbstractJsonParserTest.TypeVariableType()


Copyright © 2010-2011 Google. All Rights Reserved.