OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emptyIterator
(Results
1 - 2
of
2
) sorted by null
/external/guava/src/com/google/common/collect/
Iterators.java
72
public static <T> UnmodifiableIterator<T>
emptyIterator
() {
376
Iterator<T> iterator =
emptyIterator
();
499
Iterator<? extends T> current =
emptyIterator
();
865
// If length == 0 is a common enough case, we could return
emptyIterator
().
[
all
...]
/libcore/luni/src/test/java/tests/api/java/util/
EnumSetTest.java
[
all
...]
Completed in 105 milliseconds