public interface SyncIterable<T> extends Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
SyncIterator<T> |
iterator()
Returns the synchronous iterator.
|
forEach, spliteratorSyncIterator<T> iterator()
Copyright © 2013–2018. All rights reserved.