public interface IterableNumberer<E> extends Numberer<E>, Iterable<E>
| Modifier and Type | Method and Description |
|---|---|
Iterator<E> |
iterator()
Returns an iterator over all objects added to the numberer.
|
forEach, spliteratorCopyright © 2020 Soot OSS. All rights reserved.