public interface Iterable<T> extends Iterable<T>
Modifier and Type | Method and Description |
---|---|
Iterator<T> |
iterator()
Returns an iterator over a set of elements of type T.
|
forEach, spliterator
Copyright © 2020 BouncyCastle.org. All rights reserved.