public class Pair<L,R> extends Object
copy from vipshop VJTools
Pair(L left, R right)
boolean
equals(Object obj)
L
getLeft()
R
getRight()
int
hashCode()
static <L,R> Pair<L,R>
of(L left, R right)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(@Nullable L left, @Nullable R right)
left
right
@Nullable public L getLeft()
@Nullable public R getRight()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
public static <L,R> Pair<L,R> of(@Nullable L left, @Nullable R right)
Copyright © 2019. All rights reserved.