Uses of Interface
org.javimmutable.collections.IndexedProc1
Packages that use IndexedProc1
-
Uses of IndexedProc1 in org.javimmutable.collections
Methods in org.javimmutable.collections with parameters of type IndexedProc1Modifier and TypeMethodDescriptionvoid
IArray.forEach
(IndexedProc1<T> proc) Visits every element in the array in order by index and passes the index and value to the provided lambda.default void
SplitableIterable.indexedForEach
(IndexedProc1<T> proc) Version of forEach that includes an integer index along with each value. -
Uses of IndexedProc1 in org.javimmutable.collections.array
Methods in org.javimmutable.collections.array with parameters of type IndexedProc1Modifier and TypeMethodDescriptionvoid
TrieArray.forEach
(IndexedProc1<T> proc) void
TrieArrayNode.forEach
(IndexedProc1<T> proc)