public interface UserIterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Indicates whether there are more users in this iterator.
|
User |
next()
Returns the next user in this iterator.
|
boolean hasNext() throws EngineException
EngineException
- If a system error occurs.User next() throws EngineException
EngineException
- If a system error occurs.© 2000-2025 Flux Corporation. All rights reserved.