Package com.wavefront.common
Class Pair<T,V>
- java.lang.Object
-
- com.wavefront.common.Pair<T,V>
-
public class Pair<T,V> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()static <T,V>
Pair<T,V>of(T t, V v)
-