Class ArrayToMapAdaptor<T>

java.lang.Object
java.util.AbstractMap<Integer,T>
org.javimmutable.collections.common.ArrayToMapAdaptor<T>
All Implemented Interfaces:
Map<Integer,T>

@Immutable public class ArrayToMapAdaptor<T> extends AbstractMap<Integer,T>