Searched defs:things (Results 1 – 8 of 8) sorted by relevance
21 Collection<MyClass<? extends Object>> things; field in MyCompositeObject27 public void setThings(Collection<MyClass<? extends Object>> things) { in setThings()
66 ThingOrCell things; member
105 repeated string things = 2; field
108 @Nullable String thing, List<? extends T> things) throws IOException, SecurityException; in everything()
234 ClassName things = ClassName.get(tacosPackage, "Things"); in retrofitStyleInterface() local
2297 public abstract ImmutableSet<? extends T> things(); in things() method in AutoValueTest.BuilderWithCopyingSetters2311 Builder<T> setThings(ImmutableSet<T> things); in setThings()2313 Builder<T> setThings(Iterable<? extends T> things); in setThings()2315 Builder<T> setThings(T... things); in setThings()2417 public abstract ImmutableList<T> things(); in things() method in AutoValueTest.BuilderWithCollectionBuilderAndSetter2425 Builder<T> setThings(List<T> things); in setThings()2427 ImmutableList<T> things(); in things() method2454 ImmutableList<Integer> things = ImmutableList.of(17, 23); in testBuilderAndSetterUsingSetter() local
699 private static String formatListForErrorMessage(List<?> things) { in formatListForErrorMessage()