Interface MultiInputSubMap<T>

Type Parameters:
T - the type of objects stored in the map
All Known Implementing Classes:
OperationMap, StackWithMap

public interface MultiInputSubMap<T>
A sub-item of a MultiInput that manages a map of objects.

This interface provides methods to:

  1. Add entries to the map.
  2. Copy the contents of the map into a NamedProviderStore.
  3. Retrieve entries from the map.