Uses of Class
com.identityworksllc.iiq.common.iterators.Index
-
Packages that use Index Package Description com.identityworksllc.iiq.common.iterators -
-
Uses of Index in com.identityworksllc.iiq.common.iterators
Methods in com.identityworksllc.iiq.common.iterators that return Index Modifier and Type Method Description Index<In>
IndexingIterator. next()
Methods in com.identityworksllc.iiq.common.iterators that return types with arguments of type Index Modifier and Type Method Description static <In> Iterator<Index<In>>
Index. with(Iterator<? extends In> iterator)
Implements an equivalent to Javascript’s eachWithIndex.static <In> Iterable<Index<In>>
Index. with(List<? extends In> iterable)
Implements an equivalent to Javascript’s eachWithIndex.
-