|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.joda.primitives.list.impl.AbstractShortList.PListIterator
protected static class AbstractShortList.PListIterator
List iterator.
Constructor Summary | |
---|---|
protected |
AbstractShortList.PListIterator(AbstractShortList list,
int start)
|
Method Summary | |
---|---|
void |
add(short value)
Adds the specified value to the list underlying the iterator at the current iteration index (optional operation). |
void |
add(Short obj)
|
boolean |
hasNext()
|
boolean |
hasPrevious()
|
boolean |
isModifiable()
Checks whether the iterator can currently be modified. |
boolean |
isResettable()
Checks whether the iterator can be reset. |
Short |
next()
|
int |
nextIndex()
|
short |
nextShort()
Gets the next value from the iterator |
Short |
previous()
|
int |
previousIndex()
|
short |
previousShort()
Gets the previous value from the iterator. |
void |
remove()
|
void |
reset()
Resets the iterator back to its initial state (optional operation). |
void |
set(short value)
Sets the last retrieved value from the iterator (optional operation). |
void |
set(Short obj)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractShortList.PListIterator(AbstractShortList list, int start)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface Iterator<Short>
hasNext
in interface ListIterator<Short>
public short nextShort()
ShortIterator
nextShort
in interface ShortIterator
public Short next()
next
in interface Iterator<Short>
next
in interface ListIterator<Short>
public int nextIndex()
nextIndex
in interface ListIterator<Short>
public boolean hasPrevious()
hasPrevious
in interface ListIterator<Short>
public short previousShort()
ShortListIterator
previousShort
in interface ShortListIterator
public Short previous()
previous
in interface ListIterator<Short>
public int previousIndex()
previousIndex
in interface ListIterator<Short>
public void remove()
remove
in interface Iterator<Short>
remove
in interface ListIterator<Short>
public void add(short value)
ShortListIterator
add
in interface ShortListIterator
value
- the value to addpublic void add(Short obj)
add
in interface ListIterator<Short>
public void set(short value)
ShortListIterator
set
in interface ShortListIterator
value
- the value to setpublic void set(Short obj)
set
in interface ListIterator<Short>
public boolean isModifiable()
PrimitiveIterator
isModifiable
in interface PrimitiveIterator<Short>
true
if the modification methods of the iterator can be usedpublic boolean isResettable()
PrimitiveIterator
isResettable
in interface PrimitiveIterator<Short>
true
if the object can be resetpublic void reset()
PrimitiveIterator
reset
in interface PrimitiveIterator<Short>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |