Searched refs:toIterable (Results 1 – 3 of 3) sorted by relevance
20 public static <T> Iterable<T> toIterable(Enumeration<T> in) { in toIterable() method in Iterables
43 …ing classOrAlias = new PluginFinder(pluginSwitch).findPluginClass(Iterables.toIterable(resources)); in loadImpl()
333 public static <T> Iterable<T> toIterable(SimpleIterator<T> simple) { in toIterable() method in With