org.joda.primitives.collection.impl
Class ArrayShortCollection.PIterator

java.lang.Object
  extended by org.joda.primitives.collection.impl.ArrayShortCollection.PIterator
All Implemented Interfaces:
Iterator<Short>, PrimitiveIterator<Short>, ShortIterator
Enclosing class:
ArrayShortCollection

protected static class ArrayShortCollection.PIterator
extends Object
implements ShortIterator

Iterator.


Constructor Summary
protected ArrayShortCollection.PIterator(ArrayShortCollection coll)
           
 
Method Summary
 boolean hasNext()
           
 boolean isModifiable()
          Checks whether the iterator can currently be modified.
 boolean isResettable()
          Checks whether the iterator can be reset.
 Short next()
           
 short nextShort()
          Gets the next value from the iterator
 void remove()
           
 void reset()
          Resets the iterator back to its initial state (optional operation).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayShortCollection.PIterator

protected ArrayShortCollection.PIterator(ArrayShortCollection coll)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Short>

nextShort

public short nextShort()
Description copied from interface: ShortIterator
Gets the next value from the iterator

Specified by:
nextShort in interface ShortIterator
Returns:
the next available value

next

public Short next()
Specified by:
next in interface Iterator<Short>

remove

public void remove()
Specified by:
remove in interface Iterator<Short>

isModifiable

public boolean isModifiable()
Description copied from interface: PrimitiveIterator
Checks whether the iterator can currently be modified.

Specified by:
isModifiable in interface PrimitiveIterator<Short>
Returns:
true if the modification methods of the iterator can be used

isResettable

public boolean isResettable()
Description copied from interface: PrimitiveIterator
Checks whether the iterator can be reset.

Specified by:
isResettable in interface PrimitiveIterator<Short>
Returns:
true if the object can be reset

reset

public void reset()
Description copied from interface: PrimitiveIterator
Resets the iterator back to its initial state (optional operation).

Specified by:
reset in interface PrimitiveIterator<Short>


Copyright © 2005-2010 Joda.org. All Rights Reserved.