
public interface IntDoubleConsumer {
	public void accept(int x, int y);

}
