Searched defs:iterable (Results 1 – 3 of 3) sorted by relevance
116 public static IntSet wrap(Iterable<Integer> iterable) { in wrap()
98 public static Iterable<Suggestion> iterable(final SuggestionCursor cursor) { in iterable() method in SuggestionCursorUtil
178 protected ClasspathSubject(FailureMetadata metadata, ImmutableList<String> iterable) { in ClasspathSubject()