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

java.lang.Object
  extended by org.joda.primitives.collection.impl.ArrayByteCollection.PIterator
All Implemented Interfaces:
Iterator<Byte>, ByteIterator, PrimitiveIterator<Byte>
Enclosing class:
ArrayByteCollection

protected static class ArrayByteCollection.PIterator
extends Object
implements ByteIterator

Iterator.


Constructor Summary
protected ArrayByteCollection.PIterator(ArrayByteCollection coll)
           
 
Method Summary
 boolean hasNext()
           
 boolean isModifiable()
          Checks whether the iterator can currently be modified.
 boolean isResettable()
          Checks whether the iterator can be reset.
 Byte next()
           
 byte nextByte()
          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

ArrayByteCollection.PIterator

protected ArrayByteCollection.PIterator(ArrayByteCollection coll)
Method Detail

hasNext

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

nextByte

public byte nextByte()
Description copied from interface: ByteIterator
Gets the next value from the iterator

Specified by:
nextByte in interface ByteIterator
Returns:
the next available value

next

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

remove

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

isModifiable

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

Specified by:
isModifiable in interface PrimitiveIterator<Byte>
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<Byte>
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<Byte>


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