|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sentilla.platform.tmote.CollectionProtocol.NeighborTable.Iterator
public class CollectionProtocol.NeighborTable.Iterator
Iterator class for the NeighborTable.
Constructor Summary | |
---|---|
CollectionProtocol.NeighborTable.Iterator()
Default constructor. |
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if the table contains another element. |
CollectionProtocol.RTable |
next()
Returns the next element in the table. |
long |
remove()
Removes the last element this iterator pointed to. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectionProtocol.NeighborTable.Iterator()
Method Detail |
---|
public boolean hasNext()
public CollectionProtocol.RTable next()
public long remove()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |