public static interface IntMap.IntMapConsumer<E>
boolean
accept(int key, E value)
boolean accept(int key, @NotNull E value)