Package com.google.api.client.test.json
Class AbstractJsonFactoryTest.WildCardTypes
- java.lang.Object
-
- com.google.api.client.test.json.AbstractJsonFactoryTest.WildCardTypes
-
- Enclosing class:
- AbstractJsonFactoryTest
public static class AbstractJsonFactoryTest.WildCardTypes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Collection<? super Integer>[]lowerMap<String,?>mapCollection<? super TreeMap<String,? extends Integer>>mapInWildMap<String,? extends Integer>mapUpperCollection<?>[]simpleCollection<? extends Integer>[]upper
-
Constructor Summary
Constructors Constructor Description WildCardTypes()
-
-
-
Field Detail
-
lower
public Collection<? super Integer>[] lower
-
mapInWild
public Collection<? super TreeMap<String,? extends Integer>> mapInWild
-
simple
public Collection<?>[] simple
-
upper
public Collection<? extends Integer>[] upper
-
-