public class IPv4Pair
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private IPv4AndPort |
destination |
private IPv4AndPort |
source |
| Constructor and Description |
|---|
IPv4Pair(IPv4AndPort source,
IPv4AndPort destination) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
IPv4AndPort |
getDestination() |
IPv4AndPort |
getSource() |
int |
hashCode() |
private final IPv4AndPort source
private final IPv4AndPort destination
public IPv4Pair(IPv4AndPort source, IPv4AndPort destination)
public IPv4AndPort getSource()
public IPv4AndPort getDestination()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2023. All rights reserved.