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, subList
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public SwitchConnectionProviderList(List<SwitchConnectionProvider> switchConnectionProviders)
protected List<SwitchConnectionProvider> delegate()
delegate
in class com.google.common.collect.ForwardingList<SwitchConnectionProvider>
Copyright © 2020 OpenDaylight. All rights reserved.