public interface XIndexIterable<E> extends XIterable<E>
XIterable.Executor<E>| Modifier and Type | Method and Description |
|---|---|
<IP extends IndexedAcceptor<? super E>> |
iterateIndexed(IP procedure)
Iterates over elements with the
IndexedAcceptor to use
not only the element itself but also its coherent index. |
<IP extends IndexedAcceptor<? super E>> IP iterateIndexed(IP procedure)
IndexedAcceptor to use
not only the element itself but also its coherent index.IP - type of procedureprocedure - which is executed when iteratingCopyright © 2022 MicroStream Software. All rights reserved.