T - collection typepublic interface CollectionContainerVisitor<T>
| Modifier and Type | Method and Description |
|---|---|
void |
visit(CollectionContainer<T> c) |
void |
visitItem(T c) |
void visit(@Nonnull CollectionContainer<T> c)
c - collection to visitCopyright © 2020 The University of Manchester. All rights reserved.