@Internal public class Iterables extends Object
Iterables()
static <T> Iterator<T>
singletonIterator(T element)
static int
size(Iterable<?> iterable)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Iterables()
public static int size(Iterable<?> iterable)
iterable
public static <T> Iterator<T> singletonIterator(T element)
element
Copyright © 2017. All rights reserved.