Package net.snowflake.client.util
Class SFPair<L,R>
- java.lang.Object
-
- net.snowflake.client.util.SFPair<L,R>
-
public class SFPair<L,R> extends Object
Created by hyu on 2/1/18.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
int
hashCode()
static <L,R>
SFPair<L,R>of(L l, R r)
String
toString()
-