public class VmPipeAddress extends java.net.SocketAddress implements java.lang.Comparable<VmPipeAddress>
SocketAddress
which represents in-VM pipe port number.构造器和说明 |
---|
VmPipeAddress(int port)
Creates a new instance with the specifid port number.
|
public VmPipeAddress(int port)
public int getPort()
public int hashCode()
hashCode
在类中 java.lang.Object
public boolean equals(java.lang.Object o)
equals
在类中 java.lang.Object
public int compareTo(VmPipeAddress o)
compareTo
在接口中 java.lang.Comparable<VmPipeAddress>
public java.lang.String toString()
toString
在类中 java.lang.Object