Searched defs:arrayList (Results 1 – 8 of 8) sorted by relevance
61 ArrayList<?> arrayList = arrayListAdapter.read(in); in create() local
74 ArrayList<String> arrayList = new ArrayList<String>(); in testCompilesWithATypedCollection() local
71 Map<String, Integer> arrayList = new HashMap<String, Integer>(); in testCompilesWithATypedMap() local
133 ArrayList<V> arrayList = (ArrayList<V>) collection; in trimToSize() local
138 ArrayList<V> arrayList = (ArrayList<V>) collection; in trimToSize() local
36 ArrayList<Object> arrayList; field in IteratorBenchmark
36 ClassName arrayList = ClassName.get("java.util", "ArrayList"); in importStaticReadmeExample() local
1016 final Key<ArrayList> arrayList = Key.get(ArrayList.class); in testNewPrivateBinder() local