Searched defs:toIterable (Results 1 – 2 of 2) sorted by relevance
20 public static <T> Iterable<T> toIterable(Enumeration<T> in) { in toIterable() method in Iterables
354 public static <T> Iterable<T> toIterable(SimpleIterator<T> simple) { in toIterable() method in With