Searched defs:emptyIterator (Results 1 – 3 of 3) sorted by relevance
81 public static <T> UnmodifiableIterator<T> emptyIterator() { in emptyIterator() method in Iterators
83 public static <T> UnmodifiableIterator<T> emptyIterator() { in emptyIterator() method in Iterators
1435 Iterator<EmptyEnum> emptyIterator = emptySet.iterator(); in test_iterator() local