Uses of Interface
net.hydromatic.morel.util.Pair.PairWithOrdinalConsumer
-
Packages that use Pair.PairWithOrdinalConsumer Package Description net.hydromatic.morel.util Utilities. -
-
Uses of Pair.PairWithOrdinalConsumer in net.hydromatic.morel.util
Methods in net.hydromatic.morel.util with parameters of type Pair.PairWithOrdinalConsumer Modifier and Type Method Description static <K,V>
voidPair. forEachIndexed(Iterable<? extends Map.Entry<K,V>> pairs, Pair.PairWithOrdinalConsumer<K,V> consumer)Calls a consumer with an ordinal for each pair of items in an iterable of pairs.static <K,V>
voidPair. forEachIndexed(Iterable<K> ks, Iterable<V> vs, Pair.PairWithOrdinalConsumer<K,V> consumer)Calls a consumer with an ordinal for each pair of items in two iterables.static <K,V>
voidPair. forEachIndexed(Map<K,V> map, Pair.PairWithOrdinalConsumer<K,V> consumer)Calls a consumer for each entry in a map.
-