Package io.deephaven.properties
Class PropertySet.PropertiesImpl
java.lang.Object
io.deephaven.properties.PropertySet.PropertiesImpl
- 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 TypeMethodDescriptionvoid
traverse
(PropertyVisitor visitor) Traverse this property set and output the property key/values to the given visitor.
-
Method Details
-
traverse
Description copied from interface:PropertySet
Traverse 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:
traverse
in interfacePropertySet
- Parameters:
visitor
- the visitor- See Also:
-