public class ConversionSectionWrappers extends Object
Modifier and Type | Field and Description |
---|---|
protected List<ConversionSectionWrapper> |
conversionSections |
protected ConversionSectionWrapper |
currentSection |
protected int |
currentSectionIndex |
Constructor and Description |
---|
ConversionSectionWrappers(List<ConversionSectionWrapper> conversionSections) |
Modifier and Type | Method and Description |
---|---|
Sections |
createSections() |
ConversionSectionWrapper |
getCurrentSection() |
List<ConversionSectionWrapper> |
getList() |
void |
next() |
ConversionSectionWrapper |
peekNextSection() |
void |
start() |
protected List<ConversionSectionWrapper> conversionSections
protected int currentSectionIndex
protected ConversionSectionWrapper currentSection
public ConversionSectionWrappers(List<ConversionSectionWrapper> conversionSections)
public Sections createSections()
public List<ConversionSectionWrapper> getList()
public void start()
public void next()
public ConversionSectionWrapper getCurrentSection()
public ConversionSectionWrapper peekNextSection()
Copyright © 2007-2018. All Rights Reserved.