private static class ConsentHelper.SortedAttributeSet extends TreeSet<net.shibboleth.idp.attribute.IdPAttribute>
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serial version UID.
|
| Constructor and Description |
|---|
ConsentHelper.SortedAttributeSet(List<String> sortOrder,
Collection<net.shibboleth.idp.attribute.IdPAttribute> attributes)
Constructs a new sorted set of attributes.
|
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, subSet, subSet, tailSet, tailSetequals, hashCode, removeAllcontainsAll, retainAll, toArray, toArray, toStringprivate static final long serialVersionUID
public ConsentHelper.SortedAttributeSet(List<String> sortOrder, Collection<net.shibboleth.idp.attribute.IdPAttribute> attributes)
sortOrder - A list of attribute ids which specifies the sort order.attributes - A collection of attributes to be sorted.Copyright © 1999–2014. All rights reserved.