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.| Constructor and Description |
|---|
SwitchConnectionProviderList(List<SwitchConnectionProvider> switchConnectionProviders) |
| Modifier and Type | Method and Description |
|---|---|
protected List<SwitchConnectionProvider> |
delegate() |
add, addAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subListadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic SwitchConnectionProviderList(List<SwitchConnectionProvider> switchConnectionProviders)
protected List<SwitchConnectionProvider> delegate()
delegate in class com.google.common.collect.ForwardingList<SwitchConnectionProvider>Copyright © 2019 OpenDaylight. All rights reserved.