public int hashCode()

in src/main/java/com/awslabs/iot/client/commands/iot/mosh/KeyAndPort.java [48:55]


    public int hashCode() {
        final int PRIME = 59;
        int result = 1;
        final Object $key = this.getKey();
        result = result * PRIME + ($key == null ? 43 : $key.hashCode());
        result = result * PRIME + this.getPort();
        return result;
    }