Class LoaderMap

All Implemented Interfaces:
Serializable, Cloneable, Map<Loader,Collection<LoadSpec>>, NavigableMap<Loader,Collection<LoadSpec>>, SortedMap<Loader,Collection<LoadSpec>>

public class LoaderMap extends TreeMap<Loader,Collection<LoadSpec>>
A Map of Loaders to their respective LoadSpecs.

The Loader keys are sorted according to their natural ordering.

See Also: