T - The element type.public static interface ProxiedCollection.IProxiedCollectionOperations<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T element,
Collection<T> delegate) |
boolean |
remove(Object element,
Collection<T> delegate) |
default void |
remove(T element,
Iterator<T> iterator) |
boolean add(T element, Collection<T> delegate)
boolean remove(Object element, Collection<T> delegate)
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.