import java.util.Vector; import java.lang.Boolean; import java.lang.Object; class Pair { T x; U y; fst () { return x; } snd () { return y; } }