1 2 3 4 5
package com.it_jaros.networkScanner; import java.util.BitSet; public record ScanResult(String target, BitSet openPorts) {}