最佳答案
是否有一种优雅的方法可以跳过 Java5 foreach 循环中的第一次迭代?
示例伪代码:
for ( Car car : cars ) {
//skip if first, do work for rest
.
.
}