Class Section.AutoGrowthList
java.lang.Object
org.jd.core.v1.service.layouter.model.Section.AutoGrowthList
- All Implemented Interfaces:
Iterable<DefaultList<FlexibleFragment>>
,Iterator<DefaultList<FlexibleFragment>>
- Enclosing class:
Section
protected class Section.AutoGrowthList
extends Object
implements Iterable<DefaultList<FlexibleFragment>>, Iterator<DefaultList<FlexibleFragment>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
ensureCapacity
(int minCapacity) get
(int index) boolean
hasNext()
iterator()
next()
void
remove()
void
reverse()
void
set
(int index, DefaultList<FlexibleFragment> element) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
elements
-
iteratorIndex
protected int iteratorIndex
-
-
Constructor Details
-
AutoGrowthList
protected AutoGrowthList()
-
-
Method Details
-
set
-
get
-
reverse
public void reverse() -
ensureCapacity
protected void ensureCapacity(int minCapacity) -
iterator
- Specified by:
iterator
in interfaceIterable<DefaultList<FlexibleFragment>>
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<DefaultList<FlexibleFragment>>
-
next
- Specified by:
next
in interfaceIterator<DefaultList<FlexibleFragment>>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<DefaultList<FlexibleFragment>>
-