Class MapToListWrapper<A>

java.lang.Object
org.ujmp.core.collections.MapToListWrapper<A>
All Implemented Interfaces:
Iterable<A>, Collection<A>, List<A>, Wrapper<Map<Integer,A>>

public class MapToListWrapper<A> extends Object implements Wrapper<Map<Integer,A>>, List<A>