|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--info.jedi.net.HandlerStackIterator
Provides functionality to move up and down a HandlerStack.
Method Summary | |
HandlerStackIterator |
bottom()
Moves this iterator to the bottom of the stack |
PacketHandler |
current()
Returns the current PacketHandler. |
HandlerStackIterator |
current(PacketHandler newCurrentHandler)
Sets the iterator to a particular packet handler. |
HandlerStackIterator |
down()
Moves this iterator one handler down the stack. |
HandlerStackIterator |
top()
Moves this iterator to the top of the stack |
HandlerStackIterator |
up()
Moves this iterator one handler up the stack. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public HandlerStackIterator top()
public HandlerStackIterator bottom()
public HandlerStackIterator up()
public HandlerStackIterator down()
public PacketHandler current()
public HandlerStackIterator current(PacketHandler newCurrentHandler)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |