com.google.api.client.testing.json
Class AbstractJsonFactoryTest.WildCardTypes

java.lang.Object
  extended by com.google.api.client.testing.json.AbstractJsonFactoryTest.WildCardTypes
Enclosing class:
AbstractJsonFactoryTest

public static class AbstractJsonFactoryTest.WildCardTypes
extends Object


Field Summary
 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
AbstractJsonFactoryTest.WildCardTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AbstractJsonFactoryTest.WildCardTypes

public AbstractJsonFactoryTest.WildCardTypes()


Copyright © 2011-2012 Google. All Rights Reserved.