Package VASSAL.tools
Class IteratorUtils
java.lang.Object
VASSAL.tools.IteratorUtils
public class IteratorUtils extends Object
-
Constructor Summary
Constructors Constructor Description IteratorUtils() -
Method Summary
-
Constructor Details
-
IteratorUtils
public IteratorUtils()
-
-
Method Details
-
iterate
A static convenience method for making anIteratorinto anIterable.- Parameters:
i- theIterator- Returns:
- an
Iterablewrappingi
-