public class Pair<L,R> extends Object
L
first
R
second
Pair(L first, R second)
static <L,R> Pair<L,R>
pair(L first, R second)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public final L first
public final R second
public Pair(L first, R second)
public static <L,R> Pair<L,R> pair(L first, R second)
public String toString()
toString
Object
Copyright © 2018. All rights reserved.