com.google.api.client.testing.json
Class AbstractJsonFactoryTest.WildCardTypes
java.lang.Object
com.google.api.client.testing.json.AbstractJsonFactoryTest.WildCardTypes
- Enclosing class:
- AbstractJsonFactoryTest
public static class AbstractJsonFactoryTest.WildCardTypes
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lower
public Collection<? super Integer>[] lower
map
public Map<String,?> map
mapInWild
public Collection<? super TreeMap<String,? extends Integer>> mapInWild
mapUpper
public Map<String,? extends Integer> mapUpper
simple
public Collection<?>[] simple
upper
public Collection<? extends Integer>[] upper
AbstractJsonFactoryTest.WildCardTypes
public AbstractJsonFactoryTest.WildCardTypes()
Copyright © 2011-2012 Google. All Rights Reserved.