-
Method Summary
| Modifier and Type |
Method |
Description |
default void |
forEachRemaining(java.util.function.Consumer<? super T> action) |
|
java.util.Iterator<T> |
getImpl() |
|
io.changock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
|
default boolean |
hasNext() |
|
default T |
next() |
|
default void |
remove() |
|
-
Method Details
-
java.util.Iterator<T> getImpl()
-
io.changock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()
-
default boolean hasNext()
- Specified by:
hasNext in interface java.util.Iterator<T>
-
- Specified by:
next in interface java.util.Iterator<T>
-
default void remove()
- Specified by:
remove in interface java.util.Iterator<T>
-
default void forEachRemaining(
java.util.function.Consumer<? super T> action)
- Specified by:
forEachRemaining in interface java.util.Iterator<T>