public class Test { public static void main (String args[]) { Pair pair = new Pair("one","two"); } }