for (SubordPropHashKey desc : descList)
{
if (!(desc.getHashKey() instanceof QueryGraphValueEntryHashKeyedProp)) {
throw new UnsupportedOperationException("Not a strict key compare");
}
QueryGraphValueEntryHashKeyedProp keyed = (QueryGraphValueEntryHashKeyedProp) desc.getHashKey();
result[count++] = keyed.getKeyProperty();
}
return result;
}