Class SwitchConnectionProviderList

java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<E>
com.google.common.collect.ForwardingList<SwitchConnectionProvider>
org.opendaylight.openflowjava.protocol.spi.connection.SwitchConnectionProviderList
All Implemented Interfaces:
Iterable<SwitchConnectionProvider>, Collection<SwitchConnectionProvider>, List<SwitchConnectionProvider>

public class SwitchConnectionProviderList extends com.google.common.collect.ForwardingList<SwitchConnectionProvider>
List of SwitchConnectionProvider. This is useful for strongly typed dependency injection, and makes it simpler to have a common single source of truth between Blueprint and other DI frameworks in a standalone environment.
Author:
Michael Vorburger.ch