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 voidensureCapacity(int minCapacity) get(int index) booleanhasNext()iterator()next()voidremove()voidreverse()voidset(int index, DefaultList<FlexibleFragment> element) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface 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:
iteratorin interfaceIterable<DefaultList<FlexibleFragment>>
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<DefaultList<FlexibleFragment>>
-
next
- Specified by:
nextin interfaceIterator<DefaultList<FlexibleFragment>>
-
remove
public void remove()- Specified by:
removein interfaceIterator<DefaultList<FlexibleFragment>>
-