public class Host extends Object implements Comparable<Host>
static String
preVar
Host()
Host(String hostName, String hostIp, int port)
int
compareTo(Host o)
boolean
equals(Object obj)
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public static final String preVar
public Host()
public Host(String hostName, String hostIp, int port)
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public int compareTo(Host o)
compareTo
Comparable<Host>
Copyright © 2018. All rights reserved.