UM Java API
6.16.1
|
Public Member Functions | |
boolean | hasNext () |
LBMApplicationHeaderChainElement | next () |
void | remove () throws UnsupportedOperationException |
void | dispose () throws LBMException |
Protected Member Functions | |
void | finalize () throws LBMException |
void com.latencybusters.lbm.LBMApplicationHeaderChainIterator.dispose | ( | ) | throws LBMException |
Cleans up memory associated with this LBMApplicationHeaderChainIterator immediately. An iterator should not be used again once dispose() has been called. Calling dispose() is optional.
Referenced by com.latencybusters.lbm.LBMApplicationHeaderChainIterator.finalize().
|
protected |
This method is for internal use only, and is not supported for customer applications.
References com.latencybusters.lbm.LBMApplicationHeaderChainIterator.dispose().
boolean com.latencybusters.lbm.LBMApplicationHeaderChainIterator.hasNext | ( | ) |
Returns true if one or more application header chain elements remain in an LBMApplicationHeaderChain, false otherwise.
LBMApplicationHeaderChainElement com.latencybusters.lbm.LBMApplicationHeaderChainIterator.next | ( | ) |
Gets the next LBMApplicationHeaderChainElement in an LBMApplicationHeaderChain.
void com.latencybusters.lbm.LBMApplicationHeaderChainIterator.remove | ( | ) | throws UnsupportedOperationException |
Removes the current LBMApplicationHeaderChainElement from an LBMApplicationHeaderChain.
NOTE: remove() is currently unsupported - calling remove will throw an UnsupportedOperationException.
UnsupportedOperationException | Always - remove is not currently implemented. |