|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.util.iterator.AbstractMapIterator<java.lang.Integer,V>
org.millscript.commons.util.iterator.AbstractListIterator<V>
org.millscript.commons.util.list.ELinkedList.ELinkedListIterator<V>
org.millscript.commons.util.list.ELinkedList.SharedLinkedListIterator<V>
public static class ELinkedList.SharedLinkedListIterator<V>
This class provides a map interator implementation which iterates over a shared poriton of the specified linked list.
| Field Summary |
|---|
| Fields inherited from class org.millscript.commons.util.iterator.AbstractListIterator |
|---|
position |
| Constructor Summary | |
|---|---|
ELinkedList.SharedLinkedListIterator(org.millscript.commons.util.list.ELinkedList.Link<V> firstLink,
int num)
Constructs a new linked list map iterator to iterate over a shared portion of the values in the specified linked list. |
|
| Method Summary | |
|---|---|
protected void |
advance()
Advances this iterator to its next point. |
| Methods inherited from class org.millscript.commons.util.list.ELinkedList.ELinkedListIterator |
|---|
getValue, hasNext, outOfBounds |
| Methods inherited from class org.millscript.commons.util.iterator.AbstractListIterator |
|---|
currentMaplet, getKey, getMaplet, nextMaplet |
| Methods inherited from class org.millscript.commons.util.iterator.AbstractMapIterator |
|---|
currentKey, currentValue, nextKey, nextValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.millscript.commons.util.MapIterator |
|---|
currentKey, currentValue, nextKey, nextValue |
| Constructor Detail |
|---|
public ELinkedList.SharedLinkedListIterator(org.millscript.commons.util.list.ELinkedList.Link<V> firstLink,
int num)
firstLink - the first link in the iterationnum - the number of items this iterator should return| Method Detail |
|---|
protected void advance()
AbstractMapIterator
advance in class ELinkedList.ELinkedListIterator<V>AbstractMapIterator.advance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||