Searched defs:things (Results 1 – 6 of 6) sorted by relevance
21 Collection<MyClass<? extends Object>> things; field in MyCompositeObject27 public void setThings(Collection<MyClass<? extends Object>> things) { in setThings()
39 repeated string things = 2; field
66 ThingOrCell things; member
325 private static String formatListForErrorMessage(List<?> things) { in formatListForErrorMessage()
109 @Nullable String thing, List<? extends T> things) throws IOException, SecurityException; in everything()
233 ClassName things = ClassName.get(tacosPackage, "Things"); in retrofitStyleInterface() local