T - type of the elements of the enumeratorE - type of the exceptions thrown by the enumeratorpublic interface Enumerator<T,E extends java.lang.Exception>
extends java.lang.AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasMoreElements() |
T |
nextElement() |
T nextElement() throws E extends java.lang.Exception
E extends java.lang.Exceptionboolean hasMoreElements()
throws E extends java.lang.Exception
E extends java.lang.Exceptionvoid close()
close in interface java.lang.AutoCloseableCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.