迭代器中next()描述中说调用的是Returns the next element in the iteration.到底当第一次调用next方法时,得到第一个元素,那么第一个元素的前一个元素是很么?