Interface IntMapMultiConsumer


public interface IntMapMultiConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(int value, IntConsumer ic)
     
  • Method Details