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