Class Pair<T,V>
- java.lang.Object
-
- com.microsoft.azure.servicebus.primitives.Pair<T,V>
-
public class Pair<T,V> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
T
getFirstItem()
V
getSecondItem()
int
hashCode()
-