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> ListofSwitchConnectionProvider. 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
 
- 
- 
Constructor SummaryConstructors Constructor Description SwitchConnectionProviderList(List<SwitchConnectionProvider> switchConnectionProviders)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<SwitchConnectionProvider>delegate()- 
Methods inherited from class com.google.common.collect.ForwardingListadd, addAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subList
 - 
Methods inherited from class com.google.common.collect.ForwardingCollectionadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArray
 
- 
 
- 
- 
- 
Constructor Detail- 
SwitchConnectionProviderListpublic SwitchConnectionProviderList(List<SwitchConnectionProvider> switchConnectionProviders) 
 
- 
 - 
Method Detail- 
delegateprotected List<SwitchConnectionProvider> delegate() - Specified by:
- delegatein class- com.google.common.collect.ForwardingList<SwitchConnectionProvider>
 
 
- 
 
-