Package com.epam.fix.message.rg
Class RepeatingGroupIterator
java.lang.Object
com.epam.fix.message.rg.RepeatingGroupIterator
- All Implemented Interfaces:
Iterator<RepeatingGroup.Entry>
Created by Aleksandr Chermashentsev on 24.09.2015.
-
Constructor Details
-
RepeatingGroupIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<RepeatingGroup.Entry>
-
next
- Specified by:
next
in interfaceIterator<RepeatingGroup.Entry>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<RepeatingGroup.Entry>
-