|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.jku.fim.datalinksimulation.layer1.data.RawData.RawDataIterator
private class RawData.RawDataIterator
Iterator Implementation
Title: OSI Simulation Framework
Copyright: (c) 2004-05
Company: FIM@JKU, www.fim.uni-linz.ac.at
Field Summary | |
---|---|
private int |
expectedModCounter
|
private int |
posCounter
|
Constructor Summary | |
---|---|
RawData.RawDataIterator()
Creates new instance of iterator; sets local modification counter |
Method Summary | |
---|---|
boolean |
hasNext()
|
java.lang.Object |
next()
Returnes next Integer object; Throws ConcurrentModificationException if data was modified since creation of iterator Throws NoSuchElementException if no Byte left |
void |
remove()
Method not Implemented; Throws an UnsupportedOperationException! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int posCounter
private int expectedModCounter
Constructor Detail |
---|
public RawData.RawDataIterator()
Method Detail |
---|
public void remove()
remove
in interface java.util.Iterator
Iterator.remove()
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
Iterator.next()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |