Class SetToListWrapper<A>

java.lang.Object
org.ujmp.core.collections.SetToListWrapper<A>
All Implemented Interfaces:
Serializable, Iterable<A>, Collection<A>, List<A>, Wrapper<Set<A>>

public class SetToListWrapper<A> extends Object implements Wrapper<Set<A>>, List<A>, Serializable
See Also: