|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.LBMApplicationHeaderChainIterator
public class LBMApplicationHeaderChainIterator
Method Summary | |
---|---|
void |
dispose()
Cleans up memory associated with this LBMApplicationHeaderChainIterator immediately. |
protected void |
finalize()
|
boolean |
hasNext()
Returns true if one or more application header chain elements remain in an LBMApplicationHeaderChain, false otherwise. |
LBMApplicationHeaderChainElement |
next()
Gets the next LBMApplicationHeaderChainElement in an LBMApplicationHeaderChain . |
void |
remove()
Removes the current LBMApplicationHeaderChainElement from an LBMApplicationHeaderChain . |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<LBMApplicationHeaderChainElement>
public LBMApplicationHeaderChainElement next()
LBMApplicationHeaderChainElement
in an LBMApplicationHeaderChain
.
next
in interface java.util.Iterator<LBMApplicationHeaderChainElement>
public void remove() throws java.lang.UnsupportedOperationException
LBMApplicationHeaderChainElement
from an LBMApplicationHeaderChain
.
NOTE: remove() is currently unsupported - calling remove will throw an UnsupportedOperationException.
remove
in interface java.util.Iterator<LBMApplicationHeaderChainElement>
java.lang.UnsupportedOperationException
- Always - remove is not currently implemented.public void dispose() throws LBMException
LBMException
protected void finalize() throws LBMException
finalize
in class java.lang.Object
LBMException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |