Searched refs:sortedAttributeIds (Results 1 – 1 of 1) sorted by relevance
284 List<Short> sortedAttributeIds = new ArrayList<>(attributes.keySet()); in hashCode() local285 Collections.sort(sortedAttributeIds); in hashCode()286 for (short attributeId : sortedAttributeIds) { in hashCode()