public class Pair<L,R> extends Object
public static <L,R> Pair<L,R> create(L left, R right)
L - the type of the left element.R - the type of the right element.left - the left element.right - the right element.Copyright © 2014. All rights reserved.