com.ochafik.util
Class IntArray.IntIterator

java.lang.Object
  extended by com.ochafik.util.IntArray.IntIterator
All Implemented Interfaces:
Iterator<Integer>
Enclosing interface:
IntArray

public static class IntArray.IntIterator
extends Object
implements Iterator<Integer>


Constructor Summary
IntArray.IntIterator()
           
 
Method Summary
 boolean hasNext()
           
 Integer next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntArray.IntIterator

public IntArray.IntIterator()
Method Detail

hasNext

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

next

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

remove

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


Copyright © 2009. All Rights Reserved.