* is equal to the first sort value, or a positive value if the
* provided assertion value should come after the first sort value.
*/
public int compareTo(AttributeValue assertionValue)
{
SortKey sortKey = sortOrder.getSortKeys()[0];
return sortKey.compareValues(values[0], assertionValue);
}