### YamlMime:JavaType uid: "com.microsoft.azure.servicebus.primitives.Pair" fullName: "com.microsoft.azure.servicebus.primitives.Pair" name: "Pair" nameWithType: "Pair" inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public class **Pair**" methods: - uid: "com.microsoft.azure.servicebus.primitives.Pair.equals(java.lang.Object)" fullName: "com.microsoft.azure.servicebus.primitives.Pair.equals(Object obj)" name: "equals(Object obj)" nameWithType: "Pair.equals(Object obj)" overridden: "java.lang.Object.equals(java.lang.Object)" parameters: - name: "obj" type: "Object" syntax: "public boolean equals(Object obj)" returns: type: "" - uid: "com.microsoft.azure.servicebus.primitives.Pair.getFirstItem()" fullName: "com.microsoft.azure.servicebus.primitives.Pair.getFirstItem()" name: "getFirstItem()" nameWithType: "Pair.getFirstItem()" syntax: "public T getFirstItem()" returns: type: "" - uid: "com.microsoft.azure.servicebus.primitives.Pair.getSecondItem()" fullName: "com.microsoft.azure.servicebus.primitives.Pair.getSecondItem()" name: "getSecondItem()" nameWithType: "Pair.getSecondItem()" syntax: "public V getSecondItem()" returns: type: "" - uid: "com.microsoft.azure.servicebus.primitives.Pair.hashCode()" fullName: "com.microsoft.azure.servicebus.primitives.Pair.hashCode()" name: "hashCode()" nameWithType: "Pair.hashCode()" overridden: "java.lang.Object.hashCode()" syntax: "public int hashCode()" returns: type: "" type: "class" typeParameters: - name: "T" - name: "V" metadata: {} package: "com.microsoft.azure.servicebus.primitives" artifact: com.microsoft.azure:azure-servicebus:3.6.7