Uses of Class
com.google.api.client.util.Key

Packages that use Key
com.google.api.client.testing.json Testing utilities used for writing tests based on the JSON package of this library. 
 

Uses of Key in com.google.api.client.testing.json
 

Fields in com.google.api.client.testing.json with annotations of type Key
 Object AbstractJsonFactoryTest.AnyType.arr
           
 LinkedList<LinkedList<String>> AbstractJsonFactoryTest.CollectionOfCollectionType.arr
           
 T[][] AbstractJsonFactoryTest.TypeVariableType.arr
           
 String[] AbstractJsonFactoryTest.StringNullValue.arr
           
 String[][] AbstractJsonFactoryTest.StringNullValue.arr2
           
 Object AbstractJsonFactoryTest.AnyType.bool
           
 Collection<AbstractJsonFactoryTest.Entry> AbstractJsonFactoryTest.Feed.entries
           
 Integer[] AbstractJsonFactoryTest.ArrayType.integerArr
           
 LinkedList<LinkedList<T>> AbstractJsonFactoryTest.TypeVariableType.list
           
 Collection<? super Integer>[] AbstractJsonFactoryTest.WildCardTypes.lower
           
 Map<String,String> AbstractJsonFactoryTest.A.map
           
 Map<String,?> AbstractJsonFactoryTest.WildCardTypes.map
           
 Collection<? super TreeMap<String,? extends Integer>> AbstractJsonFactoryTest.WildCardTypes.mapInWild
           
 Map<String,? extends Integer> AbstractJsonFactoryTest.WildCardTypes.mapUpper
           
 Object AbstractJsonFactoryTest.AnyType.nul
           
 T AbstractJsonFactoryTest.TypeVariableType.nullValue
           
 AbstractJsonFactoryTest.E AbstractJsonFactoryTest.EnumValue.nullValue
           
 Object AbstractJsonFactoryTest.AnyType.num
           
 Object AbstractJsonFactoryTest.AnyType.obj
           
 AbstractJsonFactoryTest.E AbstractJsonFactoryTest.EnumValue.otherValue
           
 Collection<?>[] AbstractJsonFactoryTest.WildCardTypes.simple
           
 Object AbstractJsonFactoryTest.AnyType.str
           
 String AbstractJsonFactoryTest.Entry.title
           
 Collection<? extends Integer>[] AbstractJsonFactoryTest.WildCardTypes.upper
           
 Map<String,Map<String,Integer>>[] AbstractJsonFactoryTest.MapOfMapType.value
           
 T AbstractJsonFactoryTest.TypeVariableType.value
           
 String AbstractJsonFactoryTest.StringNullValue.value
           
 AbstractJsonFactoryTest.E AbstractJsonFactoryTest.EnumValue.value
           
 



Copyright © 2011-2012 Google. All Rights Reserved.