java.lang.Object
com.atlassian.confluence.impl.util.collections.SetAsList<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>

public class SetAsList<E> extends Object implements List<E>
A List wrapper around an ordered Set. This is useful when a hibernate field must be mapped as an ordered Set in order to work with certain join queries, but return a List from the property.
Since:
5.10