Package com.google.api.client.test.json
Class AbstractJsonFactoryTest.CollectionOfCollectionType
- java.lang.Object
-
- com.google.api.client.test.json.AbstractJsonFactoryTest.CollectionOfCollectionType
-
- Enclosing class:
- AbstractJsonFactoryTest
public static class AbstractJsonFactoryTest.CollectionOfCollectionType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description LinkedList<LinkedList<String>>
arr
-
Constructor Summary
Constructors Constructor Description CollectionOfCollectionType()
-
-
-
Field Detail
-
arr
public LinkedList<LinkedList<String>> arr
-
-