public class OvsdbSet<T>
extends com.google.common.collect.ForwardingSet<T>
Modifier and Type | Method and Description |
---|---|
Set<T> |
delegate() |
static <D> OvsdbSet<D> |
fromSet(Set<D> value) |
equals, hashCode, standardEquals, standardHashCode, standardRemoveAll
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
Copyright © 2018 OpenDaylight. All rights reserved.