public interface RecyclableSequenceEnumerator extends Enumeration<Sequence>
Enumeration of Sequences by declaring an additional method that allows to reuse the Enumeration.| Modifier and Type | Method and Description |
|---|---|
void |
reset()
This method enables the user to reuse this enumerator.
|
hasMoreElements, nextElement