Record Class Pair<K,V>

java.lang.Object
java.lang.Record
org.progettoedids.util.Pair<K,V>

public record Pair<K,V>(K key, V value) extends Record