Searched defs:forArray (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DIterators.java1035 public static <T> UnmodifiableIterator<T> forArray(final T... array) { method in class:Iterators
1059 static <T> UnmodifiableIterator<T> forArray( method in class:Iterators
1202 * Iterators.peekingIterator(Iterators.forArray("a", "b"));
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterators.java999 public static <T> UnmodifiableIterator<T> forArray(final T... array) { method in class:Iterators
1023 static <T> UnmodifiableIterator<T> forArray( method in class:Iterators
1166 * Iterators.peekingIterator(Iterators.forArray("a", "b"));

Completed in 42 milliseconds