Package io.deephaven.properties
Class PropertySet.StringListImpl
java.lang.Object
io.deephaven.properties.PropertySet.StringListImpl
- All Implemented Interfaces:
PropertySet
- Enclosing interface:
- PropertySet
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.properties.PropertySet
PropertySet.PropertiesImpl, PropertySet.StringListImpl, PropertySet.StringMapImpl -
Method Summary
Modifier and TypeMethodDescriptionvoidtraverse(PropertyVisitor visitor) Traverse this property set and output the property key/values to the given visitor.
-
Method Details
-
traverse
Description copied from interface:PropertySetTraverse this property set and output the property key/values to the given visitor.Callers should typically prefer to call
PropertyVisitor.visitProperties(PropertySet), as the inversion of logic allows the visitor (the more stateful object) to potentially perform initialization logic and traverse more efficiently.- Specified by:
traversein interfacePropertySet- Parameters:
visitor- the visitor- See Also:
-