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

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

public static class AbstractJsonParserTest.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
AbstractJsonParserTest.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

AbstractJsonParserTest.WildCardTypes

public AbstractJsonParserTest.WildCardTypes()


Copyright © 2010-2011 Google. All Rights Reserved.