public interface EntityListIterator
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
True means that there still values that can be returned.
|
int |
numberRemaining()
Returns a count of the number of items remaining in the iterator.
|
void |
release()
Release the iterator.
|
boolean hasNext() throws LBResourceUnavailableException
LBResourceUnavailableException
void release() throws LBResourceUnavailableException
LBResourceUnavailableException
int numberRemaining() throws LBResourceUnavailableException