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

/external/guava/guava/src/com/google/common/collect/
H A DIterators.java83 public static <T> UnmodifiableIterator<T> emptyIterator() { method in class:Iterators
403 Iterator<T> iterator = emptyIterator();
529 Iterator<? extends T> current = emptyIterator();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterators.java81 public static <T> UnmodifiableIterator<T> emptyIterator() { method in class:Iterators
385 Iterator<T> iterator = emptyIterator();
511 Iterator<? extends T> current = emptyIterator();

Completed in 95 milliseconds