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>[]
lower
Map<String,?>
map
Collection<? super TreeMap<String,? extends Integer>>
mapInWild
Map<String,? extends Integer>
mapUpper
Collection<?>[]
simple
Collection<? 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
-
-