A straightforward implementation of the KeyRelayingContainer interface that is backed by a Switch . This implementation is not threadsafe, and delegates most of its functionality to DefaultContainer .
You will normally not want to use this implementation directly, as the org.jicarilla.container.builder.Builder interface and its org.jicarilla.container.builder.DefaultBuilder implementation provide a more convenient way to create and populate container instances.