public int hashCode()

in src/main/java/org/apache/sling/api/resource/type/ResourceType.java [145:147]


    public int hashCode() {
        return Objects.hash(type, version, resourceLabel);
    }