BinRanges.java

package com.jsql.model.injection.strategy.blind.callable;

public record BinRanges(int low, int mid, int high) {}