public interface CollectionVisitable
Modifier and Type | Method and Description |
---|---|
void |
visit(CollectionSetVisitor visitor)
Provide a way to visit all the values in the CollectionSet, for any appropriate purposes (persisting, thresholding, or others)
The expectation is that calling this method will ultimately call visitResource, visitGroup and visitAttribute (as appropriate)
|
void visit(CollectionSetVisitor visitor)
visitor
- a CollectionSetVisitor
object.Copyright © 2021. All rights reserved.