Uses of Interface
net.hydromatic.morel.util.Pair.PairWithOrdinalConsumer
Packages that use Pair.PairWithOrdinalConsumer
-
Uses of Pair.PairWithOrdinalConsumer in net.hydromatic.morel.util
Methods in net.hydromatic.morel.util with parameters of type Pair.PairWithOrdinalConsumerModifier and TypeMethodDescriptionstatic <K,V> void Pair.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> void Pair.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> void Pair.forEachIndexed(Map<K, V> map, Pair.PairWithOrdinalConsumer<K, V> consumer) Calls a consumer for each entry in a map.