azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.service...

64 строки
3.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.servicebus.primitives.Pair"
fullName: "com.microsoft.azure.servicebus.primitives.Pair<T,V>"
name: "Pair<T,V>"
nameWithType: "Pair<T,V>"
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **Pair<T,V>**"
methods:
- uid: "com.microsoft.azure.servicebus.primitives.Pair.equals(java.lang.Object)"
fullName: "com.microsoft.azure.servicebus.primitives.Pair<T,V>.equals(Object obj)"
name: "equals(Object obj)"
nameWithType: "Pair<T,V>.equals(Object obj)"
overridden: "java.lang.Object.equals(java.lang.Object)"
parameters:
- name: "obj"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public boolean equals(Object obj)"
returns:
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.servicebus.primitives.Pair.getFirstItem()"
fullName: "com.microsoft.azure.servicebus.primitives.Pair<T,V>.getFirstItem()"
name: "getFirstItem()"
nameWithType: "Pair<T,V>.getFirstItem()"
syntax: "public T getFirstItem()"
returns:
type: "<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.servicebus.primitives.Pair.getSecondItem()"
fullName: "com.microsoft.azure.servicebus.primitives.Pair<T,V>.getSecondItem()"
name: "getSecondItem()"
nameWithType: "Pair<T,V>.getSecondItem()"
syntax: "public V getSecondItem()"
returns:
type: "<xref href=\"V?alt=V&text=V\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.servicebus.primitives.Pair.hashCode()"
fullName: "com.microsoft.azure.servicebus.primitives.Pair<T,V>.hashCode()"
name: "hashCode()"
nameWithType: "Pair<T,V>.hashCode()"
overridden: "java.lang.Object.hashCode()"
syntax: "public int hashCode()"
returns:
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
type: "class"
typeParameters:
- name: "T"
- name: "V"
metadata: {}
package: "com.microsoft.azure.servicebus.primitives"
artifact: com.microsoft.azure:azure-servicebus:3.6.7