Class IList.Iter
- java.lang.Object
-
- org.magicwerk.brownies.collections.IList.Iter
-
-
Constructor Summary
Constructors Constructor Description Iter(boolean forward)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
E
next()
void
remove()
-