public static interface UserStoreProvider.ResultSet<T>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
T |
getNext() |
boolean |
hasNext() |
boolean hasNext()
T getNext()
void close()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.