在 java 中使用 emptyIterator
任何人都可以让我知道Java中空迭代器的实时使用是什么?我很想知道为什么需要它?诸如此类的事情,
1. public static <T> Iterator<T> emptyIterator()
2. public static <T> ListIterator<T> emptyListIterator()
3. public static final <T> Set<T> emptySet(), etc..
来源: http://docs.oracle.com/javase/7/docs/api/java/util/Collections.html#emptyIterator()