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 AbstractJsonParserTest.AnyType.arr
           
 LinkedList<LinkedList<String>> AbstractJsonParserTest.CollectionOfCollectionType.arr
           
 T[][] AbstractJsonParserTest.TypeVariableType.arr
           
 String[] AbstractJsonParserTest.StringNullValue.arr
           
 String[][] AbstractJsonParserTest.StringNullValue.arr2
           
 Object AbstractJsonParserTest.AnyType.bool
           
 Collection<AbstractJsonParserTest.Entry> AbstractJsonParserTest.Feed.entries
           
 Collection<AbstractJsonGeneratorTest.Entry> AbstractJsonGeneratorTest.Feed.entries
           
 Integer[] AbstractJsonParserTest.ArrayType.integerArr
           
 LinkedList<LinkedList<T>> AbstractJsonParserTest.TypeVariableType.list
           
 Collection<? super Integer>[] AbstractJsonParserTest.WildCardTypes.lower
           
 Map<String,String> AbstractJsonParserTest.A.map
           
 Map<String,?> AbstractJsonParserTest.WildCardTypes.map
           
 Collection<? super TreeMap<String,? extends Integer>> AbstractJsonParserTest.WildCardTypes.mapInWild
           
 Map<String,? extends Integer> AbstractJsonParserTest.WildCardTypes.mapUpper
           
 Object AbstractJsonParserTest.AnyType.nul
           
 T AbstractJsonParserTest.TypeVariableType.nullValue
           
 AbstractJsonParserTest.E AbstractJsonParserTest.EnumValue.nullValue
           
 Object AbstractJsonParserTest.AnyType.num
           
 Object AbstractJsonParserTest.AnyType.obj
           
 AbstractJsonParserTest.E AbstractJsonParserTest.EnumValue.otherValue
           
 Collection<?>[] AbstractJsonParserTest.WildCardTypes.simple
           
 Object AbstractJsonParserTest.AnyType.str
           
 String AbstractJsonParserTest.Entry.title
           
 String AbstractJsonGeneratorTest.Entry.title
           
 Collection<? extends Integer>[] AbstractJsonParserTest.WildCardTypes.upper
           
 Map<String,Map<String,Integer>>[] AbstractJsonParserTest.MapOfMapType.value
           
 T AbstractJsonParserTest.TypeVariableType.value
           
 String AbstractJsonParserTest.StringNullValue.value
           
 AbstractJsonParserTest.E AbstractJsonParserTest.EnumValue.value
           
 



Copyright © 2011 Google. All Rights Reserved.