compareTo method

int compareTo(
  1. ActiveHost other
)

Implementation

int compareTo(ActiveHost other) {
  return hostId.compareTo(other.hostId);
}